1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

cmake: Define HAVE_NTOHLL and HAVE_HTONLL on Windows.

This commit is contained in:
Andreas Schneider
2013-07-22 09:36:03 +02:00
parent 729a586027
commit 5145daba69

View File

@ -59,6 +59,8 @@ if (WIN32)
if (HAVE_WSPIAPI_H OR HAVE_WS2TCPIP_H)
set(HAVE_GETADDRINFO TRUE)
set(HAVE_GETHOSTBYNAME TRUE)
set(HAVE_NTOHLL TRUE)
set(HAVE_HTONLL TRUE)
endif (HAVE_WSPIAPI_H OR HAVE_WS2TCPIP_H)
set(HAVE_SELECT TRUE)