#endif
]],[[
#if defined(_POSIX_MONOTONIC_CLOCK) && (_POSIX_MONOTONIC_CLOCK > 0)
- dnl The monotonic clock will not be used unless the feature test macro is
- dnl defined with a value greater than zero indicating _always_ supported.
+ /*
+ The monotonic clock will not be used unless the feature test macro is
+ defined with a value greater than zero indicating _always_ supported.
+ */
struct timespec ts;
(void)clock_gettime(CLOCK_MONOTONIC, &ts);
#else
#endif
]],[[
#if defined(_POSIX_MONOTONIC_CLOCK) && (_POSIX_MONOTONIC_CLOCK > 0)
- dnl The monotonic clock will not be used unless the feature test macro is
- dnl defined with a value greater than zero indicating _always_ supported.
+ /*
+ The monotonic clock will not be used unless the feature test macro is
+ defined with a value greater than zero indicating _always_ supported.
+ */
struct timespec ts;
(void)clock_gettime(CLOCK_MONOTONIC, &ts);
#else