Add missing #ifdef for DEBUG_FD
[geeqie.git] / doxygen.conf
index 196f49a..97a5c40 100644 (file)
@@ -2260,20 +2260,26 @@ INCLUDE_FILE_PATTERNS  =
 # recursively expanded use the := operator instead of the = operator.
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
 
-PREDEFINED             = HAVE_CLUTTER=1 \
+PREDEFINED             = DEBUG=1 \
+                         HAVE_ARCHIVE=1 \
+                         HAVE_CLUTTER=1 \
                          HAVE_DJVU=1 \
+                         HAVE_EXECINFO_H=1 \
                          HAVE_EXIV2=1 \
                          HAVE_FFMPEGTHUMBNAILER=1 \
                          HAVE_HEIF=1 \
                          HAVE_J2K=1 \
                          HAVE_JPEG=1 \
+                         HAVE_JPEGXL=1 \
+                         HAVE_LCMS=1 \
+                         HAVE_LCMS2=1 \
                          HAVE_LIBCHAMPLAIN=1 \
                          HAVE_LIBCHAMPLAIN_GTK=1 \
                          HAVE_LUA=1 \
                          HAVE_PDF=1 \
                          HAVE_RAW=1 \
-                         HAVE_TIFF=1 \
-                         HAVE_WEBP=1
+                         HAVE_SPELL=1 \
+                         HAVE_TIFF=1
 
 # 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. The