1 /* jconfig.h.  Generated from jconfig.cfg by configure.  */
2 /* jconfig.cfg --- source file edited by configure script */
3 /* see jconfig.txt for explanations */
4 
5 /* Define this if you get warnings about undefined structures. */
6 /* #undef INCOMPLETE_TYPES_BROKEN */
7 
8 #define HAVE_PROTOTYPES 1
9 #define HAVE_UNSIGNED_CHAR 1
10 #define HAVE_UNSIGNED_SHORT 1
11 /* #undef void */
12 /* #undef const */
13 /* #undef CHAR_IS_UNSIGNED */
14 
15 #ifdef JPEG_INTERNALS
16 
17 #define HAVE_STDDEF_H 1
18 #define HAVE_STDLIB_H 1
19 #define HAVE_LOCALE_H 1
20 /* #undef NEED_BSD_STRINGS */
21 /* #undef NEED_SYS_TYPES_H */
22 /* #undef NEED_FAR_POINTERS */
23 /* #undef NEED_SHORT_EXTERNAL_NAMES */
24 
25 /* Define "boolean" as unsigned char, not int, on Windows systems. */
26 #ifdef _WIN32
27 #ifndef __RPCNDR_H__		/* don't conflict if rpcndr.h already read */
28 typedef unsigned char boolean;
29 #endif
30 #define HAVE_BOOLEAN		/* prevent jmorecfg.h from redefining it */
31 #endif
32 
33 /* #undef RIGHT_SHIFT_IS_UNSIGNED */
34 #ifdef _MSC_VER
35 #define INLINE __inline
36 #else
37 #define INLINE __inline__
38 #endif
39 /* These are for configuring the JPEG memory manager. */
40 /* #undef DEFAULT_MAX_MEM */
41 /* #undef NO_MKTEMP */
42 
43 #endif /* JPEG_INTERNALS */
44 
45 #ifdef JPEG_CJPEG_DJPEG
46 
47 #define BMP_SUPPORTED		/* BMP image file format */
48 #define GIF_SUPPORTED		/* GIF image file format */
49 #define PPM_SUPPORTED		/* PBMPLUS PPM/PGM image file format */
50 /* #undef RLE_SUPPORTED */
51 #define TARGA_SUPPORTED		/* Targa image file format */
52 
53 /* #undef TWO_FILE_COMMANDLINE */
54 /* #undef NEED_SIGNAL_CATCHER */
55 /* #undef DONT_USE_B_MODE */
56 
57 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
58 /* #undef PROGRESS_REPORT */
59 
60 #endif /* JPEG_CJPEG_DJPEG */
61