mirror of
https://github.com/curl/curl.git
synced 2026-07-25 15:07:17 +03:00
cmake: detect HAVE_CLOCK_GETTIME_MONOTONIC_RAW
Based on existing autotools logic. Ref: #11964 (effort to sync cmake detections with autotools) Closes #11981
This commit is contained in:
parent
04a3a377d8
commit
da5dcb7007
3 changed files with 24 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ if(NOT UNIX)
|
|||
set(HAVE_GETEUID 0)
|
||||
set(HAVE_UTIME 1)
|
||||
set(HAVE_GMTIME_R 0)
|
||||
set(HAVE_CLOCK_GETTIME_MONOTONIC_RAW 0)
|
||||
set(HAVE_GETHOSTBYNAME_R 0)
|
||||
set(HAVE_SIGNAL 1)
|
||||
set(HAVE_LINUX_TCP_H 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue