diff options
author | Jakub Zakrzewski <jzakrzewski@e2ebridge.com> | 2014-08-06 14:50:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-08-25 12:44:24 +0200 |
commit | 118977f19d2d7e842bdf4424c7cfbc5991781412 (patch) | |
tree | 101303b81ea6e5a1a13b4e8ee66f7dbfe40bc0a1 /lib/curl_config.h.cmake | |
parent | 88c17d5587447b367c7ec836ff9b847860f52f75 (diff) | |
download | curl-118977f19d2d7e842bdf4424c7cfbc5991781412.tar.gz |
Cmake: LibSSH2 detection and use.
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r-- | lib/curl_config.h.cmake | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index bb6acc4ec..c8b884c51 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -356,6 +356,21 @@ /* Define to 1 if you have the `ssh2' library (-lssh2). */ #cmakedefine HAVE_LIBSSH2 1 +/* Define to 1 if libssh2 provides `libssh2_version'. */ +#cmakedefine HAVE_LIBSSH2_VERSION 1 + +/* Define to 1 if libssh2 provides `libssh2_init'. */ +#cmakedefine HAVE_LIBSSH2_INIT 1 + +/* Define to 1 if libssh2 provides `libssh2_exit'. */ +#cmakedefine HAVE_LIBSSH2_EXIT 1 + +/* Define to 1 if libssh2 provides `libssh2_scp_send64'. */ +#cmakedefine HAVE_LIBSSH2_SCP_SEND64 1 + +/* Define to 1 if libssh2 provides `libssh2_session_handshake'. */ +#cmakedefine HAVE_LIBSSH2_SESSION_HANDSHAKE 1 + /* Define to 1 if you have the <libssh2.h> header file. */ #cmakedefine HAVE_LIBSSH2_H 1 |