mirror of
https://github.com/curl/curl.git
synced 2026-08-15 05:13:39 +03:00
build: delete checks for C89 standard headers
Delete checks and guards for standard C89 headers and assume these are
available: `stdio.h`, `string.h`, `time.h`, `setjmp.h`, `stdlib.h`,
`stddef.h`, `signal.h`.
Some of these we already used unconditionally, some others we only used
for feature checks.
Follow-up to 9c7165e96a #11918 (for `stdio.h` in CMake)
Closes #11940
This commit is contained in:
parent
d15ffe18d9
commit
96c29900bc
30 changed files with 22 additions and 156 deletions
|
|
@ -29,9 +29,7 @@
|
|||
#include <tchar.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue