]> granicus.if.org Git - sudo/commitdiff
only include strings.h if there is no string.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 19 Mar 1999 19:43:28 +0000 (19:43 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 19 Mar 1999 19:43:28 +0000 (19:43 +0000)
config.h.in

index f9f3f24031f43df975c415614d7fe7917c279753..922ccd9b586d5a71bada8e20d4ed5d6c1bb533c5 100644 (file)
 /* Define if you have the <string.h> header file.  */
 #undef HAVE_STRING_H
 
-/* Define if you have the <strings.h> header file.  */
-#if !defined(__convex__) && !defined(convex)
+/* Define if you have the <strings.h> header file but no <string.h>.  */
+#ifndef HAVE_STRING_H
 #undef HAVE_STRINGS_H
-#endif /* convex */
+#endif /* !HAVE_STRING_H */
 
 /* Define your flavor of dir entry header file.  */
 #undef HAVE_DIRENT_H