]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - libs/jpeg6/jconfig.h
eol style
[xonotic/netradiant.git] / libs / jpeg6 / jconfig.h
1 /* jconfig.wat --- jconfig.h for Watcom C/C++ on MS-DOS or OS/2. */
2
3 /* see jconfig.doc for explanations */
4
5
6
7 #define HAVE_PROTOTYPES
8
9 #define HAVE_UNSIGNED_CHAR
10
11 #define HAVE_UNSIGNED_SHORT
12
13 /* #define void char */
14
15 /* #define const */
16
17 #define CHAR_IS_UNSIGNED
18
19 #define HAVE_STDDEF_H
20
21 #define HAVE_STDLIB_H
22
23 #undef NEED_BSD_STRINGS
24
25 #undef NEED_SYS_TYPES_H
26
27 #undef NEED_FAR_POINTERS        /* Watcom uses flat 32-bit addressing */
28
29 #undef NEED_SHORT_EXTERNAL_NAMES
30
31 #undef INCOMPLETE_TYPES_BROKEN
32
33
34
35 #define JDCT_DEFAULT  JDCT_FLOAT
36
37 #define JDCT_FASTEST  JDCT_FLOAT
38
39
40
41 #ifdef JPEG_INTERNALS
42
43
44
45 #undef RIGHT_SHIFT_IS_UNSIGNED
46
47
48
49 #endif /* JPEG_INTERNALS */
50
51
52
53 #ifdef JPEG_CJPEG_DJPEG
54
55
56
57 #define BMP_SUPPORTED           /* BMP image file format */
58
59 #define GIF_SUPPORTED           /* GIF image file format */
60
61 #define PPM_SUPPORTED           /* PBMPLUS PPM/PGM image file format */
62
63 #undef RLE_SUPPORTED            /* Utah RLE image file format */
64
65 #define TARGA_SUPPORTED         /* Targa image file format */
66
67
68
69 #undef TWO_FILE_COMMANDLINE     /* optional */
70
71 #define USE_SETMODE             /* Needed to make one-file style work in Watcom */
72
73 #undef NEED_SIGNAL_CATCHER      /* Define this if you use jmemname.c */
74
75 #undef DONT_USE_B_MODE
76
77 #undef PROGRESS_REPORT          /* optional */
78
79
80
81 #endif /* JPEG_CJPEG_DJPEG */
82