1 #define NO_SYS                          1
2 
3 /* they'd require NO_SYS=0, but are enabled by default */
4 #define LWIP_SOCKET                     0
5 #define LWIP_NETCONN                    0
6 
7 #define MEMP_USE_CUSTOM_POOLS 1
8 
9 
10 /* +1 for a missing timeout in the default list i could not yet track down */
11 #define MEMP_NUM_SYS_TIMEOUT            (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT + 1)
12