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 56 #define HAVE_STRINGS_H 1 59 #define HAVE_SYS_TYPES_H 1 62 #define HAVE_UNISTD_H 1 71 #define LIBJPEG_12_PATH "" 77 #define PACKAGE "LibTIFF Software" 80 #define PACKAGE_BUGREPORT "tiff@lists.osgeo.org" 83 #define PACKAGE_NAME "LibTIFF Software" 86 #define PACKAGE_TARNAME "tiff" 89 #define PACKAGE_URL "" 92 #define SIZEOF_SIZE_T 8 95 #define STRIP_SIZE_DEFAULT 8192 98 #define TIFF_MAX_DIR_COUNT 1048576 112 #if defined AC_APPLE_UNIVERSAL_BUILD 113 # if defined __BIG_ENDIAN__ 114 # define WORDS_BIGENDIAN 1 117 # ifndef WORDS_BIGENDIAN 118 # undef WORDS_BIGENDIAN 122 #if !defined(__MINGW32__) 123 # define TIFF_SIZE_FORMAT "zu" 125 #if SIZEOF_SIZE_T == 8 126 # define TIFF_SSIZE_FORMAT PRId64 127 # if defined(__MINGW32__) 128 # define TIFF_SIZE_FORMAT PRIu64 130 #elif SIZEOF_SIZE_T == 4 131 # define TIFF_SSIZE_FORMAT PRId32 132 # if defined(__MINGW32__) 133 # define TIFF_SIZE_FORMAT PRIu32 136 # error "Unsupported size_t size; please submit a bug report"