diff options
Diffstat (limited to 'libs/libcurl/src/config-win32.h')
-rw-r--r-- | libs/libcurl/src/config-win32.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/libs/libcurl/src/config-win32.h b/libs/libcurl/src/config-win32.h index 1b9102f92a..244e5ae723 100644 --- a/libs/libcurl/src/config-win32.h +++ b/libs/libcurl/src/config-win32.h @@ -36,15 +36,9 @@ /* Define if you have the <assert.h> header file. */ #define HAVE_ASSERT_H 1 -/* Define if you have the <crypto.h> header file. */ -/* #define HAVE_CRYPTO_H 1 */ - /* Define if you have the <errno.h> header file. */ #define HAVE_ERRNO_H 1 -/* Define if you have the <err.h> header file. */ -/* #define HAVE_ERR_H 1 */ - /* Define if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 @@ -83,9 +77,6 @@ /* Define if you have the <signal.h> header file. */ #define HAVE_SIGNAL_H 1 -/* Define if you have the <sgtty.h> header file. */ -/* #define HAVE_SGTTY_H 1 */ - /* Define if you have the <ssl.h> header file. */ /* #define HAVE_SSL_H 1 */ @@ -191,9 +182,6 @@ /* Define to 1 if you have the getsockname function. */ #define HAVE_GETSOCKNAME 1 -/* Define if you have the gethostbyaddr function. */ -#define HAVE_GETHOSTBYADDR 1 - /* Define if you have the gethostname function. */ #define HAVE_GETHOSTNAME 1 @@ -218,9 +206,6 @@ /* Define if you have a working ioctlsocket FIONBIO function. */ #define HAVE_IOCTLSOCKET_FIONBIO 1 -/* Define if you have the perror function. */ -#define HAVE_PERROR 1 - /* Define if you have the RAND_screen function when using SSL. */ #define HAVE_RAND_SCREEN 1 @@ -246,10 +231,6 @@ /* 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. */ #ifdef __MINGW32__ #define HAVE_STRCASECMP 1 @@ -692,30 +673,13 @@ Vista # define CURL_DISABLE_LDAP 1 #endif -/* if SSL is enabled */ -#define USE_OPENSSL 1 - /* Define to use the Windows crypto library. */ #if !defined(CURL_WINDOWS_APP) #define USE_WIN32_CRYPTO #endif -/* On MinGW the ADDRESS_FAMILY typedef was committed alongside LUP_SECURE, - so we use it to check for the presence of the typedef. */ -#include <ws2tcpip.h> -#if !defined(__MINGW32__) || defined(LUP_SECURE) /* Define to use Unix sockets. */ #define USE_UNIX_SOCKETS -#if !defined(UNIX_PATH_MAX) - /* Replicating logic present in afunix.h of newer Windows 10 SDK versions */ -# define UNIX_PATH_MAX 108 - /* !checksrc! disable TYPEDEFSTRUCT 1 */ - typedef struct sockaddr_un { - ADDRESS_FAMILY sun_family; - char sun_path[UNIX_PATH_MAX]; - } SOCKADDR_UN, *PSOCKADDR_UN; -#endif -#endif /* ---------------------------------------------------------------- */ /* ADDITIONAL DEFINITIONS */ |