]>
git.saurik.com Git - wxWidgets.git/blob - src/jpeg/jconfig.h
1 #if defined(_WIN32) || defined(__OS2__)
5 /* jconfig.h. Generated automatically by configure. */
6 /* jconfig.cfg --- source file edited by configure script */
7 /* see jconfig.doc for explanations */
9 /* If using MetroWerks on Mac define __WXMAC__ if it isn't already
10 FIXME: Is this necessary any longer? */
12 #if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
19 /* use wxWidgets' configure */
22 /* If using Metrowerks and not using configure-generated setup */
23 #if defined(__MWERKS__) && !defined(__WX_SETUP_H__)
24 #if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
26 # define USE_MAC_MEMMGR
29 # include <ansi_prefix.mach.h>
30 # include <msl_c_version.h>
33 # include <machine/ansi.h>
36 /* automatically includes MacHeaders */
37 #elif (__MWERKS__ >= 0x0900) && __INTEL__
42 #define HAVE_PROTOTYPES
43 #define HAVE_UNSIGNED_CHAR
44 #define HAVE_UNSIGNED_SHORT
48 /* use wxWidgets' configure */
49 /* #undef CHAR_IS_UNSIGNED */
50 #ifdef __CHAR_UNSIGNED__
51 #ifndef CHAR_IS_UNSIGNED
52 #define CHAR_IS_UNSIGNED
55 #undef CHAR_IS_UNSIGNED
60 #undef NEED_BSD_STRINGS
61 #undef NEED_SYS_TYPES_H
62 #undef NEED_FAR_POINTERS
63 #undef NEED_SHORT_EXTERNAL_NAMES
64 /* Define this if you get warnings about undefined structures. */
65 #undef INCOMPLETE_TYPES_BROKEN
69 #undef RIGHT_SHIFT_IS_UNSIGNED
71 /* use wxWidgets' configure */
72 /* #define INLINE __inline__ */
73 #if defined(__VISAGECPP__) && (__IBMCPP__ >= 400 || __IBMC__ >= 400)
75 #elif defined(__WATCOMC__)
81 /* These are for configuring the JPEG memory manager. */
82 #undef DEFAULT_MAX_MEM
85 #endif /* JPEG_INTERNALS */
87 #ifdef JPEG_CJPEG_DJPEG
89 #define BMP_SUPPORTED /* BMP image file format */
90 #define GIF_SUPPORTED /* GIF image file format */
91 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
92 #undef RLE_SUPPORTED /* Utah RLE image file format */
93 #define TARGA_SUPPORTED /* Targa image file format */
95 #undef TWO_FILE_COMMANDLINE
96 #undef NEED_SIGNAL_CATCHER
97 #undef DONT_USE_B_MODE
99 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
100 #undef PROGRESS_REPORT
102 #endif /* JPEG_CJPEG_DJPEG */