aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-11-06 11:52:12 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-11-06 11:52:12 +0100
commit528b9c5323c61e65877c5fa0dd0f5444edccc981 (patch)
tree978e1a64765f31bb5bb1a7bb365449dab0b060bb /config.h.cmake
parentfab85b495e1bb023017b8da916d679e52f39c3f4 (diff)
downloadlibssh-528b9c5323c61e65877c5fa0dd0f5444edccc981.tar.gz
libssh-528b9c5323c61e65877c5fa0dd0f5444edccc981.tar.xz
libssh-528b9c5323c61e65877c5fa0dd0f5444edccc981.zip
cmake: Correctly check for sys/[u]time.h
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
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 8d9bfd21..be8e9ee2 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -35,6 +35,9 @@
/* Define to 1 if you have the <sys/time.h> header file. */
#cmakedefine HAVE_SYS_TIME_H 1
+/* Define to 1 if you have the <sys/utime.h> header file. */
+#cmakedefine HAVE_SYS_UTIME_H 1
+
/* Define to 1 if you have the <termios.h> header file. */
#cmakedefine HAVE_TERMIOS_H 1