From: Marcel Raad Date: Wed, 29 Sep 2021 12:51:43 +0000 (+0200) Subject: config: remove `HAVE_WINSOCK_H` definition X-Git-Tag: curl-7_80_0~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60300291fdd62a0b808c78942a2ce0aae872cab0;p=thirdparty%2Fcurl.git config: remove `HAVE_WINSOCK_H` definition It's not used anymore. Closes https://github.com/curl/curl/pull/7795 --- diff --git a/lib/config-os400.h b/lib/config-os400.h index 47b09465a1..d68cb4b18e 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -328,9 +328,6 @@ /* Define if you have the header file. */ #define HAVE_UNISTD_H -/* Define if you have the header file. */ -#undef HAVE_WINSOCK_H - /* Define if you have the header file. */ #undef HAVE_X509_H diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 6c6ff45ead..9986b20fba 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -305,9 +305,6 @@ /* Define if you have the header file. */ #define HAVE_UNISTD_H -/* Define if you have the header file. */ -#undef HAVE_WINSOCK_H - /* Define if you have the header file. */ #undef HAVE_X509_H diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 0562ec91e7..cce06cedd8 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -483,9 +483,6 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_WINSOCK2_H */ -/* Define to 1 if you have the header file. */ -/* #undef HAVE_WINSOCK_H */ - /* Define this symbol if your OS supports changing the contents of argv */ /* #undef HAVE_WRITABLE_ARGV */ diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 042e67ee97..af1d87345c 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -601,9 +601,6 @@ /* Define to 1 if you have the winsock2.h header file. */ /* #undef HAVE_WINSOCK2_H */ -/* Define to 1 if you have the winsock.h header file. */ -/* #undef HAVE_WINSOCK_H */ - /* Define this symbol if your OS supports changing the contents of argv */ #define HAVE_WRITABLE_ARGV 1 diff --git a/lib/config-win32.h b/lib/config-win32.h index b6a6ced599..89593a815d 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -132,9 +132,6 @@ /* Define if you have the header file. */ #define HAVE_WINDOWS_H 1 -/* Define if you have the header file. */ -#define HAVE_WINSOCK_H 1 - /* Define if you have the header file. */ #ifndef __SALFORDC__ #define HAVE_WINSOCK2_H 1 @@ -381,7 +378,6 @@ #ifdef USE_LWIPSOCK # undef USE_WINSOCK -# undef HAVE_WINSOCK_H # undef HAVE_WINSOCK2_H # undef HAVE_WS2TCPIP_H # undef HAVE_ERRNO_H @@ -412,7 +408,6 @@ #undef byte #undef word #undef USE_WINSOCK - #undef HAVE_WINSOCK_H #undef HAVE_WINSOCK2_H #undef HAVE_WS2TCPIP_H #define HAVE_GETADDRINFO diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 70b7ae7b5b..889028b269 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -110,9 +110,6 @@ /* Define if you have the header file. */ #define HAVE_WINDOWS_H 1 -/* Define if you have the header file. */ -#define HAVE_WINSOCK_H 1 - /* Define if you have the header file. */ #define HAVE_WINSOCK2_H 1