mirror of
https://github.com/curl/curl.git
synced 2026-08-04 09:20:00 +03:00
or newer -> higher
This commit is contained in:
parent
1d5dc6d2f9
commit
7d02e46280
11 changed files with 16 additions and 16 deletions
|
|
@ -256,7 +256,7 @@ set(HAVE_STRINGS_H 1)
|
|||
if(_CURL_OLD_LINUX)
|
||||
set(HAVE_STROPTS_H 1)
|
||||
else()
|
||||
set(HAVE_STROPTS_H 0) # glibc 2.30 or newer. https://sourceware.org/legacy-ml/libc-alpha/2019-08/msg00029.html
|
||||
set(HAVE_STROPTS_H 0) # glibc 2.30 or higher. https://sourceware.org/legacy-ml/libc-alpha/2019-08/msg00029.html
|
||||
endif()
|
||||
set(HAVE_STRUCT_SOCKADDR_STORAGE 1)
|
||||
set(HAVE_STRUCT_TIMEVAL 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue