diff options
author | dartraiden <wowemuh@gmail.com> | 2019-05-22 15:40:16 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-05-22 15:40:16 +0300 |
commit | 0f831226bf437da1eeb42acdb46f4fb3e17fa2bd (patch) | |
tree | a20632dc78a7268472977f43424d8d28fe1b8b80 /libs/libcurl | |
parent | 2dc913b65c76e8f51989cc20ce0ce8b1b087db37 (diff) |
libcurl: pick up Miranda-specific commits
Diffstat (limited to 'libs/libcurl')
-rw-r--r-- | libs/libcurl/src/config-win32.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/libcurl/src/config-win32.h b/libs/libcurl/src/config-win32.h index 24c35d339b..d3dcaa5b00 100644 --- a/libs/libcurl/src/config-win32.h +++ b/libs/libcurl/src/config-win32.h @@ -243,6 +243,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 */ |