From: Todd C. Miller Date: Sat, 12 Mar 1994 21:17:10 +0000 (+0000) Subject: now check for convex OR __convex__ X-Git-Tag: SUDO_1_3_1~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b8a8ca5cca9f8bddb135f059028fedc48164795;p=sudo now check for convex OR __convex__ --- diff --git a/config.h.in b/config.h.in index 77e9889b5..5a5e7b549 100644 --- a/config.h.in +++ b/config.h.in @@ -95,7 +95,9 @@ #undef HAVE_STRING_H /* Define if you have the header file. */ +#if !defined(__convex__) && !defined(convex) #undef HAVE_STRINGS_H +#endif /* convex */ /* Define if you have the header file. */ #undef HAVE_UNISTD_H