tif_config.h.cmake.in 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. /* libtiff/tif_config.h.cmake.in. Not generated, but originated from autoheader. */
  2. /* This file must be kept up-to-date with needed substitutions from libtiff/tif_config.h.in. */
  3. /* Support CCITT Group 3 & 4 algorithms */
  4. #cmakedefine CCITT_SUPPORT 1
  5. /* Pick up YCbCr subsampling info from the JPEG data stream to support files
  6. lacking the tag (default enabled). */
  7. #cmakedefine CHECK_JPEG_YCBCR_SUBSAMPLING 1
  8. /* enable partial strip reading for large strips (experimental) */
  9. #cmakedefine CHUNKY_STRIP_READ_SUPPORT 1
  10. /* Support C++ stream API (requires C++ compiler) */
  11. #cmakedefine CXX_SUPPORT 1
  12. /* enable deferred strip/tile offset/size loading (experimental) */
  13. #cmakedefine DEFER_STRILE_LOAD 1
  14. /* Define to 1 if you have the <assert.h> header file. */
  15. #cmakedefine HAVE_ASSERT_H 1
  16. /* Define to 1 if you have the <dlfcn.h> header file. */
  17. #cmakedefine HAVE_DLFCN_H 1
  18. /* Define to 1 if you have the <fcntl.h> header file. */
  19. #cmakedefine HAVE_FCNTL_H 1
  20. /* Define to 1 if you have the `getopt' function. */
  21. #cmakedefine HAVE_GETOPT 1
  22. /* Define to 1 if you have the <GLUT/glut.h> header file. */
  23. #cmakedefine HAVE_GLUT_GLUT_H 1
  24. /* Define to 1 if you have the <GL/glut.h> header file. */
  25. #cmakedefine HAVE_GL_GLUT_H 1
  26. /* Define to 1 if you have the <GL/glu.h> header file. */
  27. #cmakedefine HAVE_GL_GLU_H 1
  28. /* Define to 1 if you have the <GL/gl.h> header file. */
  29. #cmakedefine HAVE_GL_GL_H 1
  30. /* Define to 1 if you have the <inttypes.h> header file. */
  31. #cmakedefine HAVE_INTTYPES_H 1
  32. /* Define to 1 if you have the <io.h> header file. */
  33. #cmakedefine HAVE_IO_H 1
  34. /* Define to 1 if you have the `jbg_newlen' function. */
  35. #cmakedefine HAVE_JBG_NEWLEN 1
  36. /* Define to 1 if you have the `lfind' function. */
  37. #cmakedefine HAVE_LFIND 1
  38. /* Define to 1 if you have the `mmap' function. */
  39. #cmakedefine HAVE_MMAP 1
  40. /* Define to 1 if you have the <OpenGL/glu.h> header file. */
  41. #cmakedefine HAVE_OPENGL_GLU_H 1
  42. /* Define to 1 if you have the <OpenGL/gl.h> header file. */
  43. #cmakedefine HAVE_OPENGL_GL_H 1
  44. /* Define to 1 if you have the <search.h> header file. */
  45. #cmakedefine HAVE_SEARCH_H 1
  46. /* Define to 1 if you have the `setmode' function. */
  47. #cmakedefine HAVE_SETMODE 1
  48. /* Define to 1 if you have the `snprintf' function. */
  49. #cmakedefine HAVE_SNPRINTF 1
  50. /* Define to 1 if you have the <stdint.h> header file. */
  51. #cmakedefine HAVE_STDINT_H 1
  52. /* Define to 1 if you have the `strcasecmp' function. */
  53. #cmakedefine HAVE_STRCASECMP 1
  54. /* Define to 1 if you have the <strings.h> header file. */
  55. #cmakedefine HAVE_STRINGS_H 1
  56. /* Define to 1 if you have the <string.h> header file. */
  57. #cmakedefine HAVE_STRING_H 1
  58. /* Define to 1 if you have the `strtol' function. */
  59. #cmakedefine HAVE_STRTOL 1
  60. /* Define to 1 if you have the `strtoll' function. */
  61. #cmakedefine HAVE_STRTOLL 1
  62. /* Define to 1 if you have the `strtoul' function. */
  63. #cmakedefine HAVE_STRTOUL 1
  64. /* Define to 1 if you have the `strtoull' function. */
  65. #cmakedefine HAVE_STRTOULL 1
  66. /* Define to 1 if you have the <sys/time.h> header file. */
  67. #cmakedefine HAVE_SYS_TIME_H 1
  68. /* Define to 1 if you have the <sys/types.h> header file. */
  69. #cmakedefine HAVE_SYS_TYPES_H 1
  70. /* Define to 1 if you have the <unistd.h> header file. */
  71. #cmakedefine HAVE_UNISTD_H 1
  72. /* 8/12 bit libjpeg dual mode enabled */
  73. #cmakedefine JPEG_DUAL_MODE_8_12 1
  74. /* 12bit libjpeg primary include file with path */
  75. #define LIBJPEG_12_PATH @LIBJPEG_12_PATH@
  76. /* Support LZMA2 compression */
  77. #cmakedefine LZMA_SUPPORT 1
  78. /* Support ZSTD compression */
  79. #cmakedefine ZSTD_SUPPORT 1
  80. /* Support WEBP compression */
  81. #cmakedefine WEBP_SUPPORT 1
  82. /* Name of package */
  83. #define PACKAGE "@PACKAGE_NAME@"
  84. /* Define to the address where bug reports for this package should be sent. */
  85. #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
  86. /* Define to the full name of this package. */
  87. #define PACKAGE_NAME "@PACKAGE_NAME@"
  88. /* Define to the full name and version of this package. */
  89. #define PACKAGE_STRING "@PACKAGE_STRING@"
  90. /* Define to the one symbol short name of this package. */
  91. #define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
  92. /* Define to the home page for this package. */
  93. #define PACKAGE_URL "@PACKAGE_URL@"
  94. /* Define to the version of this package. */
  95. #define PACKAGE_VERSION "@PACKAGE_VERSION@"
  96. /* The size of `signed int', as computed by sizeof. */
  97. #define SIZEOF_SIGNED_INT @SIZEOF_SIGNED_INT@
  98. /* The size of `signed long', as computed by sizeof. */
  99. #define SIZEOF_SIGNED_LONG @SIZEOF_SIGNED_LONG@
  100. /* The size of `signed long long', as computed by sizeof. */
  101. #define SIZEOF_SIGNED_LONG_LONG @SIZEOF_SIGNED_LONG_LONG@
  102. /* The size of `unsigned char *', as computed by sizeof. */
  103. #define SIZEOF_UNSIGNED_CHAR_P @SIZEOF_UNSIGNED_CHAR_P@
  104. /* The size of `unsigned int', as computed by sizeof. */
  105. #define SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@
  106. /* The size of `unsigned long', as computed by sizeof. */
  107. #define SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
  108. /* The size of `unsigned long long', as computed by sizeof. */
  109. #define SIZEOF_UNSIGNED_LONG_LONG @SIZEOF_UNSIGNED_LONG_LONG@
  110. /* The size of `unsigned short', as computed by sizeof. */
  111. #define SIZEOF_UNSIGNED_SHORT @SIZEOF_UNSIGNED_SHORT@
  112. /* Default size of the strip in bytes (when strip chopping enabled) */
  113. #define STRIP_SIZE_DEFAULT @STRIP_SIZE_DEFAULT@
  114. /* Signed 32-bit type formatter */
  115. #define TIFF_INT32_FORMAT "@TIFF_INT32_FORMAT@"
  116. /* Signed 64-bit type formatter */
  117. #define TIFF_INT64_FORMAT "@TIFF_INT64_FORMAT@"
  118. /* Pointer difference type formatter */
  119. #define TIFF_PTRDIFF_FORMAT "@TIFF_PTRDIFF_FORMAT@"
  120. /* Unsigned size type formatter */
  121. #define TIFF_SIZE_FORMAT "@TIFF_SIZE_FORMAT@"
  122. /* Signed size type formatter */
  123. #define TIFF_SSIZE_FORMAT "@TIFF_SSIZE_FORMAT@"
  124. /* Unsigned 32-bit type formatter */
  125. #define TIFF_UINT32_FORMAT "@TIFF_UINT32_FORMAT@"
  126. /* Unsigned 64-bit type formatter */
  127. #define TIFF_UINT64_FORMAT "@TIFF_UINT64_FORMAT@"
  128. /* Unsigned 8-bit type */
  129. #define TIFF_UINT8_T @TIFF_UINT8_T@
  130. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  131. #undef TIME_WITH_SYS_TIME
  132. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  133. #cmakedefine TM_IN_SYS_TIME 1
  134. /* define to use win32 IO system */
  135. #cmakedefine USE_WIN32_FILEIO 1
  136. /* Version number of package */
  137. #define VERSION "@PACKAGE_VERSION@"
  138. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  139. significant byte first (like Motorola and SPARC, unlike Intel). */
  140. #if defined AC_APPLE_UNIVERSAL_BUILD
  141. # if defined __BIG_ENDIAN__
  142. # define WORDS_BIGENDIAN 1
  143. # endif
  144. #else
  145. # ifndef WORDS_BIGENDIAN
  146. # undef WORDS_BIGENDIAN
  147. # endif
  148. #endif
  149. /* Number of bits in a file offset, on hosts where this is settable. */
  150. #define _FILE_OFFSET_BITS @FILE_OFFSET_BITS@
  151. /* Define to `__inline__' or `__inline' if that's what the C compiler
  152. calls it, or to nothing if 'inline' is not supported under any name. */
  153. #ifndef __cplusplus
  154. #define inline @INLINE_KEYWORD@
  155. #endif
  156. /* Define to `long int' if <sys/types.h> does not define. */
  157. #undef off_t
  158. /* Define to `unsigned int' if <sys/types.h> does not define. */
  159. #undef size_t