]>
git.saurik.com Git - wxWidgets.git/blob - 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 */
5 /* use wxWindows' configure */
8 #define HAVE_PROTOTYPES
9 #define HAVE_UNSIGNED_CHAR
10 #define HAVE_UNSIGNED_SHORT
14 /* use wxWindows' configure */
15 /* #undef CHAR_IS_UNSIGNED */
16 #ifdef __CHAR_UNSIGNED__
17 #ifndef CHAR_IS_UNSIGNED
18 #define CHAR_IS_UNSIGNED
21 #undef CHAR_IS_UNSIGNED
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
35 #undef RIGHT_SHIFT_IS_UNSIGNED
37 /* use wxWindows' configure */
38 /* #define INLINE __inline__ */
41 /* These are for configuring the JPEG memory manager. */
42 #undef DEFAULT_MAX_MEM
45 #endif /* JPEG_INTERNALS */
47 #ifdef JPEG_CJPEG_DJPEG
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 */
55 #undef TWO_FILE_COMMANDLINE
56 #undef NEED_SIGNAL_CATCHER
57 #undef DONT_USE_B_MODE
59 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
60 #undef PROGRESS_REPORT
62 #endif /* JPEG_CJPEG_DJPEG */