# HG changeset patch # User Dan Nicolaescu # Date 1275964152 25200 # Node ID 38cf1b719b59a25197116175beb614d856420f8a # Parent 3877293009092eac6420ca309f9d3a1e5099c077 Include and instead of "strings.h" and "string.h". diff -r 387729300909 -r 38cf1b719b59 ChangeLog --- a/ChangeLog Mon Jun 07 23:01:34 2010 +0000 +++ b/ChangeLog Mon Jun 07 19:29:12 2010 -0700 @@ -1,3 +1,8 @@ +2010-06-08 Dan Nicolaescu + + * configure.in: Include and instead of + "strings.h" and "string.h". + 2010-06-06 Dan Nicolaescu * configure.in: Remove code dealing with BSTRING. diff -r 387729300909 -r 38cf1b719b59 configure.in --- a/configure.in Mon Jun 07 23:01:34 2010 +0000 +++ b/configure.in Mon Jun 07 19:29:12 2010 -0700 @@ -3610,11 +3610,11 @@ #endif /* __P */ #ifdef HAVE_STRING_H -#include "string.h" +#include #endif #ifdef HAVE_STRINGS_H -#include "strings.h" /* May be needed for bcopy & al. */ +#include /* May be needed for bcopy & al. */ #endif #ifdef HAVE_STDLIB_H diff -r 387729300909 -r 38cf1b719b59 src/config.in --- a/src/config.in Mon Jun 07 23:01:34 2010 +0000 +++ b/src/config.in Mon Jun 07 19:29:12 2010 -0700 @@ -1141,11 +1141,11 @@ #endif /* __P */ #ifdef HAVE_STRING_H -#include "string.h" +#include #endif #ifdef HAVE_STRINGS_H -#include "strings.h" /* May be needed for bcopy & al. */ +#include /* May be needed for bcopy & al. */ #endif #ifdef HAVE_STDLIB_H