config.h.in 3.4 KB

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