OLD | NEW |
1 /* libtiff/tiffconf.h. Generated by configure. */ | 1 /* libtiff/tiffconf.h. Generated by configure. */ |
2 /* | 2 /* |
3 Configuration defines for installed libtiff. | 3 Configuration defines for installed libtiff. |
4 This file maintained for backward compatibility. Do not use definitions | 4 This file maintained for backward compatibility. Do not use definitions |
5 from this file in your programs. | 5 from this file in your programs. |
6 */ | 6 */ |
7 #ifndef _TIFFCONF_ | 7 #ifndef _TIFFCONF_ |
8 #define _TIFFCONF_ | 8 #define _TIFFCONF_ |
9 | 9 |
10 #ifndef _FX_SYSTEM_H_ | 10 #ifndef _FX_SYSTEM_H_ |
(...skipping 26 matching lines...) Expand all Loading... |
37 #define HAVE_IEEEFP 1 | 37 #define HAVE_IEEEFP 1 |
38 | 38 |
39 /* Define to 1 if you have the <string.h> header file. */ | 39 /* Define to 1 if you have the <string.h> header file. */ |
40 //#define HAVE_STRING_H 1 | 40 //#define HAVE_STRING_H 1 |
41 //fx_system.h already include the string.h in ANSIC | 41 //fx_system.h already include the string.h in ANSIC |
42 | 42 |
43 /* Define to 1 if you have the <search.h> header file. */ | 43 /* Define to 1 if you have the <search.h> header file. */ |
44 /*#define HAVE_SEARCH_H 1 */ | 44 /*#define HAVE_SEARCH_H 1 */ |
45 | 45 |
46 /* The size of a `int', as computed by sizeof. */ | 46 /* The size of a `int', as computed by sizeof. */ |
47 /* According typedef int» FX_INT32; in the fx_system.h*/ | 47 /* According typedef int» int32_t; in the fx_system.h*/ |
48 #define SIZEOF_INT 4 | 48 #define SIZEOF_INT 4 |
49 | 49 |
50 /* Sunliang.Liu 20110325. We should config the correct long size for tif | 50 /* Sunliang.Liu 20110325. We should config the correct long size for tif |
51 fax4decode optimize in tif_fax3.c -- Linux64 decode issue. | 51 fax4decode optimize in tif_fax3.c -- Linux64 decode issue. |
52 TESTDOC: Bug #23661 - z1.tif. */ | 52 TESTDOC: Bug #23661 - z1.tif. */ |
53 #if _FX_CPU_ == _FX_WIN64_ || _FX_CPU_ == _FX_X64_ || _FX_CPU_ == _FX_IA64_ | 53 #if _FX_CPU_ == _FX_WIN64_ || _FX_CPU_ == _FX_X64_ || _FX_CPU_ == _FX_IA64_ |
54 /* The size of `unsigned long', as computed by sizeof. */ | 54 /* The size of `unsigned long', as computed by sizeof. */ |
55 #define SIZEOF_UNSIGNED_LONG 8 | 55 #define SIZEOF_UNSIGNED_LONG 8 |
56 #else | 56 #else |
57 #define SIZEOF_UNSIGNED_LONG 4 | 57 #define SIZEOF_UNSIGNED_LONG 4 |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 * Macros stays here for backward compatibility and should be always defined. | 241 * Macros stays here for backward compatibility and should be always defined. |
242 */ | 242 */ |
243 #define COLORIMETRY_SUPPORT | 243 #define COLORIMETRY_SUPPORT |
244 #define YCBCR_SUPPORT | 244 #define YCBCR_SUPPORT |
245 #define CMYK_SUPPORT | 245 #define CMYK_SUPPORT |
246 #define ICC_SUPPORT | 246 #define ICC_SUPPORT |
247 #define PHOTOSHOP_SUPPORT | 247 #define PHOTOSHOP_SUPPORT |
248 #define IPTC_SUPPORT | 248 #define IPTC_SUPPORT |
249 | 249 |
250 #endif /* _TIFFCONF_ */ | 250 #endif /* _TIFFCONF_ */ |
OLD | NEW |