mirror of
https://github.com/curl/curl.git
synced 2026-05-06 11:37:28 +03:00
build: detect and include inttypes.h again
For `PRI*` printf masks for fixed-size C99 types. Also: - add simple fallback for `PRIu32`, `PRIx32`, if `inttypes.h` is missing. Cherry-picked from #20200 Ref: #20207 Follow-up to4701a6d2ae#19695 Ref:60359ad504#12275 Closes #20208
This commit is contained in:
parent
5f612acaa1
commit
4c9e4e99c1
10 changed files with 27 additions and 1 deletions
1
.github/scripts/cmp-config.pl
vendored
1
.github/scripts/cmp-config.pl
vendored
|
|
@ -48,7 +48,6 @@ 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