aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-11-06 11:57:52 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-11-06 11:57:52 +0100
commit5d1a8cd88b396e895fdda9059a3795303747aaa3 (patch)
treebbcc7d024b7f282296f161b6f62ae70755df4002 /config.h.cmake
parent528b9c5323c61e65877c5fa0dd0f5444edccc981 (diff)
downloadlibssh-5d1a8cd88b396e895fdda9059a3795303747aaa3.tar.gz
libssh-5d1a8cd88b396e895fdda9059a3795303747aaa3.tar.xz
libssh-5d1a8cd88b396e895fdda9059a3795303747aaa3.zip
cmake: Check for io.h on Windows
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 be8e9ee2..dd54d5db 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -38,6 +38,9 @@
/* 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 <io.h> header file. */
+#cmakedefine HAVE_IO_H 1
+
/* Define to 1 if you have the <termios.h> header file. */
#cmakedefine HAVE_TERMIOS_H 1