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

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

Issue 1392373004: Rename lpng and tiff to third_party/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: GN Created 5 years, 2 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 #ifndef _FX_SYSTEM_H_
11 # include "../../../../include/fxcrt/fx_system.h" 11 # include "../../core/include/fxcrt/fx_system.h"
12 #endif 12 #endif
13 13
14 //NOTE: The tiff codec requires an ANSI C compiler environment for building and 14 //NOTE: The tiff codec requires an ANSI C compiler environment for building and
15 // presumes an ANSI C environment for use. 15 // presumes an ANSI C environment for use.
16 16
17 /* Define to 1 if you have the <fcntl.h> header file. */ 17 /* Define to 1 if you have the <fcntl.h> header file. */
18 /* Define to 1 if you have the <sys/types.h> header file. */ 18 /* Define to 1 if you have the <sys/types.h> header file. */
19 #if _FX_OS_ == _FX_WIN32_MOBILE_ 19 #if _FX_OS_ == _FX_WIN32_MOBILE_
20 # define O_RDONLY 0x0000 /* open for reading only */ 20 # define O_RDONLY 0x0000 /* open for reading only */
21 # define O_WRONLY 0x0001 /* open for writing only */ 21 # define O_WRONLY 0x0001 /* open for writing only */
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698