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