libtiff/port
Vadim Zeitlin af035310bd Remove test for snprintf() from configure and elsewhere
This is needed to work around a build failure when this test fails, as
it spuriously does when cross-compiling for MinGW using v10 API package,
see https://sourceforge.net/p/mingw-w64/bugs/935/ for more details.

Of course, the fact that the build fails if snprintf() is unavailable is
actually a bug, but in practice this function is available everywhere by
now, so simply stop testing for it.

This mostly cherry picks ceff22ee (Use C99 snprintf, 2021-01-31), but
keeps the test for MSVC versions without vsnprintf() for compatibility.
2022-04-14 00:20:56 +02:00
..
_strtol.h port: Clean up NetBSD sources and headers to build standalone 2018-03-26 14:20:21 +01:00
_strtoul.h port: Clean up NetBSD sources and headers to build standalone 2018-03-26 14:20:21 +01:00
CMakeLists.txt Remove test for snprintf() from configure and elsewhere 2022-04-14 00:20:56 +02:00
dummy.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
getopt.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
lfind.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
libport.h Remove test for snprintf() from configure and elsewhere 2022-04-14 00:20:56 +02:00
Makefile.am Remove test for snprintf() from configure and elsewhere 2022-04-14 00:20:56 +02:00
Makefile.in Remove test for snprintf() from configure and elsewhere 2022-04-14 00:20:56 +02:00
Makefile.vc Remove test for snprintf() from configure and elsewhere 2022-04-14 00:20:56 +02:00
strcasecmp.c Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
strtol.c port: Clean up NetBSD sources and headers to build standalone 2018-03-26 14:20:21 +01:00
strtoll.c port: Clean up NetBSD sources and headers to build standalone 2018-03-26 14:20:21 +01:00
strtoul.c port: Clean up NetBSD sources and headers to build standalone 2018-03-26 14:20:21 +01:00
strtoull.c port: Clean up NetBSD sources and headers to build standalone 2018-03-26 14:20:21 +01:00