Bug fix: rotate plugin
[geeqie.git] / config.h.in
index e1f5da3..d33db16 100644 (file)
@@ -57,7 +57,7 @@
 #mesondefine HAVE_FFMPEGTHUMBNAILER
 
 /* Define if ffmpegthumbnailer supports embedded metadata */
-#define HAVE_FFMPEGTHUMBNAILER_METADATA
+#mesondefine HAVE_FFMPEGTHUMBNAILER_METADATA
 
 /* Define if ffmpegthumbnailer supports raw RGB output */
 #mesondefine HAVE_FFMPEGTHUMBNAILER_RGB
 /* Define to enable use of custom tiff loader */
 #mesondefine HAVE_TIFF
 
-/* Define to enable webp support */
+/* Define to enable use of custom webp loader */
 #mesondefine HAVE_WEBP
 
-
 /* Version number of package */
 #mesondefine VERSION
 
 /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1
 
-/* Define to 1 if you have the `strverscmp' function. */
-#define HAVE_STRVERSCMP 1
-
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
 /* Define for large files, on AIX-style hosts. */
 /* #undef _LARGE_FILES */
 
+/* Define to enable extended stack trace support */
+#mesondefine HAVE_DEVELOPER
+
+/* Define to 1 if you have the <execinfo.h> header file. */
+#mesondefine HAVE_EXECINFO_H
+
+/* Do not use */
+#mesondefine HAVE_GTK4
+
+/* Whether to enable a mode of Geeqie that executes unit tests instead of
+   running the actual app.  Actually executing the unit tests _also_ requires
+   a command-line argument to be supplied. */
+#mesondefine ENABLE_UNIT_TESTS
+
 #endif