aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-07-04 13:03:32 +0000
committerYang Tse <yangsita@gmail.com>2006-07-04 13:03:32 +0000
commit01fa02d0b545e1433dced2430561f8c0c72b74a9 (patch)
tree8856a9e8b120bce3aca9fe20b9ea7f69620e864f /configure.ac
parent8bed45340a48585bbd91e508f1ac44f5ed5bf178 (diff)
Find out return types and argument types for functions recv() and send() at configuration stage.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ccee1c8bd..7ce7b3d5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1549,6 +1549,10 @@ TYPE_SOCKADDR_STORAGE
AC_FUNC_SELECT_ARGTYPES
+CURL_CHECK_FUNC_RECV
+
+CURL_CHECK_FUNC_SEND
+
dnl Checks for library functions.
dnl AC_PROG_GCC_TRADITIONAL
AC_TYPE_SIGNAL