summaryrefslogtreecommitdiffstats
path: root/include/bmon/defs.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/bmon/defs.h.in')
-rw-r--r--include/bmon/defs.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/bmon/defs.h.in b/include/bmon/defs.h.in
index d176c30..92b72eb 100644
--- a/include/bmon/defs.h.in
+++ b/include/bmon/defs.h.in
@@ -9,6 +9,9 @@
/* Define to 1 if you have the `atexit' function. */
#undef HAVE_ATEXIT
+/* Define to 1 if you have the `clock_gettime' function. */
+#undef HAVE_CLOCK_GETTIME
+
/* have curses */
#undef HAVE_CURSES
@@ -39,15 +42,15 @@
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
-/* Define to 1 if you have the `gettimeofday' function. */
-#undef HAVE_GETTIMEOFDAY
-
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
+/* Define to 1 if you have the `rt' library (-lrt). */
+#undef HAVE_LIBRT
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H