diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 1dd5de50..ea2b3689 100644 --- a/config.h.in +++ b/config.h.in @@ -18,6 +18,9 @@ /* Define to 1 if Cairo is available */ #undef HAVE_CAIRO +/* Define to 1 if clock_gettime is available. */ +#undef HAVE_CLOCK_GETTIME + /* Define to 1 if CL/cl.h should be used */ #undef HAVE_CL_CL_H |