mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:13:34 +03:00
build: set HAVE_STDINT_H if stdint.h is available
Ref: #15907 Closes #16585
This commit is contained in:
parent
8fbd372e0d
commit
1ecf2f1113
3 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue