bsp
|
00001 /* jconfig.wat --- jconfig.h for Watcom C/C++ on MS-DOS or OS/2. */ 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 #define 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 /* Watcom uses flat 32-bit addressing */ 00015 #undef NEED_SHORT_EXTERNAL_NAMES 00016 #undef INCOMPLETE_TYPES_BROKEN 00017 00018 #define JDCT_DEFAULT JDCT_FLOAT 00019 #define JDCT_FASTEST JDCT_FLOAT 00020 00021 #ifdef JPEG_INTERNALS 00022 00023 #undef RIGHT_SHIFT_IS_UNSIGNED 00024 00025 #endif /* JPEG_INTERNALS */ 00026 00027 #ifdef JPEG_CJPEG_DJPEG 00028 00029 #define BMP_SUPPORTED /* BMP image file format */ 00030 #define GIF_SUPPORTED /* GIF image file format */ 00031 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 00032 #undef RLE_SUPPORTED /* Utah RLE image file format */ 00033 #define TARGA_SUPPORTED /* Targa image file format */ 00034 00035 #undef TWO_FILE_COMMANDLINE /* optional */ 00036 #define USE_SETMODE /* Needed to make one-file style work in Watcom */ 00037 #undef NEED_SIGNAL_CATCHER /* Define this if you use jmemname.c */ 00038 #undef DONT_USE_B_MODE 00039 #undef PROGRESS_REPORT /* optional */ 00040 00041 #endif /* JPEG_CJPEG_DJPEG */