changeset 13766:adaa14fd574e

(HAVE_LIBXMU): Add #undef.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Dec 1995 16:58:14 +0000
parents 342c53de1b31
children 862fff660446
files src/config.in
diffstat 1 files changed, 1 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Thu Dec 21 16:57:16 1995 +0000
+++ b/src/config.in	Thu Dec 21 16:58:14 1995 +0000
@@ -121,6 +121,7 @@
 #undef HAVE_LIBDNET
 #undef HAVE_LIBPTHREADS
 #undef HAVE_LIBRESOLV
+#undef HAVE_LIBXMU
 
 #undef HAVE_ALLOCA_H
 
@@ -218,15 +219,6 @@
 #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