summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-12-21 16:58:14 +0000
committerKarl Heuer <kwzh@gnu.org>1995-12-21 16:58:14 +0000
commit96042077bb6963135c7706a224086d8e93250b9c (patch)
tree4eb018c5862b7aeb364c8d7689f7647128055553 /src/config.in
parent7e3a6ca09e7f15096bd82b50c26c7ff979d365f7 (diff)
downloademacs-96042077bb6963135c7706a224086d8e93250b9c.tar.gz
(HAVE_LIBXMU): Add #undef.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/config.in b/src/config.in
index e09e1289b8d..9fbfa15730a 100644
--- a/src/config.in
+++ b/src/config.in
@@ -121,6 +121,7 @@ and this notice must be preserved on all copies. */
#undef HAVE_LIBDNET
#undef HAVE_LIBPTHREADS
#undef HAVE_LIBRESOLV
+#undef HAVE_LIBXMU
#undef HAVE_ALLOCA_H
@@ -218,15 +219,6 @@ and this notice must be preserved on all copies. */
#undef config_machfile
#include config_machfile
-/* These typedefs shouldn't appear when alloca.s or Makefile.in
- includes config.h. */
-#ifndef NOT_C_CODE
-#ifndef SPECIAL_EMACS_INT
-typedef long EMACS_INT;
-typedef unsigned long EMACS_UINT;
-#endif
-#endif
-
/* Load in the conversion definitions if this system
needs them and the source file being compiled has not
said to inhibit this. There should be no need for you