build: set HAVE_STDINT_H if stdint.h is available

Ref: #15907

Closes #16585
This commit is contained in:
Viktor Szakats 2025-03-06 04:58:58 +01:00
parent 8fbd372e0d
commit 1ecf2f1113
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 5 additions and 0 deletions

View file

@ -469,6 +469,9 @@
/* Define to 1 if you have the sendmmsg function. */
#cmakedefine HAVE_SENDMMSG 1
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H 1
/* Define to 1 if you have the 'fsetxattr' function. */
#cmakedefine HAVE_FSETXATTR 1