aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2004-11-02 07:34:28 +0000
committerJan Djärv2004-11-02 07:34:28 +0000
commit2a00cdb499b95c6befaac75104fce2cf78b69b9e (patch)
treece91ac01c32d43212e19e3f5045dfd10a7be15c0 /src
parent572a3cc2664adea7b5a3303b04b57fe1ba5b4641 (diff)
downloademacs-2a00cdb499b95c6befaac75104fce2cf78b69b9e.tar.gz
emacs-2a00cdb499b95c6befaac75104fce2cf78b69b9e.zip
* config.in: Rebuild (added HAVE_GTK_FILE_*).
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/config.in9
2 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 527b16382da..18704954db0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * config.in: Rebuild (added HAVE_GTK_FILE_*).
4
12004-11-01 Kim F. Storm <storm@cua.dk> 52004-11-01 Kim F. Storm <storm@cua.dk>
2 6
3 * process.c (connect_wait_mask, num_pending_connects): Only 7 * 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. */
217/* Define to 1 if using GTK. */ 217/* Define to 1 if using GTK. */
218#undef HAVE_GTK 218#undef HAVE_GTK
219 219
220/* Define to 1 if GTK has both file selection and chooser dialog. */
221#undef HAVE_GTK_FILE_BOTH
222
223/* Define to 1 if you have the `gtk_file_chooser_dialog_new' function. */
224#undef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW
225
226/* Define to 1 if you have the `gtk_file_selection_new' function. */
227#undef HAVE_GTK_FILE_SELECTION_NEW
228
220/* Define to 1 if GTK can handle more than one display. */ 229/* Define to 1 if GTK can handle more than one display. */
221#undef HAVE_GTK_MULTIDISPLAY 230#undef HAVE_GTK_MULTIDISPLAY
222 231