summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrea Pappacoda <andrea@pappacoda.it>2021-07-04 20:13:50 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-07-05 22:44:00 +0200
commit4f3828d5a2482a3eed76219bbe8d5f896e990e2a (patch)
tree07ccf7311c1a247be0e3c6a6698e058cab2687b8 /lib
parente41feede34cf5259d6b2693c05a10dad5c000f32 (diff)
downloadcurl-4f3828d5a2482a3eed76219bbe8d5f896e990e2a.tar.gz
cmake: remove libssh2 feature checks
libssh2 features are detected based on version since commit 9dbbba997608f7c3c5de1c627c77c8cd2aa85b73 Closes #7343
Diffstat (limited to 'lib')
-rw-r--r--lib/curl_config.h.cmake15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake
index c90659f82..fa4f19c74 100644
--- a/lib/curl_config.h.cmake
+++ b/lib/curl_config.h.cmake
@@ -356,21 +356,6 @@
/* 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