summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-11-17 20:47:59 +0100
committerpgen <p.gen.progs@gmail.com>2022-11-18 23:52:28 +0100
commitff844608cbdffcc226eb86fd51b7ad1ec05b1dd0 (patch)
treed6b7fea6e627a1257addaf8dd44c1ce49d0e621a /config.h.in
parent4cf7edd5f5c89a5c9c065d0bd6ae208deb66ab22 (diff)
Check if using clock_gettime() requires librt
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 e141a99..c249090 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define to 1 if you have the `clock_gettime' function */
+#undef HAVE_CLOCK_GETTIME
+
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H