Main Page   Class Hierarchy   Compound List   File List   Compound Members  

jconfig.h

00001 /* jconfig.mac --- jconfig.h for CodeWarrior on Apple Macintosh */
00002 /* see jconfig.doc for explanations */
00003 
00004 #define HAVE_PROTOTYPES 
00005 #define HAVE_UNSIGNED_CHAR 
00006 #define HAVE_UNSIGNED_SHORT 
00007 /* #define void char */
00008 /* #define const */
00009 #undef CHAR_IS_UNSIGNED
00010 #define HAVE_STDDEF_H 
00011 #define HAVE_STDLIB_H 
00012 #undef NEED_BSD_STRINGS
00013 #undef NEED_SYS_TYPES_H
00014 #undef NEED_FAR_POINTERS
00015 #undef NEED_SHORT_EXTERNAL_NAMES
00016 #undef INCOMPLETE_TYPES_BROKEN
00017 
00018 #ifdef JPEG_INTERNALS
00019 
00020 #undef RIGHT_SHIFT_IS_UNSIGNED
00021 
00022 #define USE_MAC_MEMMGR          /* Define this if you use jmemmac.c */
00023 
00024 #define ALIGN_TYPE long         /* Needed for 680x0 Macs */
00025 
00026 #endif /* JPEG_INTERNALS */
00027 
00028 #ifdef JPEG_CJPEG_DJPEG
00029 
00030 #define BMP_SUPPORTED           /* BMP image file format */
00031 #define GIF_SUPPORTED           /* GIF image file format */
00032 #define PPM_SUPPORTED           /* PBMPLUS PPM/PGM image file format */
00033 #undef RLE_SUPPORTED            /* Utah RLE image file format */
00034 #define TARGA_SUPPORTED         /* Targa image file format */
00035 
00036 #define USE_CCOMMAND            /* Command line reader for Macintosh */
00037 #define TWO_FILE_COMMANDLINE    /* Binary I/O thru stdin/stdout doesn't work */
00038 
00039 #undef NEED_SIGNAL_CATCHER
00040 #undef DONT_USE_B_MODE
00041 #undef PROGRESS_REPORT          /* optional */
00042 
00043 #endif /* JPEG_CJPEG_DJPEG */

Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000