1 /* jconfig.cfg --- source file edited by configure script */
2 /* see jconfig.doc for explanations */
3 
4 #define HAVE_PROTOTYPES
5 #define HAVE_UNSIGNED_CHAR
6 #define HAVE_UNSIGNED_SHORT
7 #ifdef __CHAR_UNSIGNED__
8 #  define CHAR_IS_UNSIGNED
9 #endif /* __CHAR_UNSIGNED__ */
10 #define HAVE_STDLIB_H
11 /* Define this if you get warnings about undefined structures. */
12 #undef INCOMPLETE_TYPES_BROKEN
13 
14 #if defined(WIN32) || defined(__EMX__)
15 /* Define "boolean" as unsigned char, not int, per Windows custom */
16 #  ifndef __RPCNDR_H__		/* don't conflict if rpcndr.h already read */
17 typedef unsigned char boolean;
18 #  endif
19 #  define HAVE_BOOLEAN		/* prevent jmorecfg.h from redefining it */
20 #endif /* WIN32 || __EMX__ */
21 
22 #ifdef JPEG_INTERNALS
23 
24 #undef RIGHT_SHIFT_IS_UNSIGNED
25 #undef INLINE
26 /* These are for configuring the JPEG memory manager. */
27 #undef DEFAULT_MAX_MEM
28 #undef NO_MKTEMP
29 
30 #endif /* JPEG_INTERNALS */
31 
32 #ifdef JPEG_CJPEG_DJPEG
33 
34 #define BMP_SUPPORTED		/* BMP image file format */
35 #define GIF_SUPPORTED		/* GIF image file format */
36 #define PPM_SUPPORTED		/* PBMPLUS PPM/PGM image file format */
37 #undef RLE_SUPPORTED		/* Utah RLE image file format */
38 #define TARGA_SUPPORTED		/* Targa image file format */
39 
40 #undef TWO_FILE_COMMANDLINE
41 #undef NEED_SIGNAL_CATCHER
42 #undef DONT_USE_B_MODE
43 
44 #if defined(WIN32) || defined(__EMX__)
45 #  define USE_SETMODE
46 #endif /* WIN32 || __EMX__ */
47 
48 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
49 #undef PROGRESS_REPORT
50 
51 #endif /* JPEG_CJPEG_DJPEG */
52