diff --git a/ChangeLog b/ChangeLog index 368fad0f498..e960554438b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/configure.in b/configure.in index 3e3d3ddd972..5de13ff065f 100644 --- a/configure.in +++ b/configure.in @@ -3610,11 +3610,11 @@ extern char *getenv (); #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 --git a/src/config.in b/src/config.in index 997e4668421..3fa3c30ce0e 100644 --- a/src/config.in +++ b/src/config.in @@ -1141,11 +1141,11 @@ extern char *getenv (); #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