build: detect and include inttypes.h again (revert)

Since not using `PRI*` macros, it isn't needed.

Follow-up to 13c1a93414 #20215
Revert 4c9e4e99c1 #20208

Closes #20225
This commit is contained in:
Viktor Szakats 2026-01-08 15:54:17 +01:00
parent d881b91133
commit 9552d9c0c0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
10 changed files with 1 additions and 24 deletions

View file

@ -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,