cmake: make use of snprintf

Follow-up to 935b1bd454

Closes #11423
This commit is contained in:
Daniel Stenberg 2023-07-11 16:58:58 +02:00
parent c73b2f8207
commit 3b0eb3cd5c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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