comparison 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
comparison
equal deleted inserted replaced
2002:a2931caa3422 2003:dee122916f3c
28 #undef HAVE_PIPE 28 #undef HAVE_PIPE
29 29
30 /* Determine whether we have the vsnprintf function */ 30 /* Determine whether we have the vsnprintf function */
31 #undef HAVE_VSNPRINTF 31 #undef HAVE_VSNPRINTF
32 32
33 /* Define if GtkMozEmbed is available */
34 #undef USE_GTKMOZEMBED
35
36 /* Define if libgtkhtml-2.0 is available */
37 #undef USE_LIBGTKHTML2
38
39 /* Define if WebKit is available */ 33 /* Define if WebKit is available */
40 #undef USE_WEBKIT 34 #undef USE_WEBKIT
41 35
42 /* Define if webkit-1.0 is available */ 36 /* Define if webkit-1.0 is available */
43 #undef USE_WEBKIT10 37 #undef USE_WEBKIT10
44 38
45 /* Define if webkit-1.1 is available */ 39 /* Define if webkit-1.1 is available */
46 #undef USE_WEBKIT11 40 #undef USE_WEBKIT11
41
42 /* Define if webkit2 is available */
43 #undef USE_WEBKIT2
47 44
48 /* Define for name of webkit library */ 45 /* Define for name of webkit library */
49 #undef WEBKIT_LIB 46 #undef WEBKIT_LIB
50 47
51 /* Define if IMLIB is available. */ 48 /* Define if IMLIB is available. */