comparison src/config.in @ 20518:43c51bf05a49

(HAVE_STRING_H): Add #undef. [HAVE_STRING_H]: Include string.h.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Dec 1997 10:41:25 +0000
parents cd2bb777d601
children adb8a0943fc1
comparison
equal deleted inserted replaced
20517:40bfe766d355 20518:43c51bf05a49
22 /* No code in Emacs #includes config.h twice, but some of the code 22 /* No code in Emacs #includes config.h twice, but some of the code
23 intended to work with other packages as well (like gmalloc.c) 23 intended to work with other packages as well (like gmalloc.c)
24 think they can include it as many times as they like. */ 24 think they can include it as many times as they like. */
25 #ifndef EMACS_CONFIG_H 25 #ifndef EMACS_CONFIG_H
26 #define EMACS_CONFIG_H 26 #define EMACS_CONFIG_H
27
28 27
29 /* These are all defined in the top-level Makefile by configure. 28 /* These are all defined in the top-level Makefile by configure.
30 They're here only for reference. */ 29 They're here only for reference. */
31 30
32 /* Define LISP_FLOAT_TYPE if you want emacs to support floating-point 31 /* Define LISP_FLOAT_TYPE if you want emacs to support floating-point
129 #undef HAVE_UTIME_H 128 #undef HAVE_UTIME_H
130 #undef HAVE_LINUX_VERSION_H 129 #undef HAVE_LINUX_VERSION_H
131 #undef HAVE_SYS_SYSTEMINFO_H 130 #undef HAVE_SYS_SYSTEMINFO_H
132 #undef HAVE_TERMIOS_H 131 #undef HAVE_TERMIOS_H
133 #undef HAVE_LIMITS_H 132 #undef HAVE_LIMITS_H
133 #undef HAVE_STRING_H
134 #undef STDC_HEADERS 134 #undef STDC_HEADERS
135 #undef TIME_WITH_SYS_TIME 135 #undef TIME_WITH_SYS_TIME
136 136
137 #undef HAVE_LIBDNET 137 #undef HAVE_LIBDNET
138 #undef HAVE_LIBPTHREADS 138 #undef HAVE_LIBPTHREADS
402 #endif 402 #endif
403 403
404 #ifndef BITS_PER_LONG 404 #ifndef BITS_PER_LONG
405 #define BITS_PER_LONG 32 405 #define BITS_PER_LONG 32
406 #endif 406 #endif
407
408 #ifdef HAVE_STRING_H
409 #include "string.h"
410 #endif