Blame thirdparty/LibJPEG/jpeg-9/jconfig.mac
|
kusano |
7d535a |
/* jconfig.mac --- jconfig.h for CodeWarrior on Apple Macintosh */
|
|
kusano |
7d535a |
/* see jconfig.txt for explanations */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#define HAVE_PROTOTYPES
|
|
kusano |
7d535a |
#define HAVE_UNSIGNED_CHAR
|
|
kusano |
7d535a |
#define HAVE_UNSIGNED_SHORT
|
|
kusano |
7d535a |
/* #define void char */
|
|
kusano |
7d535a |
/* #define const */
|
|
kusano |
7d535a |
#undef CHAR_IS_UNSIGNED
|
|
kusano |
7d535a |
#define HAVE_STDDEF_H
|
|
kusano |
7d535a |
#define HAVE_STDLIB_H
|
|
kusano |
7d535a |
#undef NEED_BSD_STRINGS
|
|
kusano |
7d535a |
#undef NEED_SYS_TYPES_H
|
|
kusano |
7d535a |
#undef NEED_FAR_POINTERS
|
|
kusano |
7d535a |
#undef NEED_SHORT_EXTERNAL_NAMES
|
|
kusano |
7d535a |
#undef INCOMPLETE_TYPES_BROKEN
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#ifdef JPEG_INTERNALS
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#undef RIGHT_SHIFT_IS_UNSIGNED
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#define USE_MAC_MEMMGR /* Define this if you use jmemmac.c */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#define ALIGN_TYPE long /* Needed for 680x0 Macs */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#endif /* JPEG_INTERNALS */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#ifdef JPEG_CJPEG_DJPEG
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#define BMP_SUPPORTED /* BMP image file format */
|
|
kusano |
7d535a |
#define GIF_SUPPORTED /* GIF image file format */
|
|
kusano |
7d535a |
#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
|
kusano |
7d535a |
#undef RLE_SUPPORTED /* Utah RLE image file format */
|
|
kusano |
7d535a |
#define TARGA_SUPPORTED /* Targa image file format */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#define USE_CCOMMAND /* Command line reader for Macintosh */
|
|
kusano |
7d535a |
#define TWO_FILE_COMMANDLINE /* Binary I/O thru stdin/stdout doesn't work */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#undef NEED_SIGNAL_CATCHER
|
|
kusano |
7d535a |
#undef DONT_USE_B_MODE
|
|
kusano |
7d535a |
#undef PROGRESS_REPORT /* optional */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#endif /* JPEG_CJPEG_DJPEG */
|