mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:27:16 +03:00
build: stop checking for sys/stat.h
It has been used unconditionally in `src` and `tests` since at least
2011-09-19 via fdecb56cbf. There are
earlier unguarded references in `tests`.
Also de-duplicate to include it just once.
Ref: https://github.com/curl/curl/pull/17717#issuecomment-2996631026
Closes #17724
This commit is contained in:
parent
c4f9487089
commit
3ea0f71ffa
19 changed files with 1 additions and 38 deletions
1
.github/scripts/cmp-config.pl
vendored
1
.github/scripts/cmp-config.pl
vendored
|
|
@ -73,6 +73,7 @@ my %remove = (
|
|||
'#define HAVE_STDIO_H 1' => 1,
|
||||
'#define HAVE_STDLIB_H 1' => 1,
|
||||
'#define HAVE_STRING_H 1' => 1,
|
||||
'#define HAVE_SYS_STAT_H 1' => 1,
|
||||
'#define HAVE_SYS_XATTR_H 1' => 1,
|
||||
'#define HAVE_UNICODE_UIDNA_H 1' => 1,
|
||||
'#define HAVE_WOLFSSH_SSH_H 1' => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue