mirror of
https://github.com/curl/curl.git
synced 2026-05-13 19:06:20 +03:00
build: detect and include inttypes.h again (revert)
Since not using `PRI*` macros, it isn't needed. Follow-up to13c1a93414#20215 Revert4c9e4e99c1#20208 Closes #20225
This commit is contained in:
parent
d881b91133
commit
9552d9c0c0
10 changed files with 1 additions and 24 deletions
1
.github/scripts/cmp-config.pl
vendored
1
.github/scripts/cmp-config.pl
vendored
|
|
@ -48,6 +48,7 @@ my %remove = (
|
|||
'#define HAVE_GSSAPI_GSSAPI_GENERIC_H 1' => 1,
|
||||
'#define HAVE_GSSAPI_GSSAPI_H 1' => 1,
|
||||
'#define HAVE_GSSAPI_GSSAPI_KRB5_H 1' => 1,
|
||||
'#define HAVE_INTTYPES_H 1' => 1,
|
||||
'#define HAVE_LDAP_H 1' => 1,
|
||||
'#define HAVE_LDAP_SSL 1' => 1,
|
||||
'#define HAVE_LIBBROTLIDEC 1' => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue