jconfig.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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 int, 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. #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
  25. //#endif
  26. #ifdef JPEG_INTERNALS
  27. /* #undef RIGHT_SHIFT_IS_UNSIGNED */
  28. #define INLINE __inline__
  29. /* These are for configuring the JPEG memory manager. */
  30. /* #undef DEFAULT_MAX_MEM */
  31. /* #undef NO_MKTEMP */
  32. #endif /* JPEG_INTERNALS */
  33. #ifdef JPEG_CJPEG_DJPEG
  34. #define BMP_SUPPORTED /* BMP image file format */
  35. #define GIF_SUPPORTED /* GIF image file format */
  36. #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  37. /* #undef RLE_SUPPORTED */
  38. #define TARGA_SUPPORTED /* Targa image file format */
  39. /* #undef TWO_FILE_COMMANDLINE */
  40. /* #undef NEED_SIGNAL_CATCHER */
  41. /* #undef DONT_USE_B_MODE */
  42. /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  43. /* #undef PROGRESS_REPORT */
  44. #endif /* JPEG_CJPEG_DJPEG */