Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../proc/self/root/usr/include
File: tiffconf-64.h
/* libtiff/tiffconf.h. Generated from tiffconf.h.in by configure. */
[0] Fix | Delete
/*
[1] Fix | Delete
Configuration defines for installed libtiff.
[2] Fix | Delete
This file maintained for backward compatibility. Do not use definitions
[3] Fix | Delete
from this file in your programs.
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
#ifndef _TIFFCONF_
[7] Fix | Delete
#define _TIFFCONF_
[8] Fix | Delete
[9] Fix | Delete
/* Signed 16-bit type */
[10] Fix | Delete
#define TIFF_INT16_T signed short
[11] Fix | Delete
[12] Fix | Delete
/* Signed 32-bit type */
[13] Fix | Delete
#define TIFF_INT32_T signed int
[14] Fix | Delete
[15] Fix | Delete
/* Signed 64-bit type */
[16] Fix | Delete
#define TIFF_INT64_T signed long
[17] Fix | Delete
[18] Fix | Delete
/* Signed 8-bit type */
[19] Fix | Delete
#define TIFF_INT8_T signed char
[20] Fix | Delete
[21] Fix | Delete
/* Unsigned 16-bit type */
[22] Fix | Delete
#define TIFF_UINT16_T unsigned short
[23] Fix | Delete
[24] Fix | Delete
/* Unsigned 32-bit type */
[25] Fix | Delete
#define TIFF_UINT32_T unsigned int
[26] Fix | Delete
[27] Fix | Delete
/* Unsigned 64-bit type */
[28] Fix | Delete
#define TIFF_UINT64_T unsigned long
[29] Fix | Delete
[30] Fix | Delete
/* Unsigned 8-bit type */
[31] Fix | Delete
#define TIFF_UINT8_T unsigned char
[32] Fix | Delete
[33] Fix | Delete
/* Signed size type */
[34] Fix | Delete
#define TIFF_SSIZE_T signed long
[35] Fix | Delete
[36] Fix | Delete
/* Pointer difference type */
[37] Fix | Delete
#define TIFF_PTRDIFF_T ptrdiff_t
[38] Fix | Delete
[39] Fix | Delete
/* Define to 1 if the system has the type `int16'. */
[40] Fix | Delete
/* #undef HAVE_INT16 */
[41] Fix | Delete
[42] Fix | Delete
/* Define to 1 if the system has the type `int32'. */
[43] Fix | Delete
/* #undef HAVE_INT32 */
[44] Fix | Delete
[45] Fix | Delete
/* Define to 1 if the system has the type `int8'. */
[46] Fix | Delete
/* #undef HAVE_INT8 */
[47] Fix | Delete
[48] Fix | Delete
/* Compatibility stuff. */
[49] Fix | Delete
[50] Fix | Delete
/* Define as 0 or 1 according to the floating point format suported by the
[51] Fix | Delete
machine */
[52] Fix | Delete
#define HAVE_IEEEFP 1
[53] Fix | Delete
[54] Fix | Delete
/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
[55] Fix | Delete
#define HOST_FILLORDER FILLORDER_LSB2MSB
[56] Fix | Delete
[57] Fix | Delete
/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
[58] Fix | Delete
(Intel) */
[59] Fix | Delete
#define HOST_BIGENDIAN 0
[60] Fix | Delete
[61] Fix | Delete
/* Support CCITT Group 3 & 4 algorithms */
[62] Fix | Delete
#define CCITT_SUPPORT 1
[63] Fix | Delete
[64] Fix | Delete
/* Support JPEG compression (requires IJG JPEG library) */
[65] Fix | Delete
#define JPEG_SUPPORT 1
[66] Fix | Delete
[67] Fix | Delete
/* Support JBIG compression (requires JBIG-KIT library) */
[68] Fix | Delete
#define JBIG_SUPPORT 1
[69] Fix | Delete
[70] Fix | Delete
/* Support LogLuv high dynamic range encoding */
[71] Fix | Delete
#define LOGLUV_SUPPORT 1
[72] Fix | Delete
[73] Fix | Delete
/* Support LZW algorithm */
[74] Fix | Delete
#define LZW_SUPPORT 1
[75] Fix | Delete
[76] Fix | Delete
/* Support NeXT 2-bit RLE algorithm */
[77] Fix | Delete
#define NEXT_SUPPORT 1
[78] Fix | Delete
[79] Fix | Delete
/* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
[80] Fix | Delete
fails with unpatched IJG JPEG library) */
[81] Fix | Delete
#define OJPEG_SUPPORT 1
[82] Fix | Delete
[83] Fix | Delete
/* Support Macintosh PackBits algorithm */
[84] Fix | Delete
#define PACKBITS_SUPPORT 1
[85] Fix | Delete
[86] Fix | Delete
/* Support Pixar log-format algorithm (requires Zlib) */
[87] Fix | Delete
#define PIXARLOG_SUPPORT 1
[88] Fix | Delete
[89] Fix | Delete
/* Support ThunderScan 4-bit RLE algorithm */
[90] Fix | Delete
#define THUNDER_SUPPORT 1
[91] Fix | Delete
[92] Fix | Delete
/* Support Deflate compression */
[93] Fix | Delete
#define ZIP_SUPPORT 1
[94] Fix | Delete
[95] Fix | Delete
/* Support strip chopping (whether or not to convert single-strip uncompressed
[96] Fix | Delete
images to mutiple strips of ~8Kb to reduce memory usage) */
[97] Fix | Delete
#define STRIPCHOP_DEFAULT TIFF_STRIPCHOP
[98] Fix | Delete
[99] Fix | Delete
/* Enable SubIFD tag (330) support */
[100] Fix | Delete
#define SUBIFD_SUPPORT 1
[101] Fix | Delete
[102] Fix | Delete
/* Treat extra sample as alpha (default enabled). The RGBA interface will
[103] Fix | Delete
treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
[104] Fix | Delete
packages produce RGBA files but don't mark the alpha properly. */
[105] Fix | Delete
#define DEFAULT_EXTRASAMPLE_AS_ALPHA 1
[106] Fix | Delete
[107] Fix | Delete
/* Pick up YCbCr subsampling info from the JPEG data stream to support files
[108] Fix | Delete
lacking the tag (default enabled). */
[109] Fix | Delete
#define CHECK_JPEG_YCBCR_SUBSAMPLING 1
[110] Fix | Delete
[111] Fix | Delete
/* Support MS MDI magic number files as TIFF */
[112] Fix | Delete
#define MDI_SUPPORT 1
[113] Fix | Delete
[114] Fix | Delete
/*
[115] Fix | Delete
* Feature support definitions.
[116] Fix | Delete
* XXX: These macros are obsoleted. Don't use them in your apps!
[117] Fix | Delete
* Macros stays here for backward compatibility and should be always defined.
[118] Fix | Delete
*/
[119] Fix | Delete
#define COLORIMETRY_SUPPORT
[120] Fix | Delete
#define YCBCR_SUPPORT
[121] Fix | Delete
#define CMYK_SUPPORT
[122] Fix | Delete
#define ICC_SUPPORT
[123] Fix | Delete
#define PHOTOSHOP_SUPPORT
[124] Fix | Delete
#define IPTC_SUPPORT
[125] Fix | Delete
[126] Fix | Delete
#endif /* _TIFFCONF_ */
[127] Fix | Delete
[128] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function