You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.h.in 5.0 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Enable RDRAND Hardware RNG Hash Seed */
  3. #undef ENABLE_RDRAND
  4. /* Enable partial threading support */
  5. #undef ENABLE_THREADING
  6. /* Define if .gnu.warning accepts long strings. */
  7. #undef HAS_GNU_WARNING_LONG
  8. /* Has atomic builtins */
  9. #undef HAVE_ATOMIC_BUILTINS
  10. /* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
  11. don't. */
  12. #undef HAVE_DECL_INFINITY
  13. /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
  14. */
  15. #undef HAVE_DECL_ISINF
  16. /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
  17. */
  18. #undef HAVE_DECL_ISNAN
  19. /* Define to 1 if you have the declaration of `nan', and to 0 if you don't. */
  20. #undef HAVE_DECL_NAN
  21. /* Define to 1 if you have the declaration of `_finite', and to 0 if you
  22. don't. */
  23. #undef HAVE_DECL__FINITE
  24. /* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
  25. */
  26. #undef HAVE_DECL__ISNAN
  27. /* Define to 1 if you have the <dlfcn.h> header file. */
  28. #undef HAVE_DLFCN_H
  29. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  30. #undef HAVE_DOPRNT
  31. /* Define to 1 if you have the <endian.h> header file. */
  32. #undef HAVE_ENDIAN_H
  33. /* Define to 1 if you have the <fcntl.h> header file. */
  34. #undef HAVE_FCNTL_H
  35. /* Define to 1 if you have the <inttypes.h> header file. */
  36. #undef HAVE_INTTYPES_H
  37. /* Define to 1 if you have the <limits.h> header file. */
  38. #undef HAVE_LIMITS_H
  39. /* Define to 1 if you have the <locale.h> header file. */
  40. #undef HAVE_LOCALE_H
  41. /* Define to 1 if you have the <memory.h> header file. */
  42. #undef HAVE_MEMORY_H
  43. /* Define to 1 if you have the `open' function. */
  44. #undef HAVE_OPEN
  45. /* Define to 1 if you have the `realloc' function. */
  46. #undef HAVE_REALLOC
  47. /* Define to 1 if you have the `setlocale' function. */
  48. #undef HAVE_SETLOCALE
  49. /* Define to 1 if you have the `snprintf' function. */
  50. #undef HAVE_SNPRINTF
  51. /* Define to 1 if you have the <stdarg.h> header file. */
  52. #undef HAVE_STDARG_H
  53. /* Define to 1 if you have the <stdint.h> header file. */
  54. #undef HAVE_STDINT_H
  55. /* Define to 1 if you have the <stdlib.h> header file. */
  56. #undef HAVE_STDLIB_H
  57. /* Define to 1 if you have the `strcasecmp' function. */
  58. #undef HAVE_STRCASECMP
  59. /* Define to 1 if you have the `strdup' function. */
  60. #undef HAVE_STRDUP
  61. /* Define to 1 if you have the `strerror' function. */
  62. #undef HAVE_STRERROR
  63. /* Define to 1 if you have the <strings.h> header file. */
  64. #undef HAVE_STRINGS_H
  65. /* Define to 1 if you have the <string.h> header file. */
  66. #undef HAVE_STRING_H
  67. /* Define to 1 if you have the `strncasecmp' function. */
  68. #undef HAVE_STRNCASECMP
  69. /* Define to 1 if you have the <syslog.h> header file. */
  70. #undef HAVE_SYSLOG_H
  71. /* Define to 1 if you have the <sys/cdefs.h> header file. */
  72. #undef HAVE_SYS_CDEFS_H
  73. /* Define to 1 if you have the <sys/param.h> header file. */
  74. #undef HAVE_SYS_PARAM_H
  75. /* Define to 1 if you have the <sys/stat.h> header file. */
  76. #undef HAVE_SYS_STAT_H
  77. /* Define to 1 if you have the <sys/types.h> header file. */
  78. #undef HAVE_SYS_TYPES_H
  79. /* Define to 1 if you have the <unistd.h> header file. */
  80. #undef HAVE_UNISTD_H
  81. /* Define to 1 if you have the `uselocale' function. */
  82. #undef HAVE_USELOCALE
  83. /* Define to 1 if you have the `vasprintf' function. */
  84. #undef HAVE_VASPRINTF
  85. /* Define to 1 if you have the `vprintf' function. */
  86. #undef HAVE_VPRINTF
  87. /* Define to 1 if you have the `vsnprintf' function. */
  88. #undef HAVE_VSNPRINTF
  89. /* Define to 1 if you have the `vsyslog' function. */
  90. #undef HAVE_VSYSLOG
  91. /* Define to 1 if you have the <xlocale.h> header file. */
  92. #undef HAVE_XLOCALE_H
  93. /* Have __thread */
  94. #undef HAVE___THREAD
  95. /* Public define for json_inttypes.h */
  96. #undef JSON_C_HAVE_INTTYPES_H
  97. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  98. */
  99. #undef LT_OBJDIR
  100. /* Name of package */
  101. #undef PACKAGE
  102. /* Define to the address where bug reports for this package should be sent. */
  103. #undef PACKAGE_BUGREPORT
  104. /* Define to the full name of this package. */
  105. #undef PACKAGE_NAME
  106. /* Define to the full name and version of this package. */
  107. #undef PACKAGE_STRING
  108. /* Define to the one symbol short name of this package. */
  109. #undef PACKAGE_TARNAME
  110. /* Define to the home page for this package. */
  111. #undef PACKAGE_URL
  112. /* Define to the version of this package. */
  113. #undef PACKAGE_VERSION
  114. /* The number of bytes in type int */
  115. #undef SIZEOF_INT
  116. /* The number of bytes in type int64_t */
  117. #undef SIZEOF_INT64_T
  118. /* The number of bytes in type long */
  119. #undef SIZEOF_LONG
  120. /* The number of bytes in type long long */
  121. #undef SIZEOF_LONG_LONG
  122. /* The number of bytes in type size_t */
  123. #undef SIZEOF_SIZE_T
  124. /* Specifier for __thread */
  125. #undef SPEC___THREAD
  126. /* Define to 1 if you have the ANSI C header files. */
  127. #undef STDC_HEADERS
  128. /* Version number of package */
  129. #undef VERSION
  130. /* Define to empty if `const' does not conform to ANSI C. */
  131. #undef const
  132. /* Define to `unsigned int' if <sys/types.h> does not define. */
  133. #undef size_t