Reorder curl_socklen_t and socklen_t equivalent check while both coexist

This commit is contained in:
Yang Tse 2009-04-27 02:47:34 +00:00
parent 1e5ed4fa33
commit 8611631f5e
1 changed files with 2 additions and 2 deletions

View File

@ -1997,11 +1997,11 @@ AC_CHECK_TYPE([bool],[
#endif
])
CURL_CONFIGURE_CURL_SOCKLEN_T
# Check for socklen_t or equivalent
CURL_CHECK_TYPE_SOCKLEN_T
CURL_CONFIGURE_CURL_SOCKLEN_T
TYPE_IN_ADDR_T
TYPE_SOCKADDR_STORAGE