Bug 628949 - Update visible region / glass regions after we paint. r=roc a=2.0.
[mozilla-central.git] / jpeg / jconfig-mac-cw.h
bloba0ef5529fbfc73c595dcaf96120e393c6c69ddf9
1 /* jconfig.h --- generated by ckconfig.c */
2 /* see jconfig.doc for explanations */
4 #define ALIGN_TYPE long /* memory alignment */
5 #define NO_GETENV /* we do have the function, but it's dead */
6 #ifdef __cplusplus
7 #define INLINE inline /* we have them in C++ */
8 #endif
10 #define HAVE_PROTOTYPES
11 #define HAVE_UNSIGNED_CHAR
12 #define HAVE_UNSIGNED_SHORT
13 /* #define void char */
14 /* #define const */
15 #undef CHAR_IS_UNSIGNED
16 #define HAVE_STDDEF_H
17 #define HAVE_STDLIB_H
18 #undef NEED_BSD_STRINGS
19 #undef NEED_SYS_TYPES_H
20 #undef NEED_FAR_POINTERS
21 #undef NEED_SHORT_EXTERNAL_NAMES
22 #undef INCOMPLETE_TYPES_BROKEN
24 #ifdef JPEG_INTERNALS
26 #undef RIGHT_SHIFT_IS_UNSIGNED
28 #endif /* JPEG_INTERNALS */
30 #ifdef JPEG_CJPEG_DJPEG
32 #define BMP_SUPPORTED /* BMP image file format */
33 #define GIF_SUPPORTED /* GIF image file format */
34 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
35 #undef RLE_SUPPORTED /* Utah RLE image file format */
36 #define TARGA_SUPPORTED /* Targa image file format */
38 #undef TWO_FILE_COMMANDLINE /* You may need this on non-Unix systems */
39 #undef NEED_SIGNAL_CATCHER /* Define this if you use jmemname.c */
40 #undef DONT_USE_B_MODE
41 /* #define PROGRESS_REPORT */ /* optional */
43 #endif /* JPEG_CJPEG_DJPEG */