diff options
author | dartraiden <wowemuh@gmail.com> | 2024-12-12 09:52:45 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-12-12 09:55:10 +0300 |
commit | cefdd26d62e01878b8e8acbb78a8fcc477a63fd9 (patch) | |
tree | 023cc726019de25ac01e7d6098b620e1f36f426a /libs/libcurl/src/config-win32.h | |
parent | 583ab0796b113df6474cfce7416084215cb850e7 (diff) |
libcurl: update to 8.11.1
Diffstat (limited to 'libs/libcurl/src/config-win32.h')
-rw-r--r-- | libs/libcurl/src/config-win32.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/libcurl/src/config-win32.h b/libs/libcurl/src/config-win32.h index 7b4c9d2748..6aa9f0d292 100644 --- a/libs/libcurl/src/config-win32.h +++ b/libs/libcurl/src/config-win32.h @@ -149,10 +149,6 @@ /* Define if you have the select function. */
#define HAVE_SELECT 1
-/* Define if libSSH2 is in use */
-#define USE_LIBSSH2 1
-#define HAVE_LIBSSH2_H 1
-
/* Define if you have the setlocale function. */
#define HAVE_SETLOCALE 1
@@ -431,10 +427,6 @@ Vista # endif
#endif
-#ifdef USE_WIN32_LARGE_FILES
-#define HAVE__FSEEKI64
-#endif
-
/* Define to the size of `off_t', as computed by sizeof. */
#if defined(__MINGW32__) && \
defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
@@ -481,9 +473,6 @@ Vista #define USE_WIN32_LDAP 1
#endif
-/* if SSL is enabled */
-#define USE_OPENSSL 1
-
/* Define to use the Windows crypto library. */
#if !defined(CURL_WINDOWS_UWP)
#define USE_WIN32_CRYPTO
|