]>
git.saurik.com Git - wxWidgets.git/blob - src/jpeg/jconfig.h
1 /* This test added by JACS as a quick fix. What should we do
2 * to make it work with configure?
5 #if defined(_MSC_VER) || defined(__BORLANDC__)
9 /* jconfig.h. Generated automatically by configure. */
10 /* jconfig.cfg --- source file edited by configure script */
11 /* see jconfig.doc for explanations */
13 /* use wxWindows' configure */
16 #define HAVE_PROTOTYPES
17 #define HAVE_UNSIGNED_CHAR
18 #define HAVE_UNSIGNED_SHORT
22 /* use wxWindows' configure */
23 /* #undef CHAR_IS_UNSIGNED */
24 #ifdef __CHAR_UNSIGNED__
25 #ifndef CHAR_IS_UNSIGNED
26 #define CHAR_IS_UNSIGNED
29 #undef CHAR_IS_UNSIGNED
34 #undef NEED_BSD_STRINGS
35 #undef NEED_SYS_TYPES_H
36 #undef NEED_FAR_POINTERS
37 #undef NEED_SHORT_EXTERNAL_NAMES
38 /* Define this if you get warnings about undefined structures. */
39 #undef INCOMPLETE_TYPES_BROKEN
43 #undef RIGHT_SHIFT_IS_UNSIGNED
45 /* use wxWindows' configure */
46 /* #define INLINE __inline__ */
49 /* These are for configuring the JPEG memory manager. */
50 #undef DEFAULT_MAX_MEM
53 #endif /* JPEG_INTERNALS */
55 #ifdef JPEG_CJPEG_DJPEG
57 #define BMP_SUPPORTED /* BMP image file format */
58 #define GIF_SUPPORTED /* GIF image file format */
59 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
60 #undef RLE_SUPPORTED /* Utah RLE image file format */
61 #define TARGA_SUPPORTED /* Targa image file format */
63 #undef TWO_FILE_COMMANDLINE
64 #undef NEED_SIGNAL_CATCHER
65 #undef DONT_USE_B_MODE
67 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
68 #undef PROGRESS_REPORT
70 #endif /* JPEG_CJPEG_DJPEG */