Go to the documentation of this file. 13 #define CCITT_SUPPORT 1 29 #define HAVE_ASSERT_H 1 32 #define HAVE_DECL_OPTARG 1 35 #define HAVE_FCNTL_H 1 74 #define HAVE_STRINGS_H 1 77 #define HAVE_SYS_TYPES_H 1 80 #define HAVE_UNISTD_H 1 89 #define LIBJPEG_12_PATH "" 95 #define PACKAGE "LibTIFF Software" 98 #define PACKAGE_BUGREPORT "tiff@lists.osgeo.org" 101 #define PACKAGE_NAME "LibTIFF Software" 104 #define PACKAGE_TARNAME "tiff" 107 #define PACKAGE_URL "" 110 #define SIZEOF_SIZE_T 8 113 #define STRIP_SIZE_DEFAULT 8192 116 #define TIFF_MAX_DIR_COUNT 1048576 130 #if defined AC_APPLE_UNIVERSAL_BUILD 131 # if defined __BIG_ENDIAN__ 132 # define WORDS_BIGENDIAN 1 135 # ifndef WORDS_BIGENDIAN 136 # undef WORDS_BIGENDIAN 140 #if !defined(__MINGW32__) 141 # define TIFF_SIZE_FORMAT "zu" 143 #if SIZEOF_SIZE_T == 8 144 # define TIFF_SSIZE_FORMAT PRId64 145 # if defined(__MINGW32__) 146 # define TIFF_SIZE_FORMAT PRIu64 148 #elif SIZEOF_SIZE_T == 4 149 # define TIFF_SSIZE_FORMAT PRId32 150 # if defined(__MINGW32__) 151 # define TIFF_SIZE_FORMAT PRIu32 154 # error "Unsupported size_t size; please submit a bug report"