diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-16 19:16:41 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-16 19:16:41 +0000 |
commit | 7dd6d7cbe13a7b55a52be0bdf6499ca809ea8523 (patch) | |
tree | eea630e5f9f1755ec6fdc2116457da6615b3698d /configure.ac | |
parent | 6b84d9ff24e5d4921fb12f43b66f2b668b42bd06 (diff) | |
download | c-ares-7dd6d7cbe13a7b55a52be0bdf6499ca809ea8523.tar.gz c-ares-7dd6d7cbe13a7b55a52be0bdf6499ca809ea8523.tar.bz2 c-ares-7dd6d7cbe13a7b55a52be0bdf6499ca809ea8523.zip |
Configure process now checks availability of recvfrom() socket function and
finds out its return type and the types of its arguments. Added definitions
for non-configure systems config files, and introduced macro sreadfrom which
will be used on udp sockets as a recvfrom() wrapper.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 57f16c3..2f7f6c9 100644 --- a/configure.ac +++ b/configure.ac @@ -623,9 +623,8 @@ TYPE_SIG_ATOMIC_T AC_TYPE_SIGNAL CURL_CHECK_FUNC_RECV - +CURL_CHECK_FUNC_RECVFROM CURL_CHECK_FUNC_SEND - CURL_CHECK_MSG_NOSIGNAL dnl check for AF_INET6 |