# HG changeset patch # User Jan Dj¸«£rv # Date 1099380868 0 # Node ID 33a51d4a7f6baea9862460afd3f8bfc816e57cc9 # Parent eee018b36c355233ca4c900cde89684825c7078e * config.in: Rebuild (added HAVE_GTK_FILE_*). diff -r eee018b36c35 -r 33a51d4a7f6b src/ChangeLog --- 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 + + * config.in: Rebuild (added HAVE_GTK_FILE_*). + 2004-11-01 Kim F. Storm * process.c (connect_wait_mask, num_pending_connects): Only diff -r eee018b36c35 -r 33a51d4a7f6b src/config.in --- 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