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-win32ce.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-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 2c3ed4f0e..2cf30e9b9 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -110,9 +110,6 @@ /* 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 */ |