From bec13a6ac02327f7d52aa6ef12a824eea780ddfb Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 14 Oct 2013 15:39:33 +0200 Subject: doc: Make sure we have the defines to build all docs. --- doc/doxy.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxy.config.in b/doc/doxy.config.in index 276a261..4da9b2c 100644 --- a/doc/doxy.config.in +++ b/doc/doxy.config.in @@ -1628,7 +1628,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = +PREDEFINED = WITH_SERVER WITH_SFTP WITH_PCAP # 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. -- cgit