diff src/config.in @ 57865:33a51d4a7f6b

* config.in: Rebuild (added HAVE_GTK_FILE_*).
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 02 Nov 2004 07:34:28 +0000
parents 1293d7f90911
children 0d9f8735eca6 7a0245dd1848 e24e2e78deda
line wrap: on
line diff
--- a/src/config.in	Tue Nov 02 07:33:51 2004 +0000
+++ b/src/config.in	Tue Nov 02 07:34:28 2004 +0000
@@ -217,6 +217,15 @@
 /* Define to 1 if using GTK. */
 #undef HAVE_GTK
 
+/* Define to 1 if GTK has both file selection and chooser dialog. */
+#undef HAVE_GTK_FILE_BOTH
+
+/* Define to 1 if you have the `gtk_file_chooser_dialog_new' function. */
+#undef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW
+
+/* Define to 1 if you have the `gtk_file_selection_new' function. */
+#undef HAVE_GTK_FILE_SELECTION_NEW
+
 /* Define to 1 if GTK can handle more than one display. */
 #undef HAVE_GTK_MULTIDISPLAY