1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

Improve checks for Windows version and wspiapi.h.

This commit is contained in:
Andreas Schneider
2009-08-20 11:30:38 +02:00
parent 4f95146151
commit 461e46b814
4 changed files with 19 additions and 1002 deletions

View File

@@ -23,6 +23,7 @@ endif(CMAKE_COMPILER_IS_GNUC)
# HEADER FILES
check_include_file(pty.h HAVE_PTY_H)
check_include_file(terminos.h HAVE_TERMIOS_H)
check_include_file(wspiapi.h HAVE_WSPIAPI_H)
set(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIRS})
check_include_file(openssl/aes.h HAVE_OPENSSL_AES_H)