Revert "Fix my messing of opt.h and the other options files - it was actually caused by a cyclic #include which I did not see"

It still does not work, due to #undef of options in opt.h, the documentation of many files is incomplete
This reverts commit 3f0dae29e9.
This commit is contained in:
Dirk Ziegelmeier
2016-07-28 23:34:16 +02:00
parent 3f0dae29e9
commit 90fba8773f
6 changed files with 359 additions and 413 deletions

View File

@@ -2098,7 +2098,7 @@ PREDEFINED = __DOXYGEN__=1 \
LWIP_STATS=1 \
MEM_USE_POOLS=0 \
LWIP_DNS=1 \
LWIP_SOCKET=1 \
LWIP_SOCKETS=1 \
LWIP_NETCONN=1 \
IP_SOF_BROADCAST=1 \
IP_SOF_BROADCAST_RECV=1 \
@@ -2109,10 +2109,9 @@ PREDEFINED = __DOXYGEN__=1 \
SO_REUSE=1 \
SO_REUSE_RXTOALL=1 \
LWIP_HAVE_SLIPIF=1 \
LWIP_6LOWPAN=1
# DONT FORGET to #undef EVERY OPTION IN opt.h AGAIN!
# ==================================================
LWIP_6LOWPAN=1 \
"LWIP_DNS && LWIP_SOCKET " \
"(LWIP_DNS && LWIP_SOCKET)=1 "
# 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