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:39:33 +0200
commitbec13a6ac02327f7d52aa6ef12a824eea780ddfb (patch)
treef17f1921bb910b39fee000e1d4293ef223a28105 /doc
parent423d8c9b6a623477351742f6b9a834b24f7453d5 (diff)
downloadlibssh-bec13a6ac02327f7d52aa6ef12a824eea780ddfb.tar.gz
libssh-bec13a6ac02327f7d52aa6ef12a824eea780ddfb.tar.xz
libssh-bec13a6ac02327f7d52aa6ef12a824eea780ddfb.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.