home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 1.1 KB | 39 lines | [TEXT/MPS ] |
- // This file is specific to CodeWarrior. To produce it for a different
- // compiler, see jconfig.doc
- #define HAVE_PROTOTYPES
- #define HAVE_UNSIGNED_CHAR
- #define HAVE_UNSIGNED_SHORT
-
- /* Define this if an ordinary "char" type is unsigned.
- * If you're not sure, leaving it undefined will work at some cost in speed.
- * If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
- */
- #undef CHAR_IS_UNSIGNED
-
- #define HAVE_STDDEF_H
- #define HAVE_STDLIB_H
- #undef NEED_BSD_STRINGS
- #undef NEED_SYS_TYPES_H
- #undef NEED_FAR_POINTERS
- #undef NEED_SHORT_EXTERNAL_NAMES
- #undef INCOMPLETE_TYPES_BROKEN
-
- #ifdef JPEG_INTERNALS
- # undef RIGHT_SHIFT_IS_UNSIGNED
- #endif /* JPEG_INTERNALS */
-
- #ifdef JPEG_CJPEG_DJPEG
-
- # define BMP_SUPPORTED /* Windows BMP image file format */
- # define GIF_SUPPORTED /* GIF image file format */
- # undef PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
- # undef RLE_SUPPORTED /* Utah RLE image file format */
- # undef TARGA_SUPPORTED /* Targa image file format */
-
- # undef TWO_FILE_COMMANDLINE
- # undef NEED_SIGNAL_CATCHER
- # undef DONT_USE_B_MODE
- # undef PROGRESS_REPORT
-
- #endif /* JPEG_CJPEG_DJPEG */
-