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