jconfig.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. #if defined(_WIN32) || defined(__OS2__)
  2. #include "jconfig.vc"
  3. #else
  4. /* jconfig.h. Generated automatically by configure. */
  5. /* jconfig.cfg --- source file edited by configure script */
  6. /* see jconfig.doc for explanations */
  7. /* use wxWidgets' configure */
  8. #include "wx/setup.h"
  9. #define HAVE_PROTOTYPES
  10. #define HAVE_UNSIGNED_CHAR
  11. #define HAVE_UNSIGNED_SHORT
  12. #undef void
  13. #undef const
  14. /* use wxWidgets' configure */
  15. /* #undef CHAR_IS_UNSIGNED */
  16. #ifdef __CHAR_UNSIGNED__
  17. #ifndef CHAR_IS_UNSIGNED
  18. #define CHAR_IS_UNSIGNED
  19. #endif
  20. #else
  21. #undef CHAR_IS_UNSIGNED
  22. #endif
  23. #ifndef HAVE_STDDEF_H
  24. #define HAVE_STDDEF_H
  25. #endif
  26. #ifndef HAVE_STDLIB_H
  27. #define HAVE_STDLIB_H
  28. #endif
  29. #undef NEED_BSD_STRINGS
  30. #undef NEED_SYS_TYPES_H
  31. #undef NEED_FAR_POINTERS
  32. #undef NEED_SHORT_EXTERNAL_NAMES
  33. /* Define this if you get warnings about undefined structures. */
  34. #undef INCOMPLETE_TYPES_BROKEN
  35. #ifdef JPEG_INTERNALS
  36. #undef RIGHT_SHIFT_IS_UNSIGNED
  37. /* use wxWidgets' configure */
  38. /* #define INLINE __inline__ */
  39. #if defined(__VISAGECPP__) && (__IBMCPP__ >= 400 || __IBMC__ >= 400)
  40. #define INLINE
  41. #elif defined(__WATCOMC__)
  42. #define INLINE
  43. #else
  44. #define INLINE inline
  45. #endif
  46. /* These are for configuring the JPEG memory manager. */
  47. #undef DEFAULT_MAX_MEM
  48. #undef NO_MKTEMP
  49. #endif /* JPEG_INTERNALS */
  50. #ifdef JPEG_CJPEG_DJPEG
  51. #define BMP_SUPPORTED /* BMP image file format */
  52. #define GIF_SUPPORTED /* GIF image file format */
  53. #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  54. #undef RLE_SUPPORTED /* Utah RLE image file format */
  55. #define TARGA_SUPPORTED /* Targa image file format */
  56. #undef TWO_FILE_COMMANDLINE
  57. #undef NEED_SIGNAL_CATCHER
  58. #undef DONT_USE_B_MODE
  59. /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  60. #undef PROGRESS_REPORT
  61. #endif /* JPEG_CJPEG_DJPEG */
  62. #endif
  63. /* _MSC_VER */