jconfig.h 1.7 KB

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