# HG changeset patch # User Richard M. Stallman # Date 891919279 0 # Node ID d2b302f002af4b7d18a3832d5b2df79ca2e2bdd9 # Parent 015e06f86e25b3bae67526bab8a84afe4554e64a Don't include when configuring. diff -r 015e06f86e25 -r d2b302f002af src/config.in --- a/src/config.in Tue Apr 07 03:20:31 1998 +0000 +++ b/src/config.in Tue Apr 07 03:21:19 1998 +0000 @@ -405,6 +405,9 @@ #define BITS_PER_LONG 32 #endif +/* Don't include during configure. */ +#ifndef NOT_C_CODE #ifdef HAVE_STRING_H #include "string.h" #endif +#endif