]> Joshua Wise's Git repositories - netwatch.git/blob - lwip/src/include/lwipopts.h
f4431d420460b2546419f9b46c30a09ae353ba07
[netwatch.git] / lwip / src / include / lwipopts.h
1 #ifndef LWIPOPTS_H
2 #define LWIPOPTS_H
3
4 #define NO_SYS 1
5
6 #define LWIP_SOCKET     0
7 #define LWIP_NETCONN    0
8
9 #define LWIP_SNMP       0
10
11 #define LWIP_DHCP       1
12
13 #endif
This page took 0.014953 seconds and 2 git commands to generate.