jconfig.vms 979 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* jconfig.vms --- jconfig.h for use on Digital VMS. */
  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. #undef 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
  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. #define TWO_FILE_COMMANDLINE /* Needed on VMS */
  26. #undef NEED_SIGNAL_CATCHER
  27. #undef DONT_USE_B_MODE
  28. #undef PROGRESS_REPORT /* optional */
  29. #endif /* JPEG_CJPEG_DJPEG */