summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2021-09-29 14:52:38 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2021-09-29 15:54:36 +0200
commit2bde1774fff9e88958238c0ff1dec0de76f97f8b (patch)
tree2ff7a4f649cf6520c90d7ad1c9d0e418560a25ef /lib
parent60300291fdd62a0b808c78942a2ce0aae872cab0 (diff)
downloadcurl-2bde1774fff9e88958238c0ff1dec0de76f97f8b.tar.gz
CMake: remove `HAVE_WINSOCK_H` definition
It's not used anymore. Closes https://github.com/curl/curl/pull/7795
Diffstat (limited to 'lib')
-rw-r--r--lib/curl_config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake
index 4ef4883b2..d2a0f438c 100644
--- a/lib/curl_config.h.cmake
+++ b/lib/curl_config.h.cmake
@@ -710,9 +710,6 @@
/* Define to 1 if you have the winsock2.h header file. */
#cmakedefine HAVE_WINSOCK2_H 1
-/* Define to 1 if you have the winsock.h header file. */
-#cmakedefine HAVE_WINSOCK_H 1
-
/* Define this symbol if your OS supports changing the contents of argv */
#cmakedefine HAVE_WRITABLE_ARGV 1