mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:33:33 +03:00
build: drop unused snprintf() feature check on Windows
Follow-up to 64f28b8f88 #20765
Closes #20790
This commit is contained in:
parent
30ec220a68
commit
d557c06b52
4 changed files with 2 additions and 17 deletions
|
|
@ -159,11 +159,6 @@
|
|||
/* Define to the function return type for send. */
|
||||
#define SEND_TYPE_RETV int
|
||||
|
||||
/* Define to 1 if you have the snprintf function. */
|
||||
#if (defined(_MSC_VER) && (_MSC_VER >= 1900)) || defined(__MINGW32__)
|
||||
#define HAVE_SNPRINTF 1
|
||||
#endif
|
||||
|
||||
/* Must always use local implementations on Windows. */
|
||||
/* Define to 1 if you have an IPv6 capable working inet_ntop function. */
|
||||
/* #undef HAVE_INET_NTOP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue