changeset 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 eee018b36c35
children c7e565aa7305
files src/ChangeLog src/config.in
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Nov 02 07:33:51 2004 +0000
+++ b/src/ChangeLog	Tue Nov 02 07:34:28 2004 +0000
@@ -1,3 +1,7 @@
+2004-11-02  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* config.in: Rebuild (added HAVE_GTK_FILE_*).
+
 2004-11-01  Kim F. Storm  <storm@cua.dk>
 
 	* process.c (connect_wait_mask, num_pending_connects): Only
--- 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