Simplify util_clip_region()
[geeqie.git] / config.h.in
index 5f7186d..d33db16 100644 (file)
 /* Define to enable use of custom tiff loader */
 #mesondefine HAVE_TIFF
 
+/* Define to enable use of custom webp loader */
+#mesondefine HAVE_WEBP
+
 /* Version number of package */
 #mesondefine VERSION
 
 
 /* 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