1 /* jconfig.cfg --- source file edited by configure script */
2 /* see jconfig.txt for explanations */
5 #undef HAVE_UNSIGNED_CHAR
6 #undef HAVE_UNSIGNED_SHORT
9 #undef CHAR_IS_UNSIGNED
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
20 /* Define "boolean" as unsigned char, not int, on Windows systems. */
22 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
23 typedef unsigned char boolean;
25 #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
30 #undef RIGHT_SHIFT_IS_UNSIGNED
32 /* These are for configuring the JPEG memory manager. */
33 #undef DEFAULT_MAX_MEM
36 #endif /* JPEG_INTERNALS */
38 #ifdef JPEG_CJPEG_DJPEG
40 #define BMP_SUPPORTED /* BMP image file format */
41 #define GIF_SUPPORTED /* GIF image file format */
42 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
43 #undef RLE_SUPPORTED /* Utah RLE image file format */
44 #define TARGA_SUPPORTED /* Targa image file format */
46 #undef TWO_FILE_COMMANDLINE
47 #undef NEED_SIGNAL_CATCHER
48 #undef DONT_USE_B_MODE
50 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
51 #undef PROGRESS_REPORT
53 #endif /* JPEG_CJPEG_DJPEG */