Revision 21695,
1.2 KB
checked in by rbasch, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21694,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* jconfig.h --- generated by ckconfig.c */ |
---|
2 | /* see jconfig.doc for explanations */ |
---|
3 | |
---|
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 |
---|
9 | |
---|
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 |
---|
23 | |
---|
24 | #ifdef JPEG_INTERNALS |
---|
25 | |
---|
26 | #undef RIGHT_SHIFT_IS_UNSIGNED |
---|
27 | |
---|
28 | #endif /* JPEG_INTERNALS */ |
---|
29 | |
---|
30 | #ifdef JPEG_CJPEG_DJPEG |
---|
31 | |
---|
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 */ |
---|
37 | |
---|
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 */ |
---|
42 | |
---|
43 | #endif /* JPEG_CJPEG_DJPEG */ |
---|
Note: See
TracBrowser
for help on using the repository browser.