changeset 21400:d2b302f002af

Don't include <string.h> when configuring.
author Richard M. Stallman <rms@gnu.org>
date Tue, 07 Apr 1998 03:21:19 +0000
parents 015e06f86e25
children 7afa39c82ea2
files src/config.in
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <string.h> during configure.  */
+#ifndef NOT_C_CODE
 #ifdef HAVE_STRING_H
 #include "string.h"
 #endif
+#endif