From 6df5dddd9032eda9e255b36bebc3a09134f0a846 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 May 2008 22:11:38 +0000 Subject: check for strings.h in configure and use it for the strcasecmp() proto --- ares/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'ares/configure.ac') diff --git a/ares/configure.ac b/ares/configure.ac index f3b80cfd1..203f8093a 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -383,6 +383,7 @@ AC_CHECK_HEADERS( netinet/tcp.h \ net/if.h \ errno.h \ + strings.h \ stdbool.h \ arpa/nameser.h \ arpa/nameser_compat.h \ -- cgit v1.2.3