mirror of
https://github.com/curl/curl.git
synced 2025-03-13 15:37:04 +08:00
cmake: make use of snprintf
Follow-up to 935b1bd4544a23a91d68 Closes #11423
This commit is contained in:
parent
c73b2f8207
commit
3b0eb3cd5c
@ -448,6 +448,9 @@
|
||||
/* Define to 1 if you have the sigsetjmp function or macro. */
|
||||
#cmakedefine HAVE_SIGSETJMP 1
|
||||
|
||||
/* Define to 1 if you have the `snprintf' function. */
|
||||
#cmakedefine HAVE_SNPRINTF
|
||||
|
||||
/* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
|
||||
#cmakedefine HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user