roentgen b75cab
/*
roentgen b75cab
  Configuration defines for installed libtiff.
roentgen b75cab
  This file maintained for backward compatibility. Do not use definitions
roentgen b75cab
  from this file in your programs.
roentgen b75cab
*/
roentgen b75cab
roentgen b75cab
#ifndef _TIFFCONF_
roentgen b75cab
#define _TIFFCONF_
roentgen b75cab
roentgen b75cab
/* Signed 16-bit type */
roentgen b75cab
#undef TIFF_INT16_T
roentgen b75cab
roentgen b75cab
/* Signed 32-bit type */
roentgen b75cab
#undef TIFF_INT32_T
roentgen b75cab
roentgen b75cab
/* Signed 64-bit type */
roentgen b75cab
#undef TIFF_INT64_T
roentgen b75cab
roentgen b75cab
/* Signed 8-bit type */
roentgen b75cab
#undef TIFF_INT8_T
roentgen b75cab
roentgen b75cab
/* Unsigned 16-bit type */
roentgen b75cab
#undef TIFF_UINT16_T
roentgen b75cab
roentgen b75cab
/* Unsigned 32-bit type */
roentgen b75cab
#undef TIFF_UINT32_T
roentgen b75cab
roentgen b75cab
/* Unsigned 64-bit type */
roentgen b75cab
#undef TIFF_UINT64_T
roentgen b75cab
roentgen b75cab
/* Unsigned 8-bit type */
roentgen b75cab
#undef TIFF_UINT8_T
roentgen b75cab
roentgen b75cab
/* Signed size type */
roentgen b75cab
#undef TIFF_SSIZE_T
roentgen b75cab
roentgen b75cab
/* Pointer difference type */
roentgen b75cab
#undef TIFF_PTRDIFF_T
roentgen b75cab
roentgen b75cab
/* Define to 1 if the system has the type `int16'. */
roentgen b75cab
#undef HAVE_INT16
roentgen b75cab
roentgen b75cab
/* Define to 1 if the system has the type `int32'. */
roentgen b75cab
#undef HAVE_INT32
roentgen b75cab
roentgen b75cab
/* Define to 1 if the system has the type `int8'. */
roentgen b75cab
#undef HAVE_INT8
roentgen b75cab
roentgen b75cab
/* Compatibility stuff. */
roentgen b75cab
roentgen b75cab
/* Define as 0 or 1 according to the floating point format suported by the
roentgen b75cab
   machine */
roentgen b75cab
#undef HAVE_IEEEFP
roentgen b75cab
roentgen b75cab
/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
roentgen b75cab
#undef HOST_FILLORDER
roentgen b75cab
roentgen b75cab
/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
roentgen b75cab
   (Intel) */
roentgen b75cab
#undef HOST_BIGENDIAN
roentgen b75cab
roentgen b75cab
/* Support CCITT Group 3 & 4 algorithms */
roentgen b75cab
#undef CCITT_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support JPEG compression (requires IJG JPEG library) */
roentgen b75cab
#undef JPEG_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support JBIG compression (requires JBIG-KIT library) */
roentgen b75cab
#undef JBIG_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support LogLuv high dynamic range encoding */
roentgen b75cab
#undef LOGLUV_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support LZW algorithm */
roentgen b75cab
#undef LZW_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support NeXT 2-bit RLE algorithm */
roentgen b75cab
#undef NEXT_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
roentgen b75cab
   fails with unpatched IJG JPEG library) */
roentgen b75cab
#undef OJPEG_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support Macintosh PackBits algorithm */
roentgen b75cab
#undef PACKBITS_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support Pixar log-format algorithm (requires Zlib) */
roentgen b75cab
#undef PIXARLOG_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support ThunderScan 4-bit RLE algorithm */
roentgen b75cab
#undef THUNDER_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support Deflate compression */
roentgen b75cab
#undef ZIP_SUPPORT
roentgen b75cab
roentgen b75cab
/* Support strip chopping (whether or not to convert single-strip uncompressed
roentgen b75cab
   images to mutiple strips of ~8Kb to reduce memory usage) */
roentgen b75cab
#undef STRIPCHOP_DEFAULT
roentgen b75cab
roentgen b75cab
/* Enable SubIFD tag (330) support */
roentgen b75cab
#undef SUBIFD_SUPPORT
roentgen b75cab
roentgen b75cab
/* Treat extra sample as alpha (default enabled). The RGBA interface will
roentgen b75cab
   treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
roentgen b75cab
   packages produce RGBA files but don't mark the alpha properly. */
roentgen b75cab
#undef DEFAULT_EXTRASAMPLE_AS_ALPHA
roentgen b75cab
roentgen b75cab
/* Pick up YCbCr subsampling info from the JPEG data stream to support files
roentgen b75cab
   lacking the tag (default enabled). */
roentgen b75cab
#undef CHECK_JPEG_YCBCR_SUBSAMPLING
roentgen b75cab
roentgen b75cab
/* Support MS MDI magic number files as TIFF */
roentgen b75cab
#undef MDI_SUPPORT
roentgen b75cab
roentgen b75cab
/*
roentgen b75cab
 * Feature support definitions.
roentgen b75cab
 * XXX: These macros are obsoleted. Don't use them in your apps!
roentgen b75cab
 * Macros stays here for backward compatibility and should be always defined.
roentgen b75cab
 */
roentgen b75cab
#define COLORIMETRY_SUPPORT
roentgen b75cab
#define YCBCR_SUPPORT
roentgen b75cab
#define CMYK_SUPPORT
roentgen b75cab
#define ICC_SUPPORT
roentgen b75cab
#define PHOTOSHOP_SUPPORT
roentgen b75cab
#define IPTC_SUPPORT
roentgen b75cab
roentgen b75cab
#endif /* _TIFFCONF_ */