]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Doxyfile
Doxyfile: Predefine HAVE_UCRED.
[paraslash.git] / Doxyfile
index c684baebe861d66069dde0d9811945fe7ffc1db3..5e09868feaf6ec31b113206ed12b3800731ad2a7 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1060,10 +1060,11 @@ INCLUDE_FILE_PATTERNS  =
 # instead of the = operator.
 
 PREDEFINED             = HAVE_MAD \
-                         HAVE_ORTP \
+                        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.