diff options
author | Peter Wu <peter@lekensteyn.nl> | 2020-05-10 16:23:30 +0200 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2020-05-15 21:58:12 +0200 |
commit | a158a0916691164b40b29e301d7cf589882598c0 (patch) | |
tree | dfc06f1de8df6402c02c9fd521521f230bb8a919 /lib/curl_config.h.cmake | |
parent | a384e870bc59c839d48f856a31eb8f9f3b7dec3b (diff) | |
download | curl-a158a0916691164b40b29e301d7cf589882598c0.tar.gz |
CMake: add libssh build support
Closes #5372
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r-- | lib/curl_config.h.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
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 <libssh2.h> header file. */ #cmakedefine HAVE_LIBSSH2_H 1 +/* Define to 1 if you have the <libssh/libssh.h> 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 |