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

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

Issue 2382723003: Move core/fxcrt/include to core/fxcrt (Closed)
Patch Set: Rebase to master Created 4 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
« no previous file with comments | « third_party/libjpeg/jinclude.h ('k') | third_party/zlib_v128/zutil.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #include "core/fxcrt/include/fx_system.h" 10 #include "core/fxcrt/fx_system.h"
11 11
12 //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
13 // presumes an ANSI C environment for use. 13 // presumes an ANSI C environment for use.
14 14
15 /* Define to 1 if you have the <fcntl.h> header file. */ 15 /* Define to 1 if you have the <fcntl.h> header file. */
16 /* 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. */
17 #if _FX_OS_ == _FX_WIN32_MOBILE_ 17 #if _FX_OS_ == _FX_WIN32_MOBILE_
18 # define O_RDONLY 0x0000 /* open for reading only */ 18 # define O_RDONLY 0x0000 /* open for reading only */
19 # define O_WRONLY 0x0001 /* open for writing only */ 19 # define O_WRONLY 0x0001 /* open for writing only */
20 # define O_RDWR 0x0002 /* open for reading and writing */ 20 # define O_RDWR 0x0002 /* open for reading and writing */
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 * Macros stays here for backward compatibility and should be always defined. 243 * Macros stays here for backward compatibility and should be always defined.
244 */ 244 */
245 #define COLORIMETRY_SUPPORT 245 #define COLORIMETRY_SUPPORT
246 #define YCBCR_SUPPORT 246 #define YCBCR_SUPPORT
247 #define CMYK_SUPPORT 247 #define CMYK_SUPPORT
248 #define ICC_SUPPORT 248 #define ICC_SUPPORT
249 #define PHOTOSHOP_SUPPORT 249 #define PHOTOSHOP_SUPPORT
250 #define IPTC_SUPPORT 250 #define IPTC_SUPPORT
251 251
252 #endif /* _TIFFCONF_ */ 252 #endif /* _TIFFCONF_ */
OLDNEW
« no previous file with comments | « third_party/libjpeg/jinclude.h ('k') | third_party/zlib_v128/zutil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698