Blame thirdparty/LibJPEG/jpeg-9/jconfig.manx
|
kusano |
7d535a |
/* jconfig.manx --- jconfig.h for Amiga systems using Manx Aztec C ver 5.x. */
|
|
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 TEMP_DIRECTORY "JPEGTMP:" /* recommended setting for Amiga */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#define SHORTxSHORT_32 /* produces better DCT code with Aztec C */
|
|
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 TWO_FILE_COMMANDLINE
|
|
kusano |
7d535a |
#define NEED_SIGNAL_CATCHER
|
|
kusano |
7d535a |
#undef DONT_USE_B_MODE
|
|
kusano |
7d535a |
#undef PROGRESS_REPORT /* optional */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#define signal_catcher _abort /* hack for Aztec C naming requirements */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#endif /* JPEG_CJPEG_DJPEG */
|