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

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