jconfig.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /* jconfig.h. Generated 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.3.1
  8. /* Support arithmetic encoding */
  9. #define C_ARITH_CODING_SUPPORTED 1
  10. /* Support arithmetic decoding */
  11. #define D_ARITH_CODING_SUPPORTED 1
  12. /* Support in-memory source/destination managers */
  13. #define MEM_SRCDST_SUPPORTED 1
  14. /* Compiler supports function prototypes. */
  15. #define HAVE_PROTOTYPES 1
  16. /* Define to 1 if you have the <stddef.h> header file. */
  17. #define HAVE_STDDEF_H 1
  18. /* Define to 1 if you have the <stdlib.h> header file. */
  19. #define HAVE_STDLIB_H 1
  20. /* Compiler supports 'unsigned char'. */
  21. #define HAVE_UNSIGNED_CHAR 1
  22. /* Compiler supports 'unsigned short'. */
  23. #define HAVE_UNSIGNED_SHORT 1
  24. /* Compiler does not support pointers to unspecified structures. */
  25. /* #undef INCOMPLETE_TYPES_BROKEN */
  26. /* Compiler has <strings.h> rather than standard <string.h>. */
  27. /* #undef NEED_BSD_STRINGS */
  28. /* Linker requires that global names be unique in first 15 characters. */
  29. /* #undef NEED_SHORT_EXTERNAL_NAMES */
  30. /* Need to include <sys/types.h> in order to obtain size_t. */
  31. #define NEED_SYS_TYPES_H 1
  32. /* Broken compiler shifts signed values as an unsigned shift. */
  33. /* #undef RIGHT_SHIFT_IS_UNSIGNED */
  34. /* Use accelerated SIMD routines. */
  35. #define WITH_SIMD 1
  36. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  37. #ifndef __CHAR_UNSIGNED__
  38. /* # undef __CHAR_UNSIGNED__ */
  39. #endif
  40. /* Define to empty if `const' does not conform to ANSI C. */
  41. /* #undef const */
  42. /* Define to `unsigned int' if <sys/types.h> does not define. */
  43. /* #undef size_t */