/* config.h. Generated from config.h.in by configure. */1/* config.h.in. Generated from configure.ac by autoheader. */23/* Define to 1 if gcc's __atomic builtins are available */4/* #undef HAVE_ATOMIC_BUILTINS */56/* Define to 1 if you have the `close' function. */7#define HAVE_CLOSE 189/* Define to 1 if you have the <dlfcn.h> header file. */10/* #undef HAVE_DLFCN_H */1112/* Define to 1 if you have the <endian.h> header file. */13/* #undef HAVE_ENDIAN_H */1415/* Define to 1 if you have the <fcntl.h> header file. */16#define HAVE_FCNTL_H 11718/* Define to 1 if you have the `getpid' function. */19#define HAVE_GETPID 12021/* Define to 1 if you have the `gettimeofday' function. */22#define HAVE_GETTIMEOFDAY 12324/* Define to 1 if you have the <inttypes.h> header file. */25#define HAVE_INTTYPES_H 12627/* Define to 1 if you have the `localeconv' function. */28#define HAVE_LOCALECONV 12930/* Define to 1 if you have the <locale.h> header file. */31#define HAVE_LOCALE_H 13233/* Define to 1 if the system has the type `long long int'. */34#define HAVE_LONG_LONG_INT 13536/* Define to 1 if you have the <memory.h> header file. */37#define HAVE_MEMORY_H 13839/* Define to 1 if you have the `open' function. */40#define HAVE_OPEN 14142/* Define to 1 if you have the `read' function. */43#define HAVE_READ 14445/* Define to 1 if you have the <sched.h> header file. */46#define HAVE_SCHED_H 14748/* Define to 1 if you have the `sched_yield' function. */49/* #undef HAVE_SCHED_YIELD */5051/* Define to 1 if you have the <stdint.h> header file. */52#define HAVE_STDINT_H 15354/* Define to 1 if you have the <stdlib.h> header file. */55#define HAVE_STDLIB_H 15657/* Define to 1 if you have the <strings.h> header file. */58#define HAVE_STRINGS_H 15960/* Define to 1 if you have the <string.h> header file. */61#define HAVE_STRING_H 16263/* Define to 1 if you have the `strtoll' function. */64#define HAVE_STRTOLL 16566/* Define to 1 if gcc's __sync builtins are available */67#define HAVE_SYNC_BUILTINS 16869/* Define to 1 if you have the <sys/param.h> header file. */70#define HAVE_SYS_PARAM_H 17172/* Define to 1 if you have the <sys/stat.h> header file. */73#define HAVE_SYS_STAT_H 17475/* Define to 1 if you have the <sys/time.h> header file. */76#define HAVE_SYS_TIME_H 17778/* Define to 1 if you have the <sys/types.h> header file. */79#define HAVE_SYS_TYPES_H 18081/* Define to 1 if you have the <unistd.h> header file. */82#define HAVE_UNISTD_H 18384/* Define to the sub-directory in which libtool stores uninstalled libraries.85*/86#define LT_OBJDIR ".libs/"8788/* Name of package */89#define PACKAGE "jansson"9091/* Define to the address where bug reports for this package should be sent. */92#define PACKAGE_BUGREPORT "[email protected]"9394/* Define to the full name of this package. */95#define PACKAGE_NAME "jansson"9697/* Define to the full name and version of this package. */98#define PACKAGE_STRING "jansson 2.6"99100/* Define to the one symbol short name of this package. */101#define PACKAGE_TARNAME "jansson"102103/* Define to the home page for this package. */104#define PACKAGE_URL ""105106/* Define to the version of this package. */107#define PACKAGE_VERSION "2.6"108109/* Define to 1 if you have the ANSI C header files. */110#define STDC_HEADERS 1111112/* Define to 1 if /dev/urandom should be used for seeding the hash function */113#define USE_URANDOM 1114115/* Define to 1 if CryptGenRandom should be used for seeding the hash function116*/117#define USE_WINDOWS_CRYPTOAPI 1118119/* Version number of package */120#define VERSION "2.6"121122/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,123<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the124#define below would cause a syntax error. */125/* #undef _UINT32_T */126127/* Define to `__inline__' or `__inline' if that's what the C compiler128calls it, or to nothing if 'inline' is not supported under any name. */129#ifndef __cplusplus130/* #undef inline */131#endif132133/* Define to the type of a signed integer type of width exactly 32 bits if134such a type exists and the standard includes do not define it. */135/* #undef int32_t */136137/* Define to the type of an unsigned integer type of width exactly 32 bits if138such a type exists and the standard includes do not define it. */139/* #undef uint32_t */140141142