summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2019-02-11 18:11:07 +0900
committerSlávek Banko <slavek.banko@axis.cz>2019-02-11 17:30:58 +0100
commitb3f41d271fd19a40f88ebc324c744a5500157fa0 (patch)
tree850a084941b3c0447f8b853750fdd10ce5864bba /config.h.cmake
parent88664174b921ceb3a48aed70d4111d462d1c7acb (diff)
downloadtdebase-b3f41d271fd19a40f88ebc324c744a5500157fa0.tar.gz
tdebase-b3f41d271fd19a40f88ebc324c744a5500157fa0.zip
Port HAVE_SYS_TIME_H to CMake
It is used, but not checked with CMake. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 6326fec9f14f8b4288fc1822007ef7cd06339f7a)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 30d6b4af0..c019c7425 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -47,6 +47,9 @@
// tdm, tdeioslave
#cmakedefine HAVE_TERMIOS_H 1
+// tdeioslave/sftp, ksmserver, ksplashml
+#cmakedefine HAVE_SYS_TIME_H 1
+
// drkonqi
#cmakedefine HAVE_STDINT_H 1
#cmakedefine HAVE_SYS_BITYPES_H