diff config.h.in @ 643:9ab89d89e6b4

Add dw_listview_insert() Default to using webkit for Gtk+ HTML widget Add option to build with libgtkhtml2 - incomplete Initial attempt to use customdraw for Win32 container - not working Added dw_window_get_font() for Gtk+ - not implemented in other ports yet Change package name from dw to dwindows for Linux ports - use dwindows-config now Add debian package build target
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 03 Oct 2010 00:34:36 +0000
parents f6f887d2c5aa
children 641aa6941b2a
line wrap: on
line diff
--- a/config.h.in	Sun Apr 12 01:41:50 2009 +0000
+++ b/config.h.in	Sun Oct 03 00:34:36 2010 +0000
@@ -33,6 +33,21 @@
 /* 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
+
+/* Define if webkit-1.0 is available */
+#undef USE_WEBKIT10
+
+/* Define if webkit-1.1 is available */
+#undef USE_WEBKIT11
+
+/* Define for name of webkit library */
+#undef WEBKIT_LIB
+
 /* Define if IMLIB is available. */
 #undef USE_IMLIB