aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-08 22:11:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-08 22:11:38 +0000
commit6df5dddd9032eda9e255b36bebc3a09134f0a846 (patch)
tree5600f434b1cd3a595527f8edb0aac13cc86d24ac /ares/configure.ac
parentd4e9b141dbada253455fd0a13ce27bfb81969e4d (diff)
check for strings.h in configure and use it for the strcasecmp() proto
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac1
1 files changed, 1 insertions, 0 deletions
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 \