summaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2022-11-27 16:12:12 -0500
committerJay Satiro <raysatiro@yahoo.com>2022-12-07 14:41:09 -0500
commitfe3463eba7aebd0fc0d530c7cf81ef467b6cef9b (patch)
treea422f99f40d718d680e3da013f268979f8472cd0 /lib/config-win32.h
parent57d3477e77629430889a4159d2bf803892caf7c7 (diff)
downloadcurl-fe3463eba7aebd0fc0d530c7cf81ef467b6cef9b.tar.gz
build: assume errno.h is always available
- Remove errno.h detection from all build configurations. errno.h is a standard header according to C89. Closes https://github.com/curl/curl/pull/9986
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index a48282141..7c9bde610 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -35,9 +35,6 @@
/* Define if you have the <arpa/inet.h> header file. */
/* #define HAVE_ARPA_INET_H 1 */
-/* Define if you have the <errno.h> header file. */
-#define HAVE_ERRNO_H 1
-
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
@@ -339,7 +336,6 @@
# undef USE_WINSOCK
# undef HAVE_WINSOCK2_H
# undef HAVE_WS2TCPIP_H
-# undef HAVE_ERRNO_H
# undef HAVE_GETHOSTNAME
# undef LWIP_POSIX_SOCKETS_IO_NAMES
# undef RECV_TYPE_ARG1