diff src/config.in @ 53070:2a9957bfae3f

Add HAVE_GTK_MULTIDISPLAY
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 16 Nov 2003 16:06:58 +0000
parents e560ea7636d6
children f800e307fc39
line wrap: on
line diff
--- a/src/config.in	Sun Nov 16 16:05:24 2003 +0000
+++ b/src/config.in	Sun Nov 16 16:06:58 2003 +0000
@@ -163,6 +163,9 @@
 /* Define to 1 if you have the `gai_strerror' function. */
 #undef HAVE_GAI_STRERROR
 
+/* Define to 1 if you have the `gdk_display_open' function. */
+#undef HAVE_GDK_DISPLAY_OPEN
+
 /* Define to 1 if you have the `getaddrinfo' function. */
 #undef HAVE_GETADDRINFO
 
@@ -214,6 +217,9 @@
 /* Define to 1 if using GTK. */
 #undef HAVE_GTK
 
+/* Define to 1 if GTK can handle more than one display. */
+#undef HAVE_GTK_MULTIDISPLAY
+
 /* Define to 1 if netdb.h declares h_errno. */
 #undef HAVE_H_ERRNO