summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-01-08 13:19:44 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-01-08 13:19:44 -0800
commit743c80a7253985de327fa6b3dc9ff1724da5cc78 (patch)
tree3f9f6ebf07fc69923a2958133dd716fd412c5598 /src/config.in
parent9a514d4a6c27b837fc2cd6d02c7cd60f08a621a4 (diff)
downloademacs-743c80a7253985de327fa6b3dc9ff1724da5cc78.tar.gz
Regenerate.
* aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c: * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4: * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing: New files, generated automatically, with 'make sync-from-gnulib' followed by 'make'. * configure, lisp/dired.el, src/config.in: Regenerate.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 509f086a99c..0e7ba9d2b99 100644
--- a/src/config.in
+++ b/src/config.in
@@ -862,6 +862,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if you don't have struct exception in math.h. */
#undef NO_MATHERR
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
/* Define to 1 if `NSInteger' is defined. */
#undef NS_HAVE_NSINTEGER
@@ -874,6 +877,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define if the C compiler is the linker. */
#undef ORDINARY_LINK
+/* Name of package */
+#undef PACKAGE
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
@@ -988,6 +994,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if using an X toolkit. */
#undef USE_X_TOOLKIT
+/* Version number of package */
+#undef VERSION
+
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD