aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2006-12-19 19:48:48 +0000
committerChong Yidong2006-12-19 19:48:48 +0000
commit4b411bfe7a3ac18cefb12107b2c188225ea99e64 (patch)
tree9776ec1a329a5d6d51b32cd1078123afcb4ae4ab /src
parent3efe9e568ee024a6f55be0ecbd2e6c8ae644cade (diff)
downloademacs-4b411bfe7a3ac18cefb12107b2c188225ea99e64.tar.gz
emacs-4b411bfe7a3ac18cefb12107b2c188225ea99e64.zip
Diffstat (limited to 'src')
-rw-r--r--src/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 2e7d77fda3f..7bf9c3e62e4 100644
--- a/src/config.in
+++ b/src/config.in
@@ -245,6 +245,9 @@ Boston, MA 02110-1301, USA. */
245/* Define to 1 if you have the `gtk_file_selection_new' function. */ 245/* Define to 1 if you have the `gtk_file_selection_new' function. */
246#undef HAVE_GTK_FILE_SELECTION_NEW 246#undef HAVE_GTK_FILE_SELECTION_NEW
247 247
248/* Define to 1 if you have the `gtk_main' function. */
249#undef HAVE_GTK_MAIN
250
248/* Define to 1 if GTK can handle more than one display. */ 251/* Define to 1 if GTK can handle more than one display. */
249#undef HAVE_GTK_MULTIDISPLAY 252#undef HAVE_GTK_MULTIDISPLAY
250 253