/* config.h.in. Modified for moz.build from cmake/config.h.in. */ /* Enable RDRAND Hardware RNG Hash Seed */ #undef ENABLE_RDRAND /* Override json_c_get_random_seed() with custom code */ #undef OVERRIDE_GET_RANDOM_SEED /* Enable partial threading support */ #undef ENABLE_THREADING /* Define if .gnu.warning accepts long strings. */ #undef HAS_GNU_WARNING_LONG /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_ENDIAN_H /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYSLOG_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_CDEFS_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_RANDOM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_RESOURCE_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the header file. */ #undef HAVE_XLOCALE_H /* Define to 1 if you have the header file. */ #undef HAVE_BSD_STDLIB_H /* Define to 1 if you have `arc4random' */ #undef HAVE_ARC4RANDOM /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT /* Has atomic builtins */ #undef HAVE_ATOMIC_BUILTINS /* Define to 1 if you have the declaration of `INFINITY', and to 0 if you don't. */ #undef HAVE_DECL_INFINITY /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't. */ #undef HAVE_DECL_ISINF /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't. */ #undef HAVE_DECL_ISNAN /* Define to 1 if you have the declaration of `nan', and to 0 if you don't. */ #undef HAVE_DECL_NAN /* Define to 1 if you have the declaration of `_finite', and to 0 if you don't. */ #undef HAVE_DECL__FINITE /* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't. */ #undef HAVE_DECL__ISNAN /* Define to 1 if you have the `open' function. */ #undef HAVE_OPEN /* Define to 1 if you have the `realloc' function. */ #undef HAVE_REALLOC /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF /* Define to 1 if you have the `strcasecmp' function. */ #undef HAVE_STRCASECMP /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR /* Define to 1 if you have the `strncasecmp' function. */ #undef HAVE_STRNCASECMP /* Define to 1 if you have the `uselocale' function. */ #undef HAVE_USELOCALE /* Define to 1 if you have the `vasprintf' function. */ #undef HAVE_VASPRINTF /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF /* Define to 1 if you have the `vsyslog' function. */ #undef HAVE_VSYSLOG /* Define if you have the `getrandom' function. */ #undef HAVE_GETRANDOM /* Define if you have the `getrusage' function. */ #undef HAVE_GETRUSAGE /* Have __thread */ #undef HAVE___THREAD /* Public define for json_inttypes.h */ #undef JSON_C_HAVE_INTTYPES_H /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* The number of bytes in type int */ #undef SIZEOF_INT /* The number of bytes in type int64_t */ #undef SIZEOF_INT64_T /* The number of bytes in type long */ #undef SIZEOF_LONG /* The number of bytes in type long long */ #undef SIZEOF_LONG_LONG /* The number of bytes in type size_t */ #undef SIZEOF_SIZE_T /* The number of bytes in type ssize_t */ #undef SIZEOF_SSIZE_T /* Specifier for __thread */ #undef SPEC___THREAD /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `unsigned int' if does not define. */ #undef size_t