mirror of
https://github.com/curl/curl.git
synced 2026-07-24 08:47:50 +03:00
Reorder curl_socklen_t and socklen_t equivalent check while both coexist
This commit is contained in:
parent
1e5ed4fa33
commit
8611631f5e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue