config.h 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /* config.h. Generated by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Build number */
  4. #define BUILD "20140827"
  5. /* Support arithmetic encoding */
  6. #define C_ARITH_CODING_SUPPORTED 1
  7. /* Support arithmetic decoding */
  8. #define D_ARITH_CODING_SUPPORTED 1
  9. /* Define to 1 if you have the <dlfcn.h> header file. */
  10. #define HAVE_DLFCN_H 1
  11. /* Define to 1 if you have the <inttypes.h> header file. */
  12. #define HAVE_INTTYPES_H 1
  13. /* Define to 1 if you have the <jni.h> header file. */
  14. /* #undef HAVE_JNI_H */
  15. /* Define to 1 if you have the `memcpy' function. */
  16. #define HAVE_MEMCPY 1
  17. /* Define to 1 if you have the <memory.h> header file. */
  18. #define HAVE_MEMORY_H 1
  19. /* Define to 1 if you have the `memset' function. */
  20. #define HAVE_MEMSET 1
  21. /* Define if your compiler supports prototypes */
  22. #define HAVE_PROTOTYPES 1
  23. /* Define to 1 if you have the <stddef.h> header file. */
  24. #define HAVE_STDDEF_H 1
  25. /* Define to 1 if you have the <stdint.h> header file. */
  26. #define HAVE_STDINT_H 1
  27. /* Define to 1 if you have the <stdlib.h> header file. */
  28. #define HAVE_STDLIB_H 1
  29. /* Define to 1 if you have the <strings.h> header file. */
  30. #define HAVE_STRINGS_H 1
  31. /* Define to 1 if you have the <string.h> header file. */
  32. #define HAVE_STRING_H 1
  33. /* Define to 1 if you have the <sys/stat.h> header file. */
  34. #define HAVE_SYS_STAT_H 1
  35. /* Define to 1 if you have the <sys/types.h> header file. */
  36. #define HAVE_SYS_TYPES_H 1
  37. /* Define to 1 if you have the <unistd.h> header file. */
  38. #define HAVE_UNISTD_H 1
  39. /* Define to 1 if the system has the type `unsigned char'. */
  40. #define HAVE_UNSIGNED_CHAR 1
  41. /* Define to 1 if the system has the type `unsigned short'. */
  42. #define HAVE_UNSIGNED_SHORT 1
  43. /* Compiler does not support pointers to undefined structures. */
  44. /* #undef INCOMPLETE_TYPES_BROKEN */
  45. /* How to obtain function inlining. */
  46. #define INLINE inline __attribute__((always_inline))
  47. /* libjpeg API version */
  48. #define JPEG_LIB_VERSION 62
  49. /* libjpeg-turbo version */
  50. #define LIBJPEG_TURBO_VERSION 1.3.1
  51. /* Support in-memory source/destination managers */
  52. #define MEM_SRCDST_SUPPORTED 1
  53. /* Define if you have BSD-like bzero and bcopy */
  54. /* #undef NEED_BSD_STRINGS */
  55. /* Define if you need short function names */
  56. /* #undef NEED_SHORT_EXTERNAL_NAMES */
  57. /* Define if you have sys/types.h */
  58. #define NEED_SYS_TYPES_H 1
  59. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  60. /* #undef NO_MINUS_C_MINUS_O */
  61. /* Name of package */
  62. #define PACKAGE "libjpeg-turbo"
  63. /* Define to the address where bug reports for this package should be sent. */
  64. #define PACKAGE_BUGREPORT ""
  65. /* Define to the full name of this package. */
  66. #define PACKAGE_NAME "libjpeg-turbo"
  67. /* Define to the full name and version of this package. */
  68. #define PACKAGE_STRING "libjpeg-turbo 1.3.1"
  69. /* Define to the one symbol short name of this package. */
  70. #define PACKAGE_TARNAME "libjpeg-turbo"
  71. /* Define to the version of this package. */
  72. #define PACKAGE_VERSION "1.3.1"
  73. /* Define if shift is unsigned */
  74. /* #undef RIGHT_SHIFT_IS_UNSIGNED */
  75. /* The size of a `long', as computed by sizeof. */
  76. /* #undef SIZEOF_LONG */
  77. /* Define to 1 if you have the ANSI C header files. */
  78. #define STDC_HEADERS 1
  79. /* Version number of package */
  80. #define VERSION "1.3.1"
  81. /* Use accelerated SIMD routines. */
  82. #define WITH_SIMD 1
  83. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  84. #ifndef __CHAR_UNSIGNED__
  85. /* # undef __CHAR_UNSIGNED__ */
  86. #endif
  87. /* Define to empty if `const' does not conform to ANSI C. */
  88. /* #undef const */
  89. /* Define to `__inline__' or `__inline' if that's what the C compiler
  90. calls it, or to nothing if 'inline' is not supported under any name. */
  91. #ifndef __cplusplus
  92. /* #undef inline */
  93. #endif
  94. /* Define to `unsigned' if <sys/types.h> does not define. */
  95. /* #undef size_t */