[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/config.in [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/config.in [emacs-unicode-2] |
Date: |
Thu, 04 Nov 2004 04:12:48 -0500 |
Index: emacs/src/config.in
diff -c emacs/src/config.in:1.190.2.6 emacs/src/config.in:1.190.2.7
*** emacs/src/config.in:1.190.2.6 Fri Oct 22 10:13:34 2004
--- emacs/src/config.in Thu Nov 4 08:55:31 2004
***************
*** 217,222 ****
--- 217,231 ----
/* 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
- [Emacs-diffs] Changes to emacs/src/config.in [emacs-unicode-2],
Miles Bader <=