From: Howard Chu Date: Fri, 26 Jul 2002 11:31:29 +0000 (+0000) Subject: Use both and if BOTH_STRINGS_H is defined X-Git-Tag: NO_SLAP_OP_BLOCKS~1332 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d889d5f1dc32c78c562eb9fec6d097aae6a966e2;p=openldap Use both and if BOTH_STRINGS_H is defined --- diff --git a/include/ac/string.h b/include/ac/string.h index ae988b1384..b159ec2171 100644 --- a/include/ac/string.h +++ b/include/ac/string.h @@ -20,7 +20,9 @@ #else # ifdef HAVE_STRING_H # include -# elif HAVE_STRINGS_H +# endif +# if defined(HAVE_STRINGS_H) && (!defined(HAVE_STRING_H) || + defined(BOTH_STRINGS_H)) # include # endif