1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

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