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 6.0 kB

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