comparison src/config.in @ 13766:adaa14fd574e

(HAVE_LIBXMU): Add #undef.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Dec 1995 16:58:14 +0000
parents a89f140f30bb
children fc6b59f8a580
comparison
equal deleted inserted replaced
13765:342c53de1b31 13766:adaa14fd574e
119 #undef TIME_WITH_SYS_TIME 119 #undef TIME_WITH_SYS_TIME
120 120
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
127 #undef HAVE_GETTIMEOFDAY 128 #undef HAVE_GETTIMEOFDAY
128 #undef GETTIMEOFDAY_ONE_ARGUMENT 129 #undef GETTIMEOFDAY_ONE_ARGUMENT
216 217
217 See m/template.h for documentation on writing m/MACHINE.h files. */ 218 See m/template.h for documentation on writing m/MACHINE.h files. */
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
233 to alter these lines. */ 225 to alter these lines. */
234 226