From: Jan Djärv Date: Tue, 2 Nov 2004 07:34:28 +0000 (+0000) Subject: * config.in: Rebuild (added HAVE_GTK_FILE_*). X-Git-Tag: ttn-vms-21-2-B4~4259 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a00cdb499b95c6befaac75104fce2cf78b69b9e;p=emacs.git * config.in: Rebuild (added HAVE_GTK_FILE_*). --- diff --git a/src/ChangeLog b/src/ChangeLog index 527b16382da..18704954db0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/config.in b/src/config.in index 136f4ecd55d..0fb9126b470 100644 --- a/src/config.in +++ b/src/config.in @@ -217,6 +217,15 @@ Boston, MA 02111-1307, USA. */ /* 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