mirror of
https://github.com/curl/curl.git
synced 2026-04-30 07:57:52 +03:00
cmake: sync two unix pre-fill comments with win32 [ci skip]
Cherry-picked from #20406
This commit is contained in:
parent
19b1e44660
commit
55fc4e0dbb
1 changed files with 2 additions and 2 deletions
|
|
@ -242,8 +242,8 @@ set(HAVE_SOCKET 1)
|
|||
set(HAVE_SOCKETPAIR 1)
|
||||
set(HAVE_STDATOMIC_H 1)
|
||||
set(HAVE_STDBOOL_H 1)
|
||||
set(HAVE_STDDEF_H 1)
|
||||
set(HAVE_STDINT_H 1)
|
||||
set(HAVE_STDDEF_H 1) # detected by CMake internally in check_type_size()
|
||||
set(HAVE_STDINT_H 1) # detected by CMake internally in check_type_size()
|
||||
set(HAVE_STRCASECMP 1)
|
||||
set(HAVE_STRCMPI 0)
|
||||
set(HAVE_STRDUP 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue