]>
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__) || defined (__DMC__)
9 /* jconfig.h. Generated automatically by configure. */
10 /* jconfig.cfg --- source file edited by configure script */
11 /* see jconfig.doc for explanations */
13 /* use wxWidgets' configure */
15 #if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
20 # define USE_MAC_MEMMGR
23 # include <ansi_prefix.mach.h>
24 # include <msl_c_version.h>
27 # include <machine/ansi.h>
30 // automatically includes MacHeaders
31 #elif (__MWERKS__ >= 0x0900) && __INTEL__
38 #define HAVE_PROTOTYPES
39 #define HAVE_UNSIGNED_CHAR
40 #define HAVE_UNSIGNED_SHORT
44 /* use wxWidgets' configure */
45 /* #undef CHAR_IS_UNSIGNED */
46 #ifdef __CHAR_UNSIGNED__
47 #ifndef CHAR_IS_UNSIGNED
48 #define CHAR_IS_UNSIGNED
51 #undef CHAR_IS_UNSIGNED
56 #undef NEED_BSD_STRINGS
57 #undef NEED_SYS_TYPES_H
58 #undef NEED_FAR_POINTERS
59 #undef NEED_SHORT_EXTERNAL_NAMES
60 /* Define this if you get warnings about undefined structures. */
61 #undef INCOMPLETE_TYPES_BROKEN
65 #undef RIGHT_SHIFT_IS_UNSIGNED
67 /* use wxWidgets' configure */
68 /* #define INLINE __inline__ */
69 #if defined(__VISAGECPP__) && (__IBMCPP__ >= 400 || __IBMC__ >= 400)
71 #elif defined(__WATCOMC__)
77 /* These are for configuring the JPEG memory manager. */
78 #undef DEFAULT_MAX_MEM
81 #endif /* JPEG_INTERNALS */
83 #ifdef JPEG_CJPEG_DJPEG
85 #define BMP_SUPPORTED /* BMP image file format */
86 #define GIF_SUPPORTED /* GIF image file format */
87 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
88 #undef RLE_SUPPORTED /* Utah RLE image file format */
89 #define TARGA_SUPPORTED /* Targa image file format */
91 #undef TWO_FILE_COMMANDLINE
92 #undef NEED_SIGNAL_CATCHER
93 #undef DONT_USE_B_MODE
95 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
96 #undef PROGRESS_REPORT
98 #endif /* JPEG_CJPEG_DJPEG */