]>
Joshua Wise's Git repositories - netwatch.git/blame_incremental - lwip/src/include/lwipopts.h
... / ...
Commit | Line | Data |
| 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.020829 seconds and 4 git commands to generate.