# HG changeset patch # User Richard M. Stallman # Date 883132885 0 # Node ID 43c51bf05a4925fc62858b8cfd3491b108bf8aee # Parent 40bfe766d355e83c5f6508a7ee30061835dedd0a (HAVE_STRING_H): Add #undef. [HAVE_STRING_H]: Include string.h. diff -r 40bfe766d355 -r 43c51bf05a49 src/config.in --- a/src/config.in Fri Dec 26 10:38:56 1997 +0000 +++ b/src/config.in Fri Dec 26 10:41:25 1997 +0000 @@ -25,7 +25,6 @@ #ifndef EMACS_CONFIG_H #define EMACS_CONFIG_H - /* These are all defined in the top-level Makefile by configure. They're here only for reference. */ @@ -131,6 +130,7 @@ #undef HAVE_SYS_SYSTEMINFO_H #undef HAVE_TERMIOS_H #undef HAVE_LIMITS_H +#undef HAVE_STRING_H #undef STDC_HEADERS #undef TIME_WITH_SYS_TIME @@ -404,3 +404,7 @@ #ifndef BITS_PER_LONG #define BITS_PER_LONG 32 #endif + +#ifdef HAVE_STRING_H +#include "string.h" +#endif