jconfig.cfg 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* jconfig.cfg --- source file edited by configure script */
  2. /* see jconfig.txt for explanations */
  3. #undef HAVE_PROTOTYPES
  4. #undef HAVE_UNSIGNED_CHAR
  5. #undef HAVE_UNSIGNED_SHORT
  6. #undef void
  7. #undef const
  8. #undef CHAR_IS_UNSIGNED
  9. #undef HAVE_STDDEF_H
  10. #undef HAVE_STDLIB_H
  11. #undef HAVE_LOCALE_H
  12. #undef NEED_BSD_STRINGS
  13. #undef NEED_SYS_TYPES_H
  14. #undef NEED_FAR_POINTERS
  15. #undef NEED_SHORT_EXTERNAL_NAMES
  16. /* Define this if you get warnings about undefined structures. */
  17. #undef INCOMPLETE_TYPES_BROKEN
  18. #ifdef JPEG_INTERNALS
  19. #undef RIGHT_SHIFT_IS_UNSIGNED
  20. #undef INLINE
  21. /* These are for configuring the JPEG memory manager. */
  22. #undef DEFAULT_MAX_MEM
  23. #undef NO_MKTEMP
  24. #endif /* JPEG_INTERNALS */
  25. #ifdef JPEG_CJPEG_DJPEG
  26. #define BMP_SUPPORTED /* BMP image file format */
  27. #define GIF_SUPPORTED /* GIF image file format */
  28. #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  29. #undef RLE_SUPPORTED /* Utah RLE image file format */
  30. #define TARGA_SUPPORTED /* Targa image file format */
  31. #undef TWO_FILE_COMMANDLINE
  32. #undef NEED_SIGNAL_CATCHER
  33. #undef DONT_USE_B_MODE
  34. /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  35. #undef PROGRESS_REPORT
  36. #endif /* JPEG_CJPEG_DJPEG */