From: Alexander Barton Date: Mon, 27 Dec 2010 16:15:37 +0000 (+0100) Subject: Doxygen: define ZLIB, PAM, and ZEROCONF X-Git-Tag: rel-18-rc1~62 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=ebfcdb088be271adfe17303163534956715b85e9;ds=sidebyside Doxygen: define ZLIB, PAM, and ZEROCONF --- 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-