jconfig.cfg 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* jconfig.cfg --- source file edited by configure script */
  2. /* see jconfig.doc 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 NEED_BSD_STRINGS
  12. #undef NEED_SYS_TYPES_H
  13. #undef NEED_FAR_POINTERS
  14. #undef NEED_SHORT_EXTERNAL_NAMES
  15. /* Define this if you get warnings about undefined structures. */
  16. #undef INCOMPLETE_TYPES_BROKEN
  17. #ifdef JPEG_INTERNALS
  18. #undef RIGHT_SHIFT_IS_UNSIGNED
  19. #undef INLINE
  20. /* These are for configuring the JPEG memory manager. */
  21. #undef DEFAULT_MAX_MEM
  22. #undef NO_MKTEMP
  23. #endif /* JPEG_INTERNALS */
  24. #ifdef JPEG_CJPEG_DJPEG
  25. #define BMP_SUPPORTED /* BMP image file format */
  26. #define GIF_SUPPORTED /* GIF image file format */
  27. #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  28. #undef RLE_SUPPORTED /* Utah RLE image file format */
  29. #define TARGA_SUPPORTED /* Targa image file format */
  30. #undef TWO_FILE_COMMANDLINE
  31. #undef NEED_SIGNAL_CATCHER
  32. #undef DONT_USE_B_MODE
  33. /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  34. #undef PROGRESS_REPORT
  35. #endif /* JPEG_CJPEG_DJPEG */