From c2ea04f92b00b6271627cb218647527b5a50f2fc Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sat, 18 Sep 2021 01:25:20 +0200 Subject: build: remove checks for WinSock 1 It's not supported anymore. Closes https://github.com/curl/curl/pull/7778 --- lib/config-vxworks.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/config-vxworks.h') diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 042e67ee9..af1d87345 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 -- cgit v1.2.1