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