jconfig.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* jconfig.h. Generated from jconfig.h.in by configure. */
  2. /* Version ID for the JPEG library.
  3. * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
  4. */
  5. #define JPEG_LIB_VERSION 62
  6. /* libjpeg-turbo version */
  7. #define LIBJPEG_TURBO_VERSION 1.2.1
  8. /* Support arithmetic encoding */
  9. #define C_ARITH_CODING_SUPPORTED 1
  10. /* Support arithmetic decoding */
  11. #define D_ARITH_CODING_SUPPORTED 1
  12. /* Compiler supports function prototypes. */
  13. #define HAVE_PROTOTYPES 1
  14. /* Define to 1 if you have the <stddef.h> header file. */
  15. #define HAVE_STDDEF_H 1
  16. /* Define to 1 if you have the <stdlib.h> header file. */
  17. #define HAVE_STDLIB_H 1
  18. /* Compiler supports 'unsigned char'. */
  19. #define HAVE_UNSIGNED_CHAR 1
  20. /* Compiler supports 'unsigned short'. */
  21. #define HAVE_UNSIGNED_SHORT 1
  22. /* Compiler does not support pointers to unspecified structures. */
  23. /* #undef INCOMPLETE_TYPES_BROKEN */
  24. /* Compiler has <strings.h> rather than standard <string.h>. */
  25. /* #undef NEED_BSD_STRINGS */
  26. /* Linker requires that global names be unique in first 15 characters. */
  27. /* #undef NEED_SHORT_EXTERNAL_NAMES */
  28. /* Need to include <sys/types.h> in order to obtain size_t. */
  29. #define NEED_SYS_TYPES_H 1
  30. /* Broken compiler shifts signed values as an unsigned shift. */
  31. /* #undef RIGHT_SHIFT_IS_UNSIGNED */
  32. /* Use accelerated SIMD routines. */
  33. #define WITH_SIMD 1
  34. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  35. #ifndef __CHAR_UNSIGNED__
  36. /* # undef __CHAR_UNSIGNED__ */
  37. #endif
  38. /* Define to empty if `const' does not conform to ANSI C. */
  39. /* #undef const */
  40. /* Define to `unsigned int' if <sys/types.h> does not define. */
  41. /* #undef size_t */