]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
config: remove `HAVE_WINSOCK_H` definition
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 29 Sep 2021 12:51:43 +0000 (14:51 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 29 Sep 2021 13:54:33 +0000 (15:54 +0200)
It's not used anymore.

Closes https://github.com/curl/curl/pull/7795

lib/config-os400.h
lib/config-riscos.h
lib/config-tpf.h
lib/config-vxworks.h
lib/config-win32.h
lib/config-win32ce.h

index 47b09465a1f268ce43645ccae9b7203b6999503b..d68cb4b18e461b3df908e4b66937a3e52fa3c34d 100644 (file)
 /* Define if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H
 
-/* Define if you have the <winsock.h> header file. */
-#undef HAVE_WINSOCK_H
-
 /* Define if you have the <x509.h> header file. */
 #undef HAVE_X509_H
 
index 6c6ff45ead2f60139754bc3e1158f5562ce6455c..9986b20fba93cf3a77e41f78d79aa7abcd874125 100644 (file)
 /* Define if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H
 
-/* Define if you have the <winsock.h> header file. */
-#undef HAVE_WINSOCK_H
-
 /* Define if you have the <x509.h> header file. */
 #undef HAVE_X509_H
 
index 0562ec91e701f4917b6b845b351282ba9e88ed7b..cce06cedd8c4f5b5e28d131e25a16015ba6a9b18 100644 (file)
 /* 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 */
 /* #undef HAVE_WRITABLE_ARGV */
 
index 042e67ee97f2af07c9b3ecf62a9520caaf60226c..af1d87345c0fa74773e5867bfe45b58a1e144a7f 100644 (file)
 /* 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
 
index b6a6ced599db2dee3aad9d73a0b074ce40f8f7ce..89593a815d2de6beaaa4a05305981877c3e75804 100644 (file)
 /* Define if you have the <windows.h> header file. */
 #define HAVE_WINDOWS_H 1
 
-/* Define if you have the <winsock.h> header file. */
-#define HAVE_WINSOCK_H 1
-
 /* Define if you have the <winsock2.h> header file. */
 #ifndef __SALFORDC__
 #define HAVE_WINSOCK2_H 1
 
 #ifdef USE_LWIPSOCK
 #  undef USE_WINSOCK
-#  undef HAVE_WINSOCK_H
 #  undef HAVE_WINSOCK2_H
 #  undef HAVE_WS2TCPIP_H
 #  undef HAVE_ERRNO_H
   #undef byte
   #undef word
   #undef USE_WINSOCK
-  #undef HAVE_WINSOCK_H
   #undef HAVE_WINSOCK2_H
   #undef HAVE_WS2TCPIP_H
   #define HAVE_GETADDRINFO
index 70b7ae7b5b900009ee516cec25c9ae3c629dcf0a..889028b269c6c8f5eb488d0c281b5f4b3b1408b3 100644 (file)
 /* Define if you have the <windows.h> header file.  */
 #define HAVE_WINDOWS_H 1
 
-/* Define if you have the <winsock.h> header file.  */
-#define HAVE_WINSOCK_H 1
-
 /* Define if you have the <winsock2.h> header file.  */
 #define HAVE_WINSOCK2_H 1