summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index a8b653b..59360ae 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -22,6 +22,12 @@
/* Defined if you have <inttypes.h> header */
#cmakedefine HAVE_INTTYPES_H 1
+// Defined to 1 if you have 'sys/time.h' header
+#cmakedefine HAVE_SYS_TIME_H 1
+
+// Defined to 1 if 'time.h' header can be included together with 'sys/time.h'
+#cmakedefine TIME_WITH_SYS_TIME 1
+
/* Disable features for LIVECD use */
#cmakedefine LIVECD 1