tif_config.h.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. /* libtiff/tif_config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Support CCITT Group 3 & 4 algorithms */
  5. #undef CCITT_SUPPORT
  6. /* Pick up YCbCr subsampling info from the JPEG data stream to support files
  7. lacking the tag (default enabled). */
  8. #undef CHECK_JPEG_YCBCR_SUBSAMPLING
  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. /* Treat extra sample as alpha (default enabled). The RGBA interface will
  14. treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
  15. packages produce RGBA files but don't mark the alpha properly. */
  16. #undef DEFAULT_EXTRASAMPLE_AS_ALPHA
  17. /* enable deferred strip/tile offset/size loading (experimental) */
  18. #undef DEFER_STRILE_LOAD
  19. /* Define to 1 if you have the <assert.h> header file. */
  20. #undef HAVE_ASSERT_H
  21. /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
  22. */
  23. #undef HAVE_DECL_OPTARG
  24. /* Define to 1 if you have the <dlfcn.h> header file. */
  25. #undef HAVE_DLFCN_H
  26. /* Define to 1 if you have the <fcntl.h> header file. */
  27. #undef HAVE_FCNTL_H
  28. /* Define to 1 if you have the `floor' function. */
  29. #undef HAVE_FLOOR
  30. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  31. #undef HAVE_FSEEKO
  32. /* Define to 1 if you have the `getopt' function. */
  33. #undef HAVE_GETOPT
  34. /* Define to 1 if you have the <GLUT/glut.h> header file. */
  35. #undef HAVE_GLUT_GLUT_H
  36. /* Define to 1 if you have the <GL/glut.h> header file. */
  37. #undef HAVE_GL_GLUT_H
  38. /* Define to 1 if you have the <GL/glu.h> header file. */
  39. #undef HAVE_GL_GLU_H
  40. /* Define to 1 if you have the <GL/gl.h> header file. */
  41. #undef HAVE_GL_GL_H
  42. /* Define as 0 or 1 according to the floating point format suported by the
  43. machine */
  44. #undef HAVE_IEEEFP
  45. /* Define to 1 if the system has the type `int16'. */
  46. #undef HAVE_INT16
  47. /* Define to 1 if the system has the type `int32'. */
  48. #undef HAVE_INT32
  49. /* Define to 1 if the system has the type `int8'. */
  50. #undef HAVE_INT8
  51. /* Define to 1 if you have the <inttypes.h> header file. */
  52. #undef HAVE_INTTYPES_H
  53. /* Define to 1 if you have the <io.h> header file. */
  54. #undef HAVE_IO_H
  55. /* Define to 1 if you have the `isascii' function. */
  56. #undef HAVE_ISASCII
  57. /* Define to 1 if you have the `jbg_newlen' function. */
  58. #undef HAVE_JBG_NEWLEN
  59. /* Define to 1 if you have the `lfind' function. */
  60. #undef HAVE_LFIND
  61. /* Define to 1 if you have the <limits.h> header file. */
  62. #undef HAVE_LIMITS_H
  63. /* Define to 1 if you have the <malloc.h> header file. */
  64. #undef HAVE_MALLOC_H
  65. /* Define to 1 if you have the `memmove' function. */
  66. #undef HAVE_MEMMOVE
  67. /* Define to 1 if you have the <memory.h> header file. */
  68. #undef HAVE_MEMORY_H
  69. /* Define to 1 if you have the `memset' function. */
  70. #undef HAVE_MEMSET
  71. /* Define to 1 if you have the `mmap' function. */
  72. #undef HAVE_MMAP
  73. /* Define to 1 if you have the <OpenGL/glu.h> header file. */
  74. #undef HAVE_OPENGL_GLU_H
  75. /* Define to 1 if you have the <OpenGL/gl.h> header file. */
  76. #undef HAVE_OPENGL_GL_H
  77. /* Define to 1 if you have the `pow' function. */
  78. #undef HAVE_POW
  79. /* Define if you have POSIX threads libraries and header files. */
  80. #undef HAVE_PTHREAD
  81. /* Define to 1 if you have the <search.h> header file. */
  82. #undef HAVE_SEARCH_H
  83. /* Define to 1 if you have the `setmode' function. */
  84. #undef HAVE_SETMODE
  85. /* Define to 1 if you have the `snprintf' function. */
  86. #undef HAVE_SNPRINTF
  87. /* Define to 1 if you have the `sqrt' function. */
  88. #undef HAVE_SQRT
  89. /* Define to 1 if you have the <stdint.h> header file. */
  90. #undef HAVE_STDINT_H
  91. /* Define to 1 if you have the <stdlib.h> header file. */
  92. #undef HAVE_STDLIB_H
  93. /* Define to 1 if you have the `strcasecmp' function. */
  94. #undef HAVE_STRCASECMP
  95. /* Define to 1 if you have the `strchr' function. */
  96. #undef HAVE_STRCHR
  97. /* Define to 1 if you have the <strings.h> header file. */
  98. #undef HAVE_STRINGS_H
  99. /* Define to 1 if you have the <string.h> header file. */
  100. #undef HAVE_STRING_H
  101. /* Define to 1 if you have the `strrchr' function. */
  102. #undef HAVE_STRRCHR
  103. /* Define to 1 if you have the `strstr' function. */
  104. #undef HAVE_STRSTR
  105. /* Define to 1 if you have the `strtol' function. */
  106. #undef HAVE_STRTOL
  107. /* Define to 1 if you have the `strtoul' function. */
  108. #undef HAVE_STRTOUL
  109. /* Define to 1 if you have the `strtoull' function. */
  110. #undef HAVE_STRTOULL
  111. /* Define to 1 if you have the <sys/stat.h> header file. */
  112. #undef HAVE_SYS_STAT_H
  113. /* Define to 1 if you have the <sys/time.h> header file. */
  114. #undef HAVE_SYS_TIME_H
  115. /* Define to 1 if you have the <sys/types.h> header file. */
  116. #undef HAVE_SYS_TYPES_H
  117. /* Define to 1 if you have the <unistd.h> header file. */
  118. #undef HAVE_UNISTD_H
  119. /* Use nonstandard varargs form for the GLU tesselator callback */
  120. #undef HAVE_VARARGS_GLU_TESSCB
  121. /* Define to 1 if you have the <windows.h> header file. */
  122. #undef HAVE_WINDOWS_H
  123. /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
  124. (Intel) */
  125. #undef HOST_BIGENDIAN
  126. /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
  127. #undef HOST_FILLORDER
  128. /* Support ISO JBIG compression (requires JBIG-KIT library) */
  129. #undef JBIG_SUPPORT
  130. /* 8/12 bit libjpeg dual mode enabled */
  131. #undef JPEG_DUAL_MODE_8_12
  132. /* Support JPEG compression (requires IJG JPEG library) */
  133. #undef JPEG_SUPPORT
  134. /* 12bit libjpeg primary include file with path */
  135. #undef LIBJPEG_12_PATH
  136. /* Support LogLuv high dynamic range encoding */
  137. #undef LOGLUV_SUPPORT
  138. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  139. #undef LT_OBJDIR
  140. /* Support LZMA2 compression */
  141. #undef LZMA_SUPPORT
  142. /* Support LZW algorithm */
  143. #undef LZW_SUPPORT
  144. /* Support Microsoft Document Imaging format */
  145. #undef MDI_SUPPORT
  146. /* Support NeXT 2-bit RLE algorithm */
  147. #undef NEXT_SUPPORT
  148. /* Support Old JPEG compresson (read-only) */
  149. #undef OJPEG_SUPPORT
  150. /* Name of package */
  151. #undef PACKAGE
  152. /* Define to the address where bug reports for this package should be sent. */
  153. #undef PACKAGE_BUGREPORT
  154. /* Define to the full name of this package. */
  155. #undef PACKAGE_NAME
  156. /* Define to the full name and version of this package. */
  157. #undef PACKAGE_STRING
  158. /* Define to the one symbol short name of this package. */
  159. #undef PACKAGE_TARNAME
  160. /* Define to the home page for this package. */
  161. #undef PACKAGE_URL
  162. /* Define to the version of this package. */
  163. #undef PACKAGE_VERSION
  164. /* Support Macintosh PackBits algorithm */
  165. #undef PACKBITS_SUPPORT
  166. /* Support Pixar log-format algorithm (requires Zlib) */
  167. #undef PIXARLOG_SUPPORT
  168. /* Define to necessary symbol if this constant uses a non-standard name on
  169. your system. */
  170. #undef PTHREAD_CREATE_JOINABLE
  171. /* The size of `signed int', as computed by sizeof. */
  172. #undef SIZEOF_SIGNED_INT
  173. /* The size of `signed long', as computed by sizeof. */
  174. #undef SIZEOF_SIGNED_LONG
  175. /* The size of `signed long long', as computed by sizeof. */
  176. #undef SIZEOF_SIGNED_LONG_LONG
  177. /* The size of `signed short', as computed by sizeof. */
  178. #undef SIZEOF_SIGNED_SHORT
  179. /* The size of `size_t', as computed by sizeof. */
  180. #undef SIZEOF_SIZE_T
  181. /* The size of `unsigned char *', as computed by sizeof. */
  182. #undef SIZEOF_UNSIGNED_CHAR_P
  183. /* The size of `unsigned int', as computed by sizeof. */
  184. #undef SIZEOF_UNSIGNED_INT
  185. /* The size of `unsigned long', as computed by sizeof. */
  186. #undef SIZEOF_UNSIGNED_LONG
  187. /* The size of `unsigned long long', as computed by sizeof. */
  188. #undef SIZEOF_UNSIGNED_LONG_LONG
  189. /* The size of `unsigned short', as computed by sizeof. */
  190. #undef SIZEOF_UNSIGNED_SHORT
  191. /* Define to 1 if you have the ANSI C header files. */
  192. #undef STDC_HEADERS
  193. /* Support strip chopping (whether or not to convert single-strip uncompressed
  194. images to mutiple strips of specified size to reduce memory usage) */
  195. #undef STRIPCHOP_DEFAULT
  196. /* Default size of the strip in bytes (when strip chopping enabled) */
  197. #undef STRIP_SIZE_DEFAULT
  198. /* Enable SubIFD tag (330) support */
  199. #undef SUBIFD_SUPPORT
  200. /* Support ThunderScan 4-bit RLE algorithm */
  201. #undef THUNDER_SUPPORT
  202. /* Signed 16-bit type */
  203. #undef TIFF_INT16_T
  204. /* Signed 32-bit type formatter */
  205. #undef TIFF_INT32_FORMAT
  206. /* Signed 32-bit type */
  207. #undef TIFF_INT32_T
  208. /* Signed 64-bit type formatter */
  209. #undef TIFF_INT64_FORMAT
  210. /* Signed 64-bit type */
  211. #undef TIFF_INT64_T
  212. /* Signed 8-bit type */
  213. #undef TIFF_INT8_T
  214. /* Pointer difference type formatter */
  215. #undef TIFF_PTRDIFF_FORMAT
  216. /* Pointer difference type */
  217. #undef TIFF_PTRDIFF_T
  218. /* Size type formatter */
  219. #undef TIFF_SIZE_FORMAT
  220. /* Unsigned size type */
  221. #undef TIFF_SIZE_T
  222. /* Signed size type formatter */
  223. #undef TIFF_SSIZE_FORMAT
  224. /* Signed size type */
  225. #undef TIFF_SSIZE_T
  226. /* Unsigned 16-bit type */
  227. #undef TIFF_UINT16_T
  228. /* Unsigned 32-bit type formatter */
  229. #undef TIFF_UINT32_FORMAT
  230. /* Unsigned 32-bit type */
  231. #undef TIFF_UINT32_T
  232. /* Unsigned 64-bit type formatter */
  233. #undef TIFF_UINT64_FORMAT
  234. /* Unsigned 64-bit type */
  235. #undef TIFF_UINT64_T
  236. /* Unsigned 8-bit type */
  237. #undef TIFF_UINT8_T
  238. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  239. #undef TIME_WITH_SYS_TIME
  240. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  241. #undef TM_IN_SYS_TIME
  242. /* define to use win32 IO system */
  243. #undef USE_WIN32_FILEIO
  244. /* Version number of package */
  245. #undef VERSION
  246. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  247. significant byte first (like Motorola and SPARC, unlike Intel). */
  248. #if defined AC_APPLE_UNIVERSAL_BUILD
  249. # if defined __BIG_ENDIAN__
  250. # define WORDS_BIGENDIAN 1
  251. # endif
  252. #else
  253. # ifndef WORDS_BIGENDIAN
  254. # undef WORDS_BIGENDIAN
  255. # endif
  256. #endif
  257. /* Define to 1 if the X Window System is missing or not being used. */
  258. #undef X_DISPLAY_MISSING
  259. /* Support Deflate compression */
  260. #undef ZIP_SUPPORT
  261. /* Enable large inode numbers on Mac OS X 10.5. */
  262. #ifndef _DARWIN_USE_64_BIT_INODE
  263. # define _DARWIN_USE_64_BIT_INODE 1
  264. #endif
  265. /* Number of bits in a file offset, on hosts where this is settable. */
  266. #undef _FILE_OFFSET_BITS
  267. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  268. #undef _LARGEFILE_SOURCE
  269. /* Define for large files, on AIX-style hosts. */
  270. #undef _LARGE_FILES
  271. /* Define to empty if `const' does not conform to ANSI C. */
  272. #undef const
  273. /* Define to `__inline__' or `__inline' if that's what the C compiler
  274. calls it, or to nothing if 'inline' is not supported under any name. */
  275. #ifndef __cplusplus
  276. #undef inline
  277. #endif
  278. /* Define to `long int' if <sys/types.h> does not define. */
  279. #undef off_t
  280. /* Define to `unsigned int' if <sys/types.h> does not define. */
  281. #undef size_t