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 #include "core/include/fxcrt/fx_system.h" |
11 # include "../../core/include/fxcrt/fx_system.h" | |
12 #endif | |
13 | 11 |
14 //NOTE: The tiff codec requires an ANSI C compiler environment for building and | 12 //NOTE: The tiff codec requires an ANSI C compiler environment for building and |
15 // presumes an ANSI C environment for use. | 13 // presumes an ANSI C environment for use. |
16 | 14 |
17 /* Define to 1 if you have the <fcntl.h> header file. */ | 15 /* Define to 1 if you have the <fcntl.h> header file. */ |
18 /* Define to 1 if you have the <sys/types.h> header file. */ | 16 /* Define to 1 if you have the <sys/types.h> header file. */ |
19 #if _FX_OS_ == _FX_WIN32_MOBILE_ | 17 #if _FX_OS_ == _FX_WIN32_MOBILE_ |
20 # define O_RDONLY 0x0000 /* open for reading only */ | 18 # define O_RDONLY 0x0000 /* open for reading only */ |
21 # define O_WRONLY 0x0001 /* open for writing only */ | 19 # define O_WRONLY 0x0001 /* open for writing only */ |
22 # define O_RDWR 0x0002 /* open for reading and writing */ | 20 # define O_RDWR 0x0002 /* open for reading and writing */ |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 * Macros stays here for backward compatibility and should be always defined. | 239 * Macros stays here for backward compatibility and should be always defined. |
242 */ | 240 */ |
243 #define COLORIMETRY_SUPPORT | 241 #define COLORIMETRY_SUPPORT |
244 #define YCBCR_SUPPORT | 242 #define YCBCR_SUPPORT |
245 #define CMYK_SUPPORT | 243 #define CMYK_SUPPORT |
246 #define ICC_SUPPORT | 244 #define ICC_SUPPORT |
247 #define PHOTOSHOP_SUPPORT | 245 #define PHOTOSHOP_SUPPORT |
248 #define IPTC_SUPPORT | 246 #define IPTC_SUPPORT |
249 | 247 |
250 #endif /* _TIFFCONF_ */ | 248 #endif /* _TIFFCONF_ */ |
OLD | NEW |