diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-17 11:31:37 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-17 11:31:37 +0000 |
commit | 0c1ae21c110454413f0a19ef8134e024f4c5c6ef (patch) | |
tree | 8122f99e8dde163d8bb6b158fa7156cb978c9ed6 /ares/configure.ac | |
parent | f30959c6bd01a90d1f6b17d72d03a415ec83ec99 (diff) | |
download | curl-0c1ae21c110454413f0a19ef8134e024f4c5c6ef.tar.gz |
improve detection of getservbyport_r()
Diffstat (limited to 'ares/configure.ac')
-rw-r--r-- | ares/configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ares/configure.ac b/ares/configure.ac index 9aacaea90..f0e1a04fa 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -645,6 +645,7 @@ CURL_CHECK_FUNC_SEND CURL_CHECK_MSG_NOSIGNAL CARES_CHECK_FUNC_GETHOSTNAME +CARES_CHECK_FUNC_GETSERVBYPORT_R CARES_CHECK_FUNC_STRCASECMP CARES_CHECK_FUNC_STRCMPI CARES_CHECK_FUNC_STRDUP @@ -999,10 +1000,6 @@ dnl and get the types of five of its arguments. CURL_CHECK_FUNC_GETNAMEINFO -dnl God bless non-standardized functions! We need to see which getservbyport_r -dnl variant is available -CARES_CHECK_GETSERVBYPORT_R - CURL_CHECK_NONBLOCKING_SOCKET AC_C_BIGENDIAN( |