]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: make use of snprintf
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Jul 2023 14:58:58 +0000 (16:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Jul 2023 17:42:47 +0000 (19:42 +0200)
Follow-up to 935b1bd4544a23a91d68

Closes #11423

lib/curl_config.h.cmake

index 9c78586133c8b725d218b7d5ee1be320eb1f5d41..20587123dc43a0c271ab5b4628bc28ddb077c021 100644 (file)
 /* 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