]>
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 */
15 #if (__MWERKS__ < 0x0900) || macintosh
17 #define USE_MAC_MEMMGR
18 // automatically includes MacHeaders
19 #elif (__MWERKS__ >= 0x0900) && __INTEL__
26 #define HAVE_PROTOTYPES
27 #define HAVE_UNSIGNED_CHAR
28 #define HAVE_UNSIGNED_SHORT
32 /* use wxWindows' configure */
33 /* #undef CHAR_IS_UNSIGNED */
34 #ifdef __CHAR_UNSIGNED__
35 #ifndef CHAR_IS_UNSIGNED
36 #define CHAR_IS_UNSIGNED
39 #undef CHAR_IS_UNSIGNED
44 #undef NEED_BSD_STRINGS
45 #undef NEED_SYS_TYPES_H
46 #undef NEED_FAR_POINTERS
47 #undef NEED_SHORT_EXTERNAL_NAMES
48 /* Define this if you get warnings about undefined structures. */
49 #undef INCOMPLETE_TYPES_BROKEN
53 #undef RIGHT_SHIFT_IS_UNSIGNED
55 /* use wxWindows' configure */
56 /* #define INLINE __inline__ */
57 #if defined(__VISAGECPP__) && (__IBMCPP__ >= 400 || __IBMC__ >= 400)
63 /* These are for configuring the JPEG memory manager. */
64 #undef DEFAULT_MAX_MEM
67 #endif /* JPEG_INTERNALS */
69 #ifdef JPEG_CJPEG_DJPEG
71 #define BMP_SUPPORTED /* BMP image file format */
72 #define GIF_SUPPORTED /* GIF image file format */
73 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
74 #undef RLE_SUPPORTED /* Utah RLE image file format */
75 #define TARGA_SUPPORTED /* Targa image file format */
77 #undef TWO_FILE_COMMANDLINE
78 #undef NEED_SIGNAL_CATCHER
79 #undef DONT_USE_B_MODE
81 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
82 #undef PROGRESS_REPORT
84 #endif /* JPEG_CJPEG_DJPEG */