diff options
Diffstat (limited to 'include/sysconf.h.cmake')
-rw-r--r-- | include/sysconf.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sysconf.h.cmake b/include/sysconf.h.cmake index 8c1a35e72..927c75910 100644 --- a/include/sysconf.h.cmake +++ b/include/sysconf.h.cmake @@ -20,6 +20,9 @@ // Whether Anope was built in debug mode. #cmakedefine01 DEBUG_BUILD +// Whether the clock_gettime() function is available. +#cmakedefine01 HAVE_CLOCK_GETTIME + // Whether Anope was built with localization support. #cmakedefine01 HAVE_LOCALIZATION |