Fix typo in Readme file
[geeqie.git] / config.h.in
index ab5e282..de5fc44 100644 (file)
 /* Define to enable use of custom tiff loader */
 #mesondefine HAVE_TIFF
 
-/* Define to enable webp support */
-#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. */
-#mesondefine HAVE_STRVERSCMP
-
 /* 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
+
 #endif