jconfig.wat 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* jconfig.wat --- jconfig.h for Watcom C/C++ on MS-DOS or OS/2. */
  2. /* see jconfig.doc for explanations */
  3. #define HAVE_PROTOTYPES
  4. #define HAVE_UNSIGNED_CHAR
  5. #define HAVE_UNSIGNED_SHORT
  6. /* #define void char */
  7. /* #define const */
  8. #define CHAR_IS_UNSIGNED
  9. #define HAVE_STDDEF_H
  10. #define HAVE_STDLIB_H
  11. #undef NEED_BSD_STRINGS
  12. #undef NEED_SYS_TYPES_H
  13. #undef NEED_FAR_POINTERS /* Watcom uses flat 32-bit addressing */
  14. #undef NEED_SHORT_EXTERNAL_NAMES
  15. #undef INCOMPLETE_TYPES_BROKEN
  16. #ifdef JPEG_INTERNALS
  17. #undef RIGHT_SHIFT_IS_UNSIGNED
  18. #endif /* JPEG_INTERNALS */
  19. #ifdef JPEG_CJPEG_DJPEG
  20. #define BMP_SUPPORTED /* BMP image file format */
  21. #define GIF_SUPPORTED /* GIF image file format */
  22. #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  23. #undef RLE_SUPPORTED /* Utah RLE image file format */
  24. #define TARGA_SUPPORTED /* Targa image file format */
  25. #undef TWO_FILE_COMMANDLINE /* optional */
  26. #define USE_SETMODE /* Needed to make one-file style work in Watcom */
  27. #undef NEED_SIGNAL_CATCHER /* Define this if you use jmemname.c */
  28. #undef DONT_USE_B_MODE
  29. #undef PROGRESS_REPORT /* optional */
  30. #endif /* JPEG_CJPEG_DJPEG */