/src/FreeImage/Source/LibTIFF/tif_config.h.in

https://bitbucket.org/cabalistic/ogredeps/ · Autoconf · 309 lines · 107 code · 96 blank · 106 comment · 59 complexity · 856805541324349e9070f3442a7b2aa8 MD5 · raw file

  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. /* Support C++ stream API (requires C++ compiler) */
  10. #undef CXX_SUPPORT
  11. /* Treat extra sample as alpha (default enabled). The RGBA interface will
  12. treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
  13. packages produce RGBA files but don't mark the alpha properly. */
  14. #undef DEFAULT_EXTRASAMPLE_AS_ALPHA
  15. /* Use the Apple OpenGL framework. */
  16. #undef HAVE_APPLE_OPENGL_FRAMEWORK
  17. /* Define to 1 if you have the <assert.h> header file. */
  18. #undef HAVE_ASSERT_H
  19. /* Define to 1 if you have the <dlfcn.h> header file. */
  20. #undef HAVE_DLFCN_H
  21. /* Define to 1 if you have the <fcntl.h> header file. */
  22. #undef HAVE_FCNTL_H
  23. /* Define to 1 if you have the `floor' function. */
  24. #undef HAVE_FLOOR
  25. /* Define to 1 if you have the `getopt' function. */
  26. #undef HAVE_GETOPT
  27. /* Define as 0 or 1 according to the floating point format suported by the
  28. machine */
  29. #undef HAVE_IEEEFP
  30. /* Define to 1 if the system has the type `int16'. */
  31. #undef HAVE_INT16
  32. /* Define to 1 if the system has the type `int32'. */
  33. #undef HAVE_INT32
  34. /* Define to 1 if the system has the type `int8'. */
  35. #undef HAVE_INT8
  36. /* Define to 1 if you have the <inttypes.h> header file. */
  37. #undef HAVE_INTTYPES_H
  38. /* Define to 1 if you have the <io.h> header file. */
  39. #undef HAVE_IO_H
  40. /* Define to 1 if you have the `isascii' function. */
  41. #undef HAVE_ISASCII
  42. /* Define to 1 if you have the `jbg_newlen' function. */
  43. #undef HAVE_JBG_NEWLEN
  44. /* Define to 1 if you have the `lfind' function. */
  45. #undef HAVE_LFIND
  46. /* Define to 1 if you have the `c' library (-lc). */
  47. #undef HAVE_LIBC
  48. /* Define to 1 if you have the `m' library (-lm). */
  49. #undef HAVE_LIBM
  50. /* Define to 1 if you have the <limits.h> header file. */
  51. #undef HAVE_LIMITS_H
  52. /* Define to 1 if you have the <malloc.h> header file. */
  53. #undef HAVE_MALLOC_H
  54. /* Define to 1 if you have the `memmove' function. */
  55. #undef HAVE_MEMMOVE
  56. /* Define to 1 if you have the <memory.h> header file. */
  57. #undef HAVE_MEMORY_H
  58. /* Define to 1 if you have the `memset' function. */
  59. #undef HAVE_MEMSET
  60. /* Define to 1 if you have the `mmap' function. */
  61. #undef HAVE_MMAP
  62. /* Define to 1 if you have the `pow' function. */
  63. #undef HAVE_POW
  64. /* Define if you have POSIX threads libraries and header files. */
  65. #undef HAVE_PTHREAD
  66. /* Define to 1 if you have the <search.h> header file. */
  67. #undef HAVE_SEARCH_H
  68. /* Define to 1 if you have the `setmode' function. */
  69. #undef HAVE_SETMODE
  70. /* Define to 1 if you have the `sqrt' function. */
  71. #undef HAVE_SQRT
  72. /* Define to 1 if you have the <stdint.h> header file. */
  73. #undef HAVE_STDINT_H
  74. /* Define to 1 if you have the <stdlib.h> header file. */
  75. #undef HAVE_STDLIB_H
  76. /* Define to 1 if you have the `strcasecmp' function. */
  77. #undef HAVE_STRCASECMP
  78. /* Define to 1 if you have the `strchr' function. */
  79. #undef HAVE_STRCHR
  80. /* Define to 1 if you have the <strings.h> header file. */
  81. #undef HAVE_STRINGS_H
  82. /* Define to 1 if you have the <string.h> header file. */
  83. #undef HAVE_STRING_H
  84. /* Define to 1 if you have the `strrchr' function. */
  85. #undef HAVE_STRRCHR
  86. /* Define to 1 if you have the `strstr' function. */
  87. #undef HAVE_STRSTR
  88. /* Define to 1 if you have the `strtol' function. */
  89. #undef HAVE_STRTOL
  90. /* Define to 1 if you have the `strtoul' function. */
  91. #undef HAVE_STRTOUL
  92. /* Define to 1 if you have the <sys/stat.h> header file. */
  93. #undef HAVE_SYS_STAT_H
  94. /* Define to 1 if you have the <sys/time.h> header file. */
  95. #undef HAVE_SYS_TIME_H
  96. /* Define to 1 if you have the <sys/types.h> header file. */
  97. #undef HAVE_SYS_TYPES_H
  98. /* Define to 1 if you have the <unistd.h> header file. */
  99. #undef HAVE_UNISTD_H
  100. /* Define to 1 if you have the <windows.h> header file. */
  101. #undef HAVE_WINDOWS_H
  102. /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
  103. (Intel) */
  104. #undef HOST_BIGENDIAN
  105. /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
  106. #undef HOST_FILLORDER
  107. /* Support ISO JBIG compression (requires JBIG-KIT library) */
  108. #undef JBIG_SUPPORT
  109. /* Support JPEG compression (requires IJG JPEG library) */
  110. #undef JPEG_SUPPORT
  111. /* Support LogLuv high dynamic range encoding */
  112. #undef LOGLUV_SUPPORT
  113. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  114. */
  115. #undef LT_OBJDIR
  116. /* Support LZW algorithm */
  117. #undef LZW_SUPPORT
  118. /* Support Microsoft Document Imaging format */
  119. #undef MDI_SUPPORT
  120. /* Support NeXT 2-bit RLE algorithm */
  121. #undef NEXT_SUPPORT
  122. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  123. #undef NO_MINUS_C_MINUS_O
  124. /* Support Old JPEG compresson (read-only) */
  125. #undef OJPEG_SUPPORT
  126. /* Name of package */
  127. #undef PACKAGE
  128. /* Define to the address where bug reports for this package should be sent. */
  129. #undef PACKAGE_BUGREPORT
  130. /* Define to the full name of this package. */
  131. #undef PACKAGE_NAME
  132. /* Define to the full name and version of this package. */
  133. #undef PACKAGE_STRING
  134. /* Define to the one symbol short name of this package. */
  135. #undef PACKAGE_TARNAME
  136. /* Define to the home page for this package. */
  137. #undef PACKAGE_URL
  138. /* Define to the version of this package. */
  139. #undef PACKAGE_VERSION
  140. /* Support Macintosh PackBits algorithm */
  141. #undef PACKBITS_SUPPORT
  142. /* Support Pixar log-format algorithm (requires Zlib) */
  143. #undef PIXARLOG_SUPPORT
  144. /* Define to necessary symbol if this constant uses a non-standard name on
  145. your system. */
  146. #undef PTHREAD_CREATE_JOINABLE
  147. /* The size of `int', as computed by sizeof. */
  148. #undef SIZEOF_INT
  149. /* The size of `long', as computed by sizeof. */
  150. #undef SIZEOF_LONG
  151. /* The size of `signed long', as computed by sizeof. */
  152. #undef SIZEOF_SIGNED_LONG
  153. /* The size of `signed long long', as computed by sizeof. */
  154. #undef SIZEOF_SIGNED_LONG_LONG
  155. /* The size of `unsigned long', as computed by sizeof. */
  156. #undef SIZEOF_UNSIGNED_LONG
  157. /* The size of `unsigned long long', as computed by sizeof. */
  158. #undef SIZEOF_UNSIGNED_LONG_LONG
  159. /* Define to 1 if you have the ANSI C header files. */
  160. #undef STDC_HEADERS
  161. /* Support strip chopping (whether or not to convert single-strip uncompressed
  162. images to mutiple strips of specified size to reduce memory usage) */
  163. #undef STRIPCHOP_DEFAULT
  164. /* Default size of the strip in bytes (when strip chopping enabled) */
  165. #undef STRIP_SIZE_DEFAULT
  166. /* Enable SubIFD tag (330) support */
  167. #undef SUBIFD_SUPPORT
  168. /* Support ThunderScan 4-bit RLE algorithm */
  169. #undef THUNDER_SUPPORT
  170. /* Signed 64-bit type formatter */
  171. #undef TIFF_INT64_FORMAT
  172. /* Signed 64-bit type */
  173. #undef TIFF_INT64_T
  174. /* Unsigned 64-bit type formatter */
  175. #undef TIFF_UINT64_FORMAT
  176. /* Unsigned 64-bit type */
  177. #undef TIFF_UINT64_T
  178. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  179. #undef TIME_WITH_SYS_TIME
  180. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  181. #undef TM_IN_SYS_TIME
  182. /* Version number of package */
  183. #undef VERSION
  184. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  185. significant byte first (like Motorola and SPARC, unlike Intel). */
  186. #if defined AC_APPLE_UNIVERSAL_BUILD
  187. # if defined __BIG_ENDIAN__
  188. # define WORDS_BIGENDIAN 1
  189. # endif
  190. #else
  191. # ifndef WORDS_BIGENDIAN
  192. # undef WORDS_BIGENDIAN
  193. # endif
  194. #endif
  195. /* Define to 1 if the X Window System is missing or not being used. */
  196. #undef X_DISPLAY_MISSING
  197. /* Support Deflate compression */
  198. #undef ZIP_SUPPORT
  199. /* Number of bits in a file offset, on hosts where this is settable. */
  200. #undef _FILE_OFFSET_BITS
  201. /* Define for large files, on AIX-style hosts. */
  202. #undef _LARGE_FILES
  203. /* Define to empty if `const' does not conform to ANSI C. */
  204. #undef const
  205. /* Define to `__inline__' or `__inline' if that's what the C compiler
  206. calls it, or to nothing if 'inline' is not supported under any name. */
  207. #ifndef __cplusplus
  208. #undef inline
  209. #endif
  210. /* Define to `long int' if <sys/types.h> does not define. */
  211. #undef off_t
  212. /* Define to `unsigned int' if <sys/types.h> does not define. */
  213. #undef size_t