libtiff/port
Bob Friesenhahn 550f8708d2 Fix nmake build mistakes in my last commit:
tif_config.vc.h:

  Always define HAVE_STRTOL/HAVE_STRTOUL.
  Define HAVE_STRTOLL/HAVE_STRTOULL if _MSC_VER >= 1900.

nmake.opt:

  Provide defaults suitable for MSVC prior to 14.0.

libport.h:

  The sense of the pre-processor logic was inverted from what it
  should be.  The intention is to only provide the prototype if the
  function is missing.
2020-01-26 19:17:23 -06: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 port: Add strtol, strtoll and strtoull 2018-03-23 22:37:17 +00: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 Fix nmake build mistakes in my last commit: 2020-01-26 19:17:23 -06:00
Makefile.am port: Add strtol, strtoll and strtoull 2018-03-23 22:37:17 +00:00
Makefile.vc Add nmake build support for manually configuring the 'port' files to be 2020-01-25 14:11:05 -06:00
snprintf.c snprintf porting fix for Visual Studio 2003 2018-11-18 20:25:17 -06: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