aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-30 10:03:32 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:22 +0100
commit1c3c106f4690a45eedc5304e9c7eea6ce95747e3 (patch)
tree38d545ecfb2077d866cc67afae2403a15adc2705 /config.h.in
parentcc16ae635d42789aaaf24444d0cd45cd824acebe (diff)
indexamajig: Add fallback for clock_gettime()
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
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