Bug 628949 - Update visible region / glass regions after we paint. r=roc a=2.0.
[mozilla-central.git] / jpeg / jwinfig.h
bloba558735b77a22f2577b6b5ce9ffdaa8ec320d4c5
1 /* jconfig.mc6 --- jconfig.h for Microsoft C on MS-DOS, version 6.00A & up. */
2 /* see jconfig.doc for explanations */
4 /* this is a hack */
5 #define HAVE_BOOLEAN
6 #ifndef __RPCNDR_H__
7 typedef unsigned char boolean;
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 /* for small or medium memory model */
21 #undef NEED_SHORT_EXTERNAL_NAMES
22 #undef INCOMPLETE_TYPES_BROKEN
24 #ifdef JPEG_INTERNALS
26 #undef RIGHT_SHIFT_IS_UNSIGNED
28 #define USE_MSDOS_MEMANSI
30 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
32 #endif /* JPEG_INTERNALS */
34 #ifdef JPEG_CJPEG_DJPEG
36 #define BMP_SUPPORTED /* BMP image file format */
37 #define GIF_SUPPORTED /* GIF image file format */
38 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
39 #undef RLE_SUPPORTED /* Utah RLE image file format */
40 #define TARGA_SUPPORTED /* Targa image file format */
42 #define TWO_FILE_COMMANDLINE
43 #define USE_SETMODE /* Microsoft has setmode() */
44 #define NEED_SIGNAL_CATCHER /* Define this if you use jmemdos.c */
45 #undef DONT_USE_B_MODE
46 #undef PROGRESS_REPORT /* optional */
48 #endif /* JPEG_CJPEG_DJPEG */