From 4ec5eca57fa9cc41db65baae300c40b3d6677443 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 12 Jan 2020 14:14:14 +0300 Subject: libcurl: pick up Miranda-specific commits --- libs/libcurl/src/config-win32.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/libcurl') diff --git a/libs/libcurl/src/config-win32.h b/libs/libcurl/src/config-win32.h index 1dcce0db41..cb0e80c8bc 100644 --- a/libs/libcurl/src/config-win32.h +++ b/libs/libcurl/src/config-win32.h @@ -246,6 +246,10 @@ /* Define if you have the socket function. */ #define HAVE_SOCKET 1 +/* Define if libSSH2 is in use */ +#define USE_LIBSSH2 1 +#define HAVE_LIBSSH2_H 1 + /* Define if you have the strcasecmp function. */ /* #define HAVE_STRCASECMP 1 */ -- cgit v1.2.3