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:
Dirk Ziegelmeier
2016-07-28 18:59:36 +02:00
parent 9fb9033815
commit 3f0dae29e9
6 changed files with 413 additions and 359 deletions

View File

@@ -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