Ticket #44448: patch-ConfigureChecks.cmake.diff
File patch-ConfigureChecks.cmake.diff, 579 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
ConfigureChecks.cmake
https://red.libssh.org/issues/164
old new 101 101 check_function_exists(poll HAVE_POLL) 102 102 check_function_exists(select HAVE_SELECT) 103 103 check_function_exists(getaddrinfo HAVE_GETADDRINFO) 104 check_ function_exists(ntohllHAVE_NTOHLL)105 check_ function_exists(htonllHAVE_HTONLL)104 check_symbol_exists(ntohll arpa/inet.h HAVE_NTOHLL) 105 check_symbol_exists(htonll arpa/inet.h HAVE_HTONLL) 106 106 107 107 if (WIN32) 108 108 check_function_exists(_strtoui64 HAVE__STRTOUI64)