mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-05 22:29:37 +00:00
check for strings.h in configure and use it for the strcasecmp() proto
This commit is contained in:
@ -44,6 +44,9 @@
|
||||
#endif
|
||||
#endif /* WIN32 && !WATT32 */
|
||||
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user