mirror of
https://github.com/curl/curl.git
synced 2026-08-03 15:20:56 +03:00
cmake: test and set missed defines during configuration
Added configuration checks for HAVE_BUILTIN_AVAILABLE and HAVE_CLOCK_GETTIME_MONOTONIC. Closes #3097
This commit is contained in:
parent
8a42b769a7
commit
667b5721c7
3 changed files with 25 additions and 0 deletions
|
|
@ -127,6 +127,9 @@
|
|||
/* Define to 1 if bool is an available type. */
|
||||
#cmakedefine HAVE_BOOL_T 1
|
||||
|
||||
/* Define to 1 if you have the __builtin_available function. */
|
||||
#cmakedefine HAVE_BUILTIN_AVAILABLE 1
|
||||
|
||||
/* Define to 1 if you have the clock_gettime function and monotonic timer. */
|
||||
#cmakedefine HAVE_CLOCK_GETTIME_MONOTONIC 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue