summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2019-02-11 18:11:07 +0900
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-02-11 16:30:31 +0000
commit6326fec9f14f8b4288fc1822007ef7cd06339f7a (patch)
tree3f5b65d56d5b1ae8fe37d2ea2286d1053157c165 /config.h.cmake
parent28d80743c0fcd9c9ca9bdccd78d3c052dc9b43de (diff)
downloadtdebase-6326fec9f14f8b4288fc1822007ef7cd06339f7a.tar.gz
tdebase-6326fec9f14f8b4288fc1822007ef7cd06339f7a.zip
Port HAVE_SYS_TIME_H to CMake
It is used, but not checked with CMake. Signed-off-by: OBATA Akio <obache@wizdas.com>
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 30828ca62..96c81a785 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -50,6 +50,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