home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Bitmap / jpeg-6a / jconfig.h next >
Encoding:
Text File  |  1996-09-17  |  1.1 KB  |  39 lines  |  [TEXT/MPS ]

  1. // This file is specific to CodeWarrior. To produce it for a different
  2. // compiler, see jconfig.doc
  3. #define HAVE_PROTOTYPES
  4. #define HAVE_UNSIGNED_CHAR
  5. #define HAVE_UNSIGNED_SHORT
  6.  
  7. /* Define this if an ordinary "char" type is unsigned.
  8.  * If you're not sure, leaving it undefined will work at some cost in speed.
  9.  * If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
  10.  */
  11. #undef CHAR_IS_UNSIGNED
  12.  
  13. #define HAVE_STDDEF_H
  14. #define HAVE_STDLIB_H
  15. #undef NEED_BSD_STRINGS
  16. #undef NEED_SYS_TYPES_H
  17. #undef NEED_FAR_POINTERS
  18. #undef NEED_SHORT_EXTERNAL_NAMES
  19. #undef INCOMPLETE_TYPES_BROKEN
  20.  
  21. #ifdef JPEG_INTERNALS
  22. #    undef RIGHT_SHIFT_IS_UNSIGNED
  23. #endif /* JPEG_INTERNALS */
  24.  
  25. #ifdef JPEG_CJPEG_DJPEG
  26.  
  27. #    define BMP_SUPPORTED    /* Windows BMP image file format */
  28. #    define GIF_SUPPORTED    /* GIF image file format */
  29. #    undef PPM_SUPPORTED        /* PBMPLUS PPM/PGM image file format */
  30. #    undef RLE_SUPPORTED        /* Utah RLE image file format */
  31. #    undef TARGA_SUPPORTED    /* Targa image file format */
  32.  
  33. #    undef TWO_FILE_COMMANDLINE
  34. #    undef NEED_SIGNAL_CATCHER
  35. #    undef DONT_USE_B_MODE
  36. #    undef PROGRESS_REPORT
  37.  
  38. #endif /* JPEG_CJPEG_DJPEG */
  39.