diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 10 |
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. */ | |||
| 121 | #undef HAVE_LIBDNET | 121 | #undef HAVE_LIBDNET |
| 122 | #undef HAVE_LIBPTHREADS | 122 | #undef HAVE_LIBPTHREADS |
| 123 | #undef HAVE_LIBRESOLV | 123 | #undef HAVE_LIBRESOLV |
| 124 | #undef HAVE_LIBXMU | ||
| 124 | 125 | ||
| 125 | #undef HAVE_ALLOCA_H | 126 | #undef HAVE_ALLOCA_H |
| 126 | 127 | ||
| @@ -218,15 +219,6 @@ and this notice must be preserved on all copies. */ | |||
| 218 | #undef config_machfile | 219 | #undef config_machfile |
| 219 | #include config_machfile | 220 | #include config_machfile |
| 220 | 221 | ||
| 221 | /* These typedefs shouldn't appear when alloca.s or Makefile.in | ||
| 222 | includes config.h. */ | ||
| 223 | #ifndef NOT_C_CODE | ||
| 224 | #ifndef SPECIAL_EMACS_INT | ||
| 225 | typedef long EMACS_INT; | ||
| 226 | typedef unsigned long EMACS_UINT; | ||
| 227 | #endif | ||
| 228 | #endif | ||
| 229 | |||
| 230 | /* Load in the conversion definitions if this system | 222 | /* Load in the conversion definitions if this system |
| 231 | needs them and the source file being compiled has not | 223 | needs them and the source file being compiled has not |
| 232 | said to inhibit this. There should be no need for you | 224 | said to inhibit this. There should be no need for you |