tif_config.h.cmake.in 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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 `floor' function. */
  21. #cmakedefine HAVE_FLOOR 1
  22. /* Define to 1 if you have the `getopt' function. */
  23. #cmakedefine HAVE_GETOPT 1
  24. /* Define to 1 if you have the <GLUT/glut.h> header file. */
  25. #cmakedefine HAVE_GLUT_GLUT_H 1
  26. /* Define to 1 if you have the <GL/glut.h> header file. */
  27. #cmakedefine HAVE_GL_GLUT_H 1
  28. /* Define to 1 if you have the <GL/glu.h> header file. */
  29. #cmakedefine HAVE_GL_GLU_H 1
  30. /* Define to 1 if you have the <GL/gl.h> header file. */
  31. #cmakedefine HAVE_GL_GL_H 1
  32. /* Define to 1 if you have the <inttypes.h> header file. */
  33. #cmakedefine HAVE_INTTYPES_H 1
  34. /* Define to 1 if you have the <io.h> header file. */
  35. #cmakedefine HAVE_IO_H 1
  36. /* Define to 1 if you have the `isascii' function. */
  37. #cmakedefine HAVE_ISASCII 1
  38. /* Define to 1 if you have the `jbg_newlen' function. */
  39. #cmakedefine HAVE_JBG_NEWLEN 1
  40. /* Define to 1 if you have the `lfind' function. */
  41. #cmakedefine HAVE_LFIND 1
  42. /* Define to 1 if you have the <limits.h> header file. */
  43. #cmakedefine HAVE_LIMITS_H 1
  44. /* Define to 1 if you have the <malloc.h> header file. */
  45. #cmakedefine HAVE_MALLOC_H 1
  46. /* Define to 1 if you have the `memmove' function. */
  47. #cmakedefine HAVE_MEMMOVE 1
  48. /* Define to 1 if you have the <memory.h> header file. */
  49. #cmakedefine HAVE_MEMORY_H 1
  50. /* Define to 1 if you have the `memset' function. */
  51. #cmakedefine HAVE_MEMSET 1
  52. /* Define to 1 if you have the `mmap' function. */
  53. #cmakedefine HAVE_MMAP 1
  54. /* Define to 1 if you have the <OpenGL/glu.h> header file. */
  55. #cmakedefine HAVE_OPENGL_GLU_H 1
  56. /* Define to 1 if you have the <OpenGL/gl.h> header file. */
  57. #cmakedefine HAVE_OPENGL_GL_H 1
  58. /* Define to 1 if you have the `pow' function. */
  59. #cmakedefine HAVE_POW 1
  60. /* Define to 1 if you have the <search.h> header file. */
  61. #cmakedefine HAVE_SEARCH_H 1
  62. /* Define to 1 if you have the `setmode' function. */
  63. #cmakedefine HAVE_SETMODE 1
  64. /* Define to 1 if you have the `snprintf' function. */
  65. #cmakedefine HAVE_SNPRINTF 1
  66. /* Define to 1 if you have the `sqrt' function. */
  67. #cmakedefine HAVE_SQRT 1
  68. /* Define to 1 if you have the <stdint.h> header file. */
  69. #cmakedefine HAVE_STDINT_H 1
  70. /* Define to 1 if you have the `strcasecmp' function. */
  71. #cmakedefine HAVE_STRCASECMP 1
  72. /* Define to 1 if you have the `strchr' function. */
  73. #cmakedefine HAVE_STRCHR 1
  74. /* Define to 1 if you have the <strings.h> header file. */
  75. #cmakedefine HAVE_STRINGS_H 1
  76. /* Define to 1 if you have the <string.h> header file. */
  77. #cmakedefine HAVE_STRING_H 1
  78. /* Define to 1 if you have the `strrchr' function. */
  79. #cmakedefine HAVE_STRRCHR 1
  80. /* Define to 1 if you have the `strstr' function. */
  81. #cmakedefine HAVE_STRSTR 1
  82. /* Define to 1 if you have the `strtol' function. */
  83. #cmakedefine HAVE_STRTOL 1
  84. /* Define to 1 if you have the `strtoul' function. */
  85. #cmakedefine HAVE_STRTOUL 1
  86. /* Define to 1 if you have the `strtoull' function. */
  87. #cmakedefine HAVE_STRTOULL 1
  88. /* Define to 1 if you have the <sys/time.h> header file. */
  89. #cmakedefine HAVE_SYS_TIME_H 1
  90. /* Define to 1 if you have the <sys/types.h> header file. */
  91. #cmakedefine HAVE_SYS_TYPES_H 1
  92. /* Define to 1 if you have the <unistd.h> header file. */
  93. #cmakedefine HAVE_UNISTD_H 1
  94. /* 8/12 bit libjpeg dual mode enabled */
  95. #cmakedefine JPEG_DUAL_MODE_8_12 1
  96. /* 12bit libjpeg primary include file with path */
  97. #define LIBJPEG_12_PATH @LIBJPEG_12_PATH@
  98. /* Support LZMA2 compression */
  99. #cmakedefine LZMA_SUPPORT 1
  100. /* Name of package */
  101. #define PACKAGE "@PACKAGE_NAME@"
  102. /* Define to the address where bug reports for this package should be sent. */
  103. #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
  104. /* Define to the full name of this package. */
  105. #define PACKAGE_NAME "@PACKAGE_NAME@"
  106. /* Define to the full name and version of this package. */
  107. #define PACKAGE_STRING "@PACKAGE_STRING@"
  108. /* Define to the one symbol short name of this package. */
  109. #define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
  110. /* Define to the home page for this package. */
  111. #define PACKAGE_URL "@PACKAGE_URL@"
  112. /* Define to the version of this package. */
  113. #define PACKAGE_VERSION "@PACKAGE_VERSION@"
  114. /* The size of `signed int', as computed by sizeof. */
  115. #define SIZEOF_SIGNED_INT @SIZEOF_SIGNED_INT@
  116. /* The size of `signed long', as computed by sizeof. */
  117. #define SIZEOF_SIGNED_LONG @SIZEOF_SIGNED_LONG@
  118. /* The size of `signed long long', as computed by sizeof. */
  119. #define SIZEOF_SIGNED_LONG_LONG @SIZEOF_SIGNED_LONG_LONG@
  120. /* The size of `signed short', as computed by sizeof. */
  121. #define SIZEOF_SIGNED_SHORT @SIZEOF_SIGNED_SHORT@
  122. /* The size of `unsigned char *', as computed by sizeof. */
  123. #define SIZEOF_UNSIGNED_CHAR_P @SIZEOF_UNSIGNED_CHAR_P@
  124. /* The size of `unsigned int', as computed by sizeof. */
  125. #define SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@
  126. /* The size of `unsigned long', as computed by sizeof. */
  127. #define SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
  128. /* The size of `unsigned long long', as computed by sizeof. */
  129. #define SIZEOF_UNSIGNED_LONG_LONG @SIZEOF_UNSIGNED_LONG_LONG@
  130. /* The size of `unsigned short', as computed by sizeof. */
  131. #define SIZEOF_UNSIGNED_SHORT @SIZEOF_UNSIGNED_SHORT@
  132. /* Default size of the strip in bytes (when strip chopping enabled) */
  133. #define STRIP_SIZE_DEFAULT @STRIP_SIZE_DEFAULT@
  134. /* Signed 32-bit type formatter */
  135. #define TIFF_INT32_FORMAT "@TIFF_INT32_FORMAT@"
  136. /* Signed 64-bit type formatter */
  137. #define TIFF_INT64_FORMAT "@TIFF_INT64_FORMAT@"
  138. /* Pointer difference type formatter */
  139. #define TIFF_PTRDIFF_FORMAT "@TIFF_PTRDIFF_FORMAT@"
  140. /* Unsigned size type formatter */
  141. #define TIFF_SIZE_FORMAT "@TIFF_SIZE_FORMAT@"
  142. /* Signed size type formatter */
  143. #define TIFF_SSIZE_FORMAT "@TIFF_SSIZE_FORMAT@"
  144. /* Unsigned 32-bit type formatter */
  145. #define TIFF_UINT32_FORMAT "@TIFF_UINT32_FORMAT@"
  146. /* Unsigned 64-bit type formatter */
  147. #define TIFF_UINT64_FORMAT "@TIFF_UINT64_FORMAT@"
  148. /* Unsigned 8-bit type */
  149. #define TIFF_UINT8_T @TIFF_UINT8_T@
  150. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  151. #undef TIME_WITH_SYS_TIME
  152. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  153. #cmakedefine TM_IN_SYS_TIME 1
  154. /* define to use win32 IO system */
  155. #cmakedefine USE_WIN32_FILEIO 1
  156. /* Version number of package */
  157. #define VERSION "@PACKAGE_VERSION@"
  158. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  159. significant byte first (like Motorola and SPARC, unlike Intel). */
  160. #if defined AC_APPLE_UNIVERSAL_BUILD
  161. # if defined __BIG_ENDIAN__
  162. # define WORDS_BIGENDIAN 1
  163. # endif
  164. #else
  165. # ifndef WORDS_BIGENDIAN
  166. # undef WORDS_BIGENDIAN
  167. # endif
  168. #endif
  169. /* Number of bits in a file offset, on hosts where this is settable. */
  170. #cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
  171. /* Define to `__inline__' or `__inline' if that's what the C compiler
  172. calls it, or to nothing if 'inline' is not supported under any name. */
  173. #ifndef __cplusplus
  174. #define inline @INLINE_KEYWORD@
  175. #endif
  176. /* Define to `long int' if <sys/types.h> does not define. */
  177. #undef off_t
  178. /* Define to `unsigned int' if <sys/types.h> does not define. */
  179. #undef size_t