jconfig.xc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* jconfig.xc --- jconfig.h for Xcode Apple Clang on Apple Darwin/macOS.
  2. * Generated from jconfig.cfg by configure.
  3. * jconfig.cfg --- source file edited by configure script.
  4. * See jconfig.txt for explanations.
  5. */
  6. #define HAVE_PROTOTYPES 1
  7. #define HAVE_UNSIGNED_CHAR 1
  8. #define HAVE_UNSIGNED_SHORT 1
  9. /* #undef void */
  10. /* #undef const */
  11. /* #undef CHAR_IS_UNSIGNED */
  12. #define HAVE_STDDEF_H 1
  13. #define HAVE_STDLIB_H 1
  14. #define HAVE_LOCALE_H 1
  15. /* #undef NEED_BSD_STRINGS */
  16. /* #undef NEED_SYS_TYPES_H */
  17. /* #undef NEED_FAR_POINTERS */
  18. /* #undef NEED_SHORT_EXTERNAL_NAMES */
  19. /* Define this if you get warnings about undefined structures. */
  20. /* #undef INCOMPLETE_TYPES_BROKEN */
  21. /* Define "boolean" as unsigned char, not enum, on Windows systems. */
  22. #ifdef _WIN32
  23. #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
  24. typedef unsigned char boolean;
  25. #endif
  26. #ifndef FALSE /* in case these macros already exist */
  27. #define FALSE 0 /* values of boolean */
  28. #endif
  29. #ifndef TRUE
  30. #define TRUE 1
  31. #endif
  32. #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
  33. #endif
  34. #ifdef JPEG_INTERNALS
  35. /* #undef RIGHT_SHIFT_IS_UNSIGNED */
  36. #define INLINE __inline__
  37. /* These are for configuring the JPEG memory manager. */
  38. /* #undef DEFAULT_MAX_MEM */
  39. /* #undef NO_MKTEMP */
  40. #endif /* JPEG_INTERNALS */
  41. #ifdef JPEG_CJPEG_DJPEG
  42. #define BMP_SUPPORTED /* BMP image file format */
  43. #define GIF_SUPPORTED /* GIF image file format */
  44. #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  45. /* #undef RLE_SUPPORTED */
  46. #define TARGA_SUPPORTED /* Targa image file format */
  47. /* #undef TWO_FILE_COMMANDLINE */
  48. /* #undef NEED_SIGNAL_CATCHER */
  49. /* #undef DONT_USE_B_MODE */
  50. /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  51. /* #undef PROGRESS_REPORT */
  52. #endif /* JPEG_CJPEG_DJPEG */