]> granicus.if.org Git - sudo/commitdiff
now check for convex OR __convex__
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Mar 1994 21:17:10 +0000 (21:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Mar 1994 21:17:10 +0000 (21:17 +0000)
config.h.in

index 77e9889b5517d278aff0d3cebb5256ec457e2ebd..5a5e7b549d9ca7c26647dcc9716dfd9be6b1d49e 100644 (file)
@@ -95,7 +95,9 @@
 #undef HAVE_STRING_H
 
 /* Define if you have the <strings.h> header file.  */
+#if !defined(__convex__) && !defined(convex)
 #undef HAVE_STRINGS_H
+#endif /* convex */
 
 /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H