Doxyfile: Predefine HAVE_UCRED.
authorAndre Noll <maan@systemlinux.org>
Sun, 20 Dec 2009 15:35:56 +0000 (16:35 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 20 Dec 2009 15:35:56 +0000 (16:35 +0100)
Otherwise only the dummy functions are included in the documentation.

Doxyfile

index 43209a529eb88c7930170ca26c15b03aa9f9b588..5e09868feaf6ec31b113206ed12b3800731ad2a7 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1063,7 +1063,8 @@ PREDEFINED             = HAVE_MAD \
                         HAVE_FAAD \
                          HAVE_OGGVORBIS \
                          __GNUC__=4 \
-                         __GNUC_MINOR__=4
+                         __GNUC_MINOR__=4 \
+                         HAVE_UCRED
 
 # 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.