diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2021-09-18 01:25:20 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2021-09-28 19:29:27 +0200 |
commit | c2ea04f92b00b6271627cb218647527b5a50f2fc (patch) | |
tree | 7240ef0000633673b5c11bdddcd72a224d3a113c /lib/config-vxworks.h | |
parent | acfe94c08f2573edc2ae52bf0097130deea299ff (diff) | |
download | curl-c2ea04f92b00b6271627cb218647527b5a50f2fc.tar.gz |
build: remove checks for WinSock 1
It's not supported anymore.
Closes https://github.com/curl/curl/pull/7778
Diffstat (limited to 'lib/config-vxworks.h')
-rw-r--r-- | lib/config-vxworks.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |