Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: third_party/libtiff/tiffconf.h

Issue 1572523002: XFA: Remove relative includes outside of xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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_ */
OLDNEW
« core/src/fxcrt/fx_arabic.cpp ('K') | « third_party/libtiff/0000-build-config.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698