From a158a0916691164b40b29e301d7cf589882598c0 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sun, 10 May 2020 16:23:30 +0200 Subject: CMake: add libssh build support Closes #5372 --- lib/curl_config.h.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 39160a9a8..05a5acb03 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -428,6 +428,9 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LIBSSH2_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_LIBSSH_LIBSSH_H 1 + /* if zlib is available */ #cmakedefine HAVE_LIBZ 1 @@ -969,6 +972,9 @@ ${SIZEOF_TIME_T_CODE} /* if WolfSSL is enabled */ #cmakedefine USE_WOLFSSL 1 +/* if libSSH is in use */ +#cmakedefine USE_LIBSSH 1 + /* if libSSH2 is in use */ #cmakedefine USE_LIBSSH2 1 -- cgit v1.2.3