mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:23:31 +03:00
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
This commit is contained in:
parent
57d3477e77
commit
fe3463eba7
12 changed files with 0 additions and 25 deletions
|
|
@ -37,7 +37,6 @@
|
|||
/* Define if you want the built-in manual */
|
||||
#define USE_MANUAL 1
|
||||
|
||||
#define HAVE_ERRNO_H 1
|
||||
#define HAVE_NETINET_IN_H 1
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
#define HAVE_NETDB_H 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue