]> Joshua Wise's Git repositories - netwatch.git/blob - lwip/src/include/lwipopts.h
initial checkin of lwip, enough to build
[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.02314 seconds and 4 git commands to generate.