config.h.win32 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Enable RDRANR Hardware RNG Hash Seed */
  3. #undef ENABLE_RDRAND
  4. /* Define if .gnu.warning accepts long strings. */
  5. #undef HAS_GNU_WARNING_LONG
  6. /* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
  7. don't. */
  8. #if (defined(_MSC_VER) && _MSC_VER >= 1800) || defined(__MINGW32__)
  9. #define HAVE_DECL_INFINITY 1
  10. #endif
  11. /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
  12. */
  13. #if (defined(_MSC_VER) && _MSC_VER >= 1800) || defined(__MINGW32__)
  14. #define HAVE_DECL_ISINF 1
  15. #endif
  16. /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
  17. */
  18. #if (defined(_MSC_VER) && _MSC_VER >= 1800) || defined(__MINGW32__)
  19. #define HAVE_DECL_ISNAN 1
  20. #endif
  21. /* Define to 1 if you have the declaration of `nan', and to 0 if you don't. */
  22. #if (defined(_MSC_VER) && _MSC_VER >= 1800) || defined(__MINGW32__)
  23. #define HAVE_DECL_NAN 1
  24. #endif
  25. /* Define to 1 if you have the declaration of `_finite', and to 0 if you
  26. don't. */
  27. #define HAVE_DECL__FINITE 1
  28. /* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
  29. */
  30. #define HAVE_DECL__ISNAN 1
  31. /* Define to 1 if you have the <dlfcn.h> header file. */
  32. #define HAVE_DLFCN_H 1
  33. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  34. #define HAVE_DOPRNT 1
  35. /* Define to 1 if you have the <endian.h> header file. */
  36. #undef HAVE_ENDIAN_H
  37. /* Define to 1 if you have the <fcntl.h> header file. */
  38. #define HAVE_FCNTL_H 1
  39. /* Define to 1 if you have the <inttypes.h> header file. */
  40. #define HAVE_INTTYPES_H 1
  41. /* Define to 1 if you have the <limits.h> header file. */
  42. #define HAVE_LIMITS_H 1
  43. /* Define to 1 if you have the <locale.h> header file. */
  44. #define HAVE_LOCALE_H 1
  45. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  46. to 0 otherwise. */
  47. #define HAVE_MALLOC 1
  48. /* Define to 1 if you have the <memory.h> header file. */
  49. #define HAVE_MEMORY_H 1
  50. /* Define to 1 if you have the `open' function. */
  51. #define HAVE_OPEN 1
  52. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  53. and to 0 otherwise. */
  54. #define HAVE_REALLOC 1
  55. /* Define to 1 if you have the `setlocale' function. */
  56. #define HAVE_SETLOCALE 1
  57. /* Define to 1 if you have the `snprintf' function. */
  58. #if defined(__MINGW32__)
  59. #define HAVE_SNPRINTF 1
  60. #else
  61. #undef HAVE_SNPRINTF
  62. #endif
  63. /* Define to 1 if you have the <stdarg.h> header file. */
  64. #define HAVE_STDARG_H 1
  65. /* Define to 1 if you have the <stdint.h> header file. */
  66. #define HAVE_STDINT_H 1
  67. /* Define to 1 if you have the <stdlib.h> header file. */
  68. #define HAVE_STDLIB_H 1
  69. /* Define to 1 if you have the `strcasecmp' function. */
  70. #define HAVE_STRCASECMP 1
  71. /* Define to 1 if you have the `strdup' function. */
  72. #define HAVE_STRDUP 0
  73. /* Define to 1 if you have the `strerror' function. */
  74. #define HAVE_STRERROR 1
  75. /* Define to 1 if you have the <strings.h> header file. */
  76. #undef HAVE_STRINGS_H
  77. /* Define to 1 if you have the <string.h> header file. */
  78. #define HAVE_STRING_H 1
  79. /* Define to 1 if you have the `strncasecmp' function. */
  80. #if defined(__MINGW32__)
  81. #define HAVE_STRNCASECMP 1
  82. #else
  83. #undef HAVE_STRNCASECMP
  84. #endif
  85. #cmakedefine HAVE_STRTOLL
  86. #cmakedefine strtoll @cmake_strtoll@
  87. /* Define to 1 if you have the <syslog.h> header file. */
  88. #undef HAVE_SYSLOG_H
  89. /* Define to 1 if you have the <sys/cdefs.h> header file. */
  90. #define HAVE_SYS_CDEFS_H 1
  91. /* Define to 1 if you have the <sys/param.h> header file. */
  92. #if defined(__MINGW32__)
  93. #define HAVE_SYS_PARAM_H 1
  94. #else
  95. #undef HAVE_SYS_PARAM_H
  96. #endif
  97. /* Define to 1 if you have the <sys/stat.h> header file. */
  98. #define HAVE_SYS_STAT_H 1
  99. /* Define to 1 if you have the <sys/types.h> header file. */
  100. #define HAVE_SYS_TYPES_H 1
  101. /* Define to 1 if you have the <unistd.h> header file. */
  102. #if defined(__MINGW32__)
  103. #define HAVE_UNISTD_H 1
  104. #else
  105. #undef HAVE_UNISTD_H
  106. #endif
  107. /* Define to 1 if you have the `vasprintf' function. */
  108. #if defined(__MINGW32__)
  109. #define HAVE_VASPRINTF 1
  110. #else
  111. #undef HAVE_VASPRINTF
  112. #endif
  113. /* Define to 1 if you have the `vprintf' function. */
  114. #define HAVE_VPRINTF 1
  115. /* Define to 1 if you have the `vsnprintf' function. */
  116. #define HAVE_VSNPRINTF 1
  117. /* Define to 1 if you have the `vsyslog' function. */
  118. #undef HAVE_VSYSLOG
  119. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  120. */
  121. #undef LT_OBJDIR
  122. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  123. /* #undef NO_MINUS_C_MINUS_O */
  124. /* Name of package */
  125. #define PACKAGE "json-c"
  126. /* Define to the address where bug reports for this package should be sent. */
  127. #define PACKAGE_BUGREPORT "json-c@googlegroups.com"
  128. /* Define to the full name of this package. */
  129. #define PACKAGE_NAME "JSON C Library"
  130. /* Define to the full name and version of this package. */
  131. #define PACKAGE_STRING "JSON C Library 0.13.1"
  132. /* Define to the one symbol short name of this package. */
  133. #define PACKAGE_TARNAME "json-c"
  134. /* Define to the home page for this package. */
  135. #define PACKAGE_URL "https://github.com/json-c/json-c"
  136. /* Define to the version of this package. */
  137. #define PACKAGE_VERSION "0.13.1"
  138. /* Define to 1 if you have the ANSI C header files. */
  139. #define STDC_HEADERS 1
  140. /* Version number of package */
  141. #define VERSION "0.13.1"
  142. /* Define to empty if `const' does not conform to ANSI C. */
  143. /* #undef const */
  144. /* Define to rpl_malloc if the replacement function should be used. */
  145. /* #undef malloc */
  146. /* Define to rpl_realloc if the replacement function should be used. */
  147. /* #undef realloc */
  148. /* Define to `unsigned int' if <sys/types.h> does not define. */
  149. /* #undef size_t */