mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 06:45:10 +00:00
only include strings.h if there is no string.h
This commit is contained in:
@@ -281,10 +281,10 @@
|
|||||||
/* Define if you have the <string.h> header file. */
|
/* Define if you have the <string.h> header file. */
|
||||||
#undef HAVE_STRING_H
|
#undef HAVE_STRING_H
|
||||||
|
|
||||||
/* Define if you have the <strings.h> header file. */
|
/* Define if you have the <strings.h> header file but no <string.h>. */
|
||||||
#if !defined(__convex__) && !defined(convex)
|
#ifndef HAVE_STRING_H
|
||||||
#undef HAVE_STRINGS_H
|
#undef HAVE_STRINGS_H
|
||||||
#endif /* convex */
|
#endif /* !HAVE_STRING_H */
|
||||||
|
|
||||||
/* Define your flavor of dir entry header file. */
|
/* Define your flavor of dir entry header file. */
|
||||||
#undef HAVE_DIRENT_H
|
#undef HAVE_DIRENT_H
|
||||||
|
Reference in New Issue
Block a user