1 | /* jconfig.h. Generated automatically by configure. */ |
2 | /* jconfig.cfg --- source file edited by configure script */ |
3 | /* see jconfig.doc for explanations */ |
4 | |
5 | #define HAVE_PROTOTYPES |
6 | #define HAVE_UNSIGNED_CHAR |
7 | #define HAVE_UNSIGNED_SHORT |
8 | #undef void |
9 | #undef const |
10 | #undef CHAR_IS_UNSIGNED |
11 | #define HAVE_STDDEF_H |
12 | #define HAVE_STDLIB_H |
13 | #undef NEED_BSD_STRINGS |
14 | #undef NEED_SYS_TYPES_H |
15 | #undef NEED_FAR_POINTERS |
16 | #undef NEED_SHORT_EXTERNAL_NAMES |
17 | /* Define this if you get warnings about undefined structures. */ |
18 | #undef INCOMPLETE_TYPES_BROKEN |
19 | |
20 | #ifdef JPEG_INTERNALS |
21 | |
22 | #undef RIGHT_SHIFT_IS_UNSIGNED |
23 | #ifdef __GNUC__ |
24 | #define INLINE __inline__ |
25 | #else |
26 | #define INLINE |
27 | #endif |
28 | /* These are for configuring the JPEG memory manager. */ |
29 | #undef DEFAULT_MAX_MEM |
30 | #undef NO_MKTEMP |
31 | |
32 | #endif /* JPEG_INTERNALS */ |
33 | |
34 | #ifdef JPEG_CJPEG_DJPEG |
35 | |
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 */ |
41 | |
42 | #undef TWO_FILE_COMMANDLINE |
43 | #undef NEED_SIGNAL_CATCHER |
44 | #undef DONT_USE_B_MODE |
45 | |
46 | /* Define this if you want percent-done progress reports from cjpeg/djpeg. */ |
47 | #undef PROGRESS_REPORT |
48 | |
49 | #endif /* JPEG_CJPEG_DJPEG */ |
50 | |