]> git.ozlabs.org Git - ccan/blobdiff - ccan/time/time.h
time: update for new configurator.
[ccan] / ccan / time / time.h
index 287558d0c735d7150f4d24a9404c711b830b7f62..5c916f4c4c2ef04b9648791d862bb3eea731a6cd 100644 (file)
@@ -66,7 +66,7 @@ struct timemono {
  * Otherwise time_mono() just refers to time_now().  Your code might
  * test this if you really need a monotonic clock.
  */
-#if (HAVE_CLOCK_GETTIME || HAVE_CLOCK_GETTIME_IN_LIBRT) && defined(CLOCK_MONOTONIC)
+#if HAVE_CLOCK_GETTIME && defined(CLOCK_MONOTONIC)
 #define TIME_HAVE_MONOTONIC 1
 #endif