mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:13:31 +03:00
cmake: prefill/cache HAVE_STRUCT_SOCKADDR_STORAGE
Also add missing include to `OtherTests.cmake`. It didn't cause an issue because the parent already included this earlier by chance. Closes #12537
This commit is contained in:
parent
6d8d597431
commit
7e8fdad2d5
2 changed files with 5 additions and 3 deletions
|
|
@ -171,6 +171,7 @@ set(HAVE_POSIX_STRERROR_R 0)
|
|||
set(HAVE_BUILTIN_AVAILABLE 0)
|
||||
set(HAVE_MSG_NOSIGNAL 0)
|
||||
set(HAVE_STRUCT_TIMEVAL 1)
|
||||
set(HAVE_STRUCT_SOCKADDR_STORAGE 1)
|
||||
|
||||
set(HAVE_GETHOSTBYNAME_R_3 0)
|
||||
set(HAVE_GETHOSTBYNAME_R_3_REENTRANT 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue