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