]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Doxygen: define ZLIB, PAM, and ZEROCONF
authorAlexander Barton <alex@barton.de>
Mon, 27 Dec 2010 16:15:37 +0000 (17:15 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 13 Feb 2011 16:52:38 +0000 (17:52 +0100)
doc/src/Doxyfile

index 62a219ca04668229b31b795714e8cd54dbabc89b..8afec5eb2bf3cc60f2ddfa6c5c8b2b4f9aeb8614 100644 (file)
@@ -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-