mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
* config.in: Rebuild (added HAVE_GTK_FILE_*).
This commit is contained in:
parent
572a3cc266
commit
2a00cdb499
2 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue