2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

only include strings.h if there is no string.h

This commit is contained in:
Todd C. Miller
1999-03-19 19:43:28 +00:00
parent 5dcb02b2a0
commit 2a5776995a

View File

@@ -281,10 +281,10 @@
/* 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