aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-10-14 15:39:33 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-10-14 15:40:18 +0200
commit58893352b045c0a422206165706c8179094b866f (patch)
tree707c64539a9e62100db4b8e449888e70f38c9a2b /doc
parentcdcc92e3443c863d033d95d213aee5f270db774b (diff)
downloadlibssh-58893352b045c0a422206165706c8179094b866f.tar.gz
libssh-58893352b045c0a422206165706c8179094b866f.tar.xz
libssh-58893352b045c0a422206165706c8179094b866f.zip
doc: Make sure we have the defines to build all docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/doxy.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxy.config.in b/doc/doxy.config.in
index 276a2611..4da9b2c9 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.