tif_config.h 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. /* libtiff/tif_config.h. Generated from tif_config.h.in by configure. */
  2. /* libtiff/tif_config.h.in. Not generated, but originated from autoheader. */
  3. #include "tiffconf.h"
  4. /* Support CCITT Group 3 & 4 algorithms */
  5. #define CCITT_SUPPORT 1
  6. /* Pick up YCbCr subsampling info from the JPEG data stream to support files
  7. lacking the tag (default enabled). */
  8. #define CHECK_JPEG_YCBCR_SUBSAMPLING 1
  9. /* enable partial strip reading for large strips (experimental) */
  10. /* #undef CHUNKY_STRIP_READ_SUPPORT */
  11. /* Support C++ stream API (requires C++ compiler) */
  12. /* #undef CXX_SUPPORT */
  13. /* enable deferred strip/tile offset/size loading */
  14. /* #undef DEFER_STRILE_LOAD */
  15. /* Define to 1 if you have the <assert.h> header file. */
  16. #define HAVE_ASSERT_H 1
  17. /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
  18. */
  19. /* #undef HAVE_DECL_OPTARG */
  20. /* Define to 1 if you have the <fcntl.h> header file. */
  21. #define HAVE_FCNTL_H 1
  22. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  23. #define HAVE_FSEEKO 1
  24. /* Define to 1 if you have the `getopt' function. */
  25. /* #undef HAVE_GETOPT */
  26. /* Define to 1 if you have the <GLUT/glut.h> header file. */
  27. /* #undef HAVE_GLUT_GLUT_H */
  28. /* Define to 1 if you have the <GL/glut.h> header file. */
  29. /* #undef HAVE_GL_GLUT_H */
  30. /* Define to 1 if you have the <GL/glu.h> header file. */
  31. #define HAVE_GL_GLU_H 1
  32. /* Define to 1 if you have the <GL/gl.h> header file. */
  33. #define HAVE_GL_GL_H 1
  34. /* Define to 1 if you have the <io.h> header file. */
  35. #define HAVE_IO_H 1
  36. /* Define to 1 if you have the `jbg_newlen' function. */
  37. /* #undef HAVE_JBG_NEWLEN */
  38. /* Define to 1 if you have the `mmap' function. */
  39. /* #undef HAVE_MMAP */
  40. /* Define to 1 if you have the <OpenGL/glu.h> header file. */
  41. /* #undef HAVE_OPENGL_GLU_H */
  42. /* Define to 1 if you have the <OpenGL/gl.h> header file. */
  43. /* #undef HAVE_OPENGL_GL_H */
  44. /* Define to 1 if you have the `setmode' function. */
  45. #define HAVE_SETMODE 1
  46. /* Define to 1 if you have the `snprintf' function. */
  47. /* #undef HAVE_SNPRINTF */
  48. /* Define to 1 if you have the <strings.h> header file. */
  49. #define HAVE_STRINGS_H 1
  50. /* Define to 1 if you have the <sys/types.h> header file. */
  51. #define HAVE_SYS_TYPES_H 1
  52. /* Define to 1 if you have the <unistd.h> header file. */
  53. #define HAVE_UNISTD_H 1
  54. /* 8/12 bit libjpeg dual mode enabled */
  55. /* #undef JPEG_DUAL_MODE_8_12 */
  56. /* Support LERC compression */
  57. /* #undef LERC_SUPPORT */
  58. /* 12bit libjpeg primary include file with path */
  59. /* #undef LIBJPEG_12_PATH */
  60. /* Support LZMA2 compression */
  61. /* #undef LZMA_SUPPORT */
  62. /* Name of package */
  63. #define PACKAGE "tiff"
  64. /* Define to the address where bug reports for this package should be sent. */
  65. #define PACKAGE_BUGREPORT "tiff@lists.maptools.org"
  66. /* Define to the full name of this package. */
  67. #define PACKAGE_NAME "LibTIFF Software"
  68. /* Define to the full name and version of this package. */
  69. #define PACKAGE_STRING "LibTIFF Software 4.3.0"
  70. /* Define to the one symbol short name of this package. */
  71. #define PACKAGE_TARNAME "tiff"
  72. /* Define to the home page for this package. */
  73. #define PACKAGE_URL ""
  74. /* Define to the version of this package. */
  75. #define PACKAGE_VERSION "4.3.0"
  76. /* The size of `size_t', as computed by sizeof. */
  77. /* #undef SIZEOF_SIZE_T */
  78. /* Default size of the strip in bytes (when strip chopping enabled) */
  79. #define STRIP_SIZE_DEFAULT 8192
  80. /* define to use win32 IO system */
  81. #define USE_WIN32_FILEIO 1
  82. /* Version number of package */
  83. #define VERSION "4.3.0"
  84. /* Support webp compression */
  85. /* #undef WEBP_SUPPORT */
  86. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  87. significant byte first (like Motorola and SPARC, unlike Intel). */
  88. #if defined AC_APPLE_UNIVERSAL_BUILD
  89. # if defined __BIG_ENDIAN__
  90. # define WORDS_BIGENDIAN 1
  91. # endif
  92. #else
  93. # ifndef WORDS_BIGENDIAN
  94. /* # undef WORDS_BIGENDIAN */
  95. # endif
  96. #endif
  97. /* Support zstd compression */
  98. /* #undef ZSTD_SUPPORT */
  99. /* Enable large inode numbers on Mac OS X 10.5. */
  100. #ifndef _DARWIN_USE_64_BIT_INODE
  101. # define _DARWIN_USE_64_BIT_INODE 1
  102. #endif
  103. /* Number of bits in a file offset, on hosts where this is settable. */
  104. #define _FILE_OFFSET_BITS 64
  105. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  106. /* #undef _LARGEFILE_SOURCE */
  107. /* Define for large files, on AIX-style hosts. */
  108. /* #undef _LARGE_FILES */
  109. #if !defined(__MINGW32__)
  110. # define TIFF_SIZE_FORMAT "zu"
  111. # define TIFF_SSIZE_FORMAT "zd"
  112. #else
  113. # define TIFF_SIZE_FORMAT "Iu"
  114. # define TIFF_SSIZE_FORMAT "Id"
  115. #endif