summary refs log tree commit diff
path: root/doc/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2010-12-27 17:15:37 +0100
committerAlexander Barton <alex@barton.de>2011-02-13 17:52:38 +0100
commitebfcdb088be271adfe17303163534956715b85e9 (patch)
tree673bd10d8676838ab23bb0674b81f836e44376c7 /doc/src
parent03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c (diff)
downloadngircd-ebfcdb088be271adfe17303163534956715b85e9.tar.gz
ngircd-ebfcdb088be271adfe17303163534956715b85e9.zip
Doxygen: define ZLIB, PAM, and ZEROCONF
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/Doxyfile b/doc/src/Doxyfile
index 62a219ca..8afec5eb 100644
--- a/doc/src/Doxyfile
+++ b/doc/src/Doxyfile
@@ -159,6 +159,6 @@ GENERATE_PERLMOD       = NO
 # undefined via #undef or recursively expanded use the := operator 
 # instead of the = operator.
 
-PREDEFINED             = DEBUG CONN_MODULE __client_c__
+PREDEFINED             = DEBUG ZLIB PAM ZEROCONF CONN_MODULE __client_c__
 
 # -eof-