diff config.h.in @ 2003:dee122916f3c

GTK: Switch GTK3 to be the default. GTK2 requires --with-gtk2 Remove obsolete libgtkhtml-2 and gtkmozembed support. #define USE_WEBKIT2 when including webkit2 on GTK3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 05 Nov 2019 11:58:07 +0000
parents 97b1edb41d44
children a17cc1958369
line wrap: on
line diff
--- a/config.h.in	Mon Nov 04 01:15:03 2019 +0000
+++ b/config.h.in	Tue Nov 05 11:58:07 2019 +0000
@@ -30,12 +30,6 @@
 /* Determine whether we have the vsnprintf function */
 #undef HAVE_VSNPRINTF
 
-/* Define if GtkMozEmbed is available */
-#undef USE_GTKMOZEMBED
-
-/* Define if libgtkhtml-2.0 is available */
-#undef USE_LIBGTKHTML2
-
 /* Define if WebKit is available */
 #undef USE_WEBKIT
 
@@ -45,6 +39,9 @@
 /* Define if webkit-1.1 is available */
 #undef USE_WEBKIT11
 
+/* Define if webkit2 is available */
+#undef USE_WEBKIT2
+
 /* Define for name of webkit library */
 #undef WEBKIT_LIB