From: Dan Nicolaescu Date: Tue, 8 Jun 2010 02:29:12 +0000 (-0700) Subject: Include and instead of X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78a7a068403db34cfc96a4051a2798883a059688;p=emacs.git Include and instead of "strings.h" and "string.h". --- 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