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.4 kB

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