aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-12-04 07:18:27 +0000
committerGlenn Morris2007-12-04 07:18:27 +0000
commit07562bde72d953eb156ee8bf5f36d2db37ab8a00 (patch)
tree74d20f377e6d3c38642539fc08a7ab12118a1c96
parentfd48cd1850a268afab416e836cd3b333a7f6e31e (diff)
downloademacs-07562bde72d953eb156ee8bf5f36d2db37ab8a00.tar.gz
emacs-07562bde72d953eb156ee8bf5f36d2db37ab8a00.zip
Regenerate.
-rw-r--r--src/config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.in b/src/config.in
index c6021974246..ac78c53a4b6 100644
--- a/src/config.in
+++ b/src/config.in
@@ -117,6 +117,9 @@ Boston, MA 02110-1301, USA. */
117/* Define to 1 if you have /usr/lib/crti.o. */ 117/* Define to 1 if you have /usr/lib/crti.o. */
118#undef HAVE_CRTIN 118#undef HAVE_CRTIN
119 119
120/* Define to 1 if using D-Bus. */
121#undef HAVE_DBUS
122
120/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 123/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
121 don't. */ 124 don't. */
122#undef HAVE_DECL_SYS_SIGLIST 125#undef HAVE_DECL_SYS_SIGLIST
@@ -238,9 +241,6 @@ Boston, MA 02110-1301, USA. */
238/* Define to 1 if you have the `grantpt' function. */ 241/* Define to 1 if you have the `grantpt' function. */
239#undef HAVE_GRANTPT 242#undef HAVE_GRANTPT
240 243
241/* Define to 1 if using D-BUS. */
242#undef HAVE_DBUS
243
244/* Define to 1 if using GTK. */ 244/* Define to 1 if using GTK. */
245#undef HAVE_GTK 245#undef HAVE_GTK
246 246