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