mirror of
https://github.com/curl/curl.git
synced 2026-06-05 08:04:21 +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
|
|
@ -186,6 +186,10 @@
|
|||
/* Define to 1 if you have the clock_gettime function and monotonic timer. */
|
||||
#cmakedefine HAVE_CLOCK_GETTIME_MONOTONIC 1
|
||||
|
||||
/* Define to 1 if you have the clock_gettime function and raw monotonic timer.
|
||||
*/
|
||||
#cmakedefine HAVE_CLOCK_GETTIME_MONOTONIC_RAW 1
|
||||
|
||||
/* Define to 1 if you have the `closesocket' function. */
|
||||
#cmakedefine HAVE_CLOSESOCKET 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue