From 4e8500ee43e1b2d93bbd842b75e602fae0e24ad7 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 10 Feb 2019 02:05:56 +0300 Subject: libcurl: pick up Miranda-specific commits --- libs/libcurl/src/config-win32.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs') diff --git a/libs/libcurl/src/config-win32.h b/libs/libcurl/src/config-win32.h index 76b00b9bbf..c7e05eca7a 100644 --- a/libs/libcurl/src/config-win32.h +++ b/libs/libcurl/src/config-win32.h @@ -240,6 +240,10 @@ /* Define if you have the socket function. */ #define HAVE_SOCKET 1 +/* 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