123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- #undef ENABLE_RDRAND
- #undef HAS_GNU_WARNING_LONG
- #if (defined(_MSC_VER) && _MSC_VER >= 1800) || defined(__MINGW32__)
- #define HAVE_DECL_INFINITY 1
- #endif
- #if (defined(_MSC_VER) && _MSC_VER >= 1800) || defined(__MINGW32__)
- #define HAVE_DECL_ISINF 1
- #endif
- #if (defined(_MSC_VER) && _MSC_VER >= 1800) || defined(__MINGW32__)
- #define HAVE_DECL_ISNAN 1
- #endif
- #if (defined(_MSC_VER) && _MSC_VER >= 1800) || defined(__MINGW32__)
- #define HAVE_DECL_NAN 1
- #endif
- #define HAVE_DECL__FINITE 1
- #define HAVE_DECL__ISNAN 1
- #define HAVE_DLFCN_H 1
- #define HAVE_DOPRNT 1
- #undef HAVE_ENDIAN_H
- #define HAVE_FCNTL_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_LIMITS_H 1
- #define HAVE_LOCALE_H 1
- #define HAVE_MALLOC 1
- #define HAVE_MEMORY_H 1
- #define HAVE_OPEN 1
- #define HAVE_REALLOC 1
- #define HAVE_SETLOCALE 1
- #if defined(__MINGW32__)
- #define HAVE_SNPRINTF 1
- #else
- #undef HAVE_SNPRINTF
- #endif
- #define HAVE_STDARG_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRCASECMP 1
- #define HAVE_STRDUP 0
- #define HAVE_STRERROR 1
- #undef HAVE_STRINGS_H
- #define HAVE_STRING_H 1
- #if defined(__MINGW32__)
- #define HAVE_STRNCASECMP 1
- #else
- #undef HAVE_STRNCASECMP
- #endif
- #cmakedefine HAVE_STRTOLL
- #cmakedefine strtoll @cmake_strtoll@
- #undef HAVE_SYSLOG_H
- #define HAVE_SYS_CDEFS_H 1
- #if defined(__MINGW32__)
- #define HAVE_SYS_PARAM_H 1
- #else
- #undef HAVE_SYS_PARAM_H
- #endif
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #if defined(__MINGW32__)
- #define HAVE_UNISTD_H 1
- #else
- #undef HAVE_UNISTD_H
- #endif
- #if defined(__MINGW32__)
- #define HAVE_VASPRINTF 1
- #else
- #undef HAVE_VASPRINTF
- #endif
- #define HAVE_VPRINTF 1
- #define HAVE_VSNPRINTF 1
- #undef HAVE_VSYSLOG
- #undef LT_OBJDIR
- #define PACKAGE "json-c"
- #define PACKAGE_BUGREPORT "json-c@googlegroups.com"
- #define PACKAGE_NAME "JSON C Library"
- #define PACKAGE_STRING "JSON C Library 0.13.1"
- #define PACKAGE_TARNAME "json-c"
- #define PACKAGE_URL "https://github.com/json-c/json-c"
- #define PACKAGE_VERSION "0.13.1"
- #define STDC_HEADERS 1
- #define VERSION "0.13.1"
|