From fe3463eba7aebd0fc0d530c7cf81ef467b6cef9b Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sun, 27 Nov 2022 16:12:12 -0500 Subject: 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 --- lib/config-win32.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/config-win32.h') 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 header file. */ /* #define HAVE_ARPA_INET_H 1 */ -/* Define if you have the header file. */ -#define HAVE_ERRNO_H 1 - /* Define if you have the 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 -- cgit v1.2.1