build: drop unused snprintf() feature check on Windows

Follow-up to 64f28b8f88 #20765

Closes #20790
This commit is contained in:
Viktor Szakats 2026-03-02 21:47:38 +01:00
parent 30ec220a68
commit d557c06b52
No known key found for this signature in database
4 changed files with 2 additions and 17 deletions

View file

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