From: Daniel Stenberg Date: Sat, 15 Mar 2003 21:04:01 +0000 (+0000) Subject: figure out select()'s argument types X-Git-Tag: curl-7_10_4~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad05d0a8d9e54208756bbf72740b31a1445e731e;p=curl figure out select()'s argument types --- diff --git a/configure.in b/configure.in index 367d5770a..94262d122 100644 --- a/configure.in +++ b/configure.in @@ -717,6 +717,8 @@ AC_CHECK_TYPE(ssize_t, int) TYPE_SOCKLEN_T TYPE_IN_ADDR_T +AC_FUNC_SELECT_ARGTYPES + dnl Checks for library functions. dnl AC_PROG_GCC_TRADITIONAL AC_TYPE_SIGNAL