forked from Imagelibrary/lwip
Fix my messing of opt.h and the other options files - it was actually caused by a cyclic #include which I did not see
Read the comments inside opt.h if you are interested.
This commit is contained in:
@@ -2098,7 +2098,7 @@ PREDEFINED = __DOXYGEN__=1 \
|
||||
LWIP_STATS=1 \
|
||||
MEM_USE_POOLS=0 \
|
||||
LWIP_DNS=1 \
|
||||
LWIP_SOCKETS=1 \
|
||||
LWIP_SOCKET=1 \
|
||||
LWIP_NETCONN=1 \
|
||||
IP_SOF_BROADCAST=1 \
|
||||
IP_SOF_BROADCAST_RECV=1 \
|
||||
@@ -2109,9 +2109,10 @@ PREDEFINED = __DOXYGEN__=1 \
|
||||
SO_REUSE=1 \
|
||||
SO_REUSE_RXTOALL=1 \
|
||||
LWIP_HAVE_SLIPIF=1 \
|
||||
LWIP_6LOWPAN=1 \
|
||||
"LWIP_DNS && LWIP_SOCKET " \
|
||||
"(LWIP_DNS && LWIP_SOCKET)=1 "
|
||||
LWIP_6LOWPAN=1
|
||||
|
||||
# DONT FORGET to #undef EVERY OPTION IN opt.h AGAIN!
|
||||
# ==================================================
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||
# tag can be used to specify a list of macro names that should be expanded. The
|
||||
|
||||
Reference in New Issue
Block a user