or newer -> higher

This commit is contained in:
Viktor Szakats 2026-04-21 23:46:57 +02:00
parent 1d5dc6d2f9
commit 7d02e46280
No known key found for this signature in database
11 changed files with 16 additions and 16 deletions

View file

@ -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)