aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-28 19:13:25 +0000
committerYang Tse <yangsita@gmail.com>2008-10-28 19:13:25 +0000
commit0989cd358aae91067b20a37d45dca4a29696e37a (patch)
tree9c7832643c6603eec2e7ce312b40442968b75edf /ares/configure.ac
parent6e0739931d3627f378abaa109fea4e62bcca1673 (diff)
Initial attempt to detect at configuration time if the getaddrinfo()
function returns an addrinfo with an unfreeable ai_addr member ptr.
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index 0550eaba8..9ef907827 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -553,6 +553,8 @@ CURL_CHECK_FUNC_RECVFROM
CURL_CHECK_FUNC_SEND
CURL_CHECK_MSG_NOSIGNAL
+CARES_CHECK_FUNC_GETADDRINFO
+CARES_CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
CARES_CHECK_FUNC_GETHOSTNAME
CARES_CHECK_FUNC_GETSERVBYPORT_R
CARES_CHECK_FUNC_INET_NTOP