jpayne@69: /* expat_config.h. Generated from expat_config.h.in by configure. */ jpayne@69: /* expat_config.h.in. Generated from configure.ac by autoheader. */ jpayne@69: jpayne@69: #ifndef EXPAT_CONFIG_H jpayne@69: #define EXPAT_CONFIG_H 1 jpayne@69: jpayne@69: /* Define if building universal (internal helper macro) */ jpayne@69: /* #undef AC_APPLE_UNIVERSAL_BUILD */ jpayne@69: jpayne@69: /* 1234 = LILENDIAN, 4321 = BIGENDIAN */ jpayne@69: #define BYTEORDER 1234 jpayne@69: jpayne@69: /* Define to 1 if you have the `arc4random' function. */ jpayne@69: /* #undef HAVE_ARC4RANDOM */ jpayne@69: jpayne@69: /* Define to 1 if you have the `arc4random_buf' function. */ jpayne@69: /* #undef HAVE_ARC4RANDOM_BUF */ jpayne@69: jpayne@69: /* define if the compiler supports basic C++11 syntax */ jpayne@69: #define HAVE_CXX11 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_DLFCN_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_FCNTL_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have the `getpagesize' function. */ jpayne@69: #define HAVE_GETPAGESIZE 1 jpayne@69: jpayne@69: /* Define to 1 if you have the `getrandom' function. */ jpayne@69: /* #undef HAVE_GETRANDOM */ jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_INTTYPES_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have the `bsd' library (-lbsd). */ jpayne@69: /* #undef HAVE_LIBBSD */ jpayne@69: jpayne@69: /* Define to 1 if you have a working `mmap' system call. */ jpayne@69: #define HAVE_MMAP 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_STDINT_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_STDIO_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_STDLIB_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_STRINGS_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_STRING_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have `syscall' and `SYS_getrandom'. */ jpayne@69: #define HAVE_SYSCALL_GETRANDOM 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_SYS_PARAM_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_SYS_STAT_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_SYS_TYPES_H 1 jpayne@69: jpayne@69: /* Define to 1 if you have the header file. */ jpayne@69: #define HAVE_UNISTD_H 1 jpayne@69: jpayne@69: /* Define to the sub-directory where libtool stores uninstalled libraries. */ jpayne@69: #define LT_OBJDIR ".libs/" jpayne@69: jpayne@69: /* Name of package */ jpayne@69: #define PACKAGE "expat" jpayne@69: jpayne@69: /* Define to the address where bug reports for this package should be sent. */ jpayne@69: #define PACKAGE_BUGREPORT "https://github.com/libexpat/libexpat/issues" jpayne@69: jpayne@69: /* Define to the full name of this package. */ jpayne@69: #define PACKAGE_NAME "expat" jpayne@69: jpayne@69: /* Define to the full name and version of this package. */ jpayne@69: #define PACKAGE_STRING "expat 2.6.4" jpayne@69: jpayne@69: /* Define to the one symbol short name of this package. */ jpayne@69: #define PACKAGE_TARNAME "expat" jpayne@69: jpayne@69: /* Define to the home page for this package. */ jpayne@69: #define PACKAGE_URL "" jpayne@69: jpayne@69: /* Define to the version of this package. */ jpayne@69: #define PACKAGE_VERSION "2.6.4" jpayne@69: jpayne@69: /* Define to 1 if all of the C90 standard headers exist (not just the ones jpayne@69: required in a freestanding environment). This macro is provided for jpayne@69: backward compatibility; new code need not use it. */ jpayne@69: #define STDC_HEADERS 1 jpayne@69: jpayne@69: /* Version number of package */ jpayne@69: #define VERSION "2.6.4" jpayne@69: jpayne@69: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most jpayne@69: significant byte first (like Motorola and SPARC, unlike Intel). */ jpayne@69: #if defined AC_APPLE_UNIVERSAL_BUILD jpayne@69: # if defined __BIG_ENDIAN__ jpayne@69: # define WORDS_BIGENDIAN 1 jpayne@69: # endif jpayne@69: #else jpayne@69: # ifndef WORDS_BIGENDIAN jpayne@69: /* # undef WORDS_BIGENDIAN */ jpayne@69: # endif jpayne@69: #endif jpayne@69: jpayne@69: /* Define to allow retrieving the byte offsets for attribute names and values. jpayne@69: */ jpayne@69: /* #undef XML_ATTR_INFO */ jpayne@69: jpayne@69: /* Define to specify how much context to retain around the current parse jpayne@69: point, 0 to disable. */ jpayne@69: #define XML_CONTEXT_BYTES 1024 jpayne@69: jpayne@69: /* Define to include code reading entropy from `/dev/urandom'. */ jpayne@69: #define XML_DEV_URANDOM 1 jpayne@69: jpayne@69: /* Define to make parameter entity parsing functionality available. */ jpayne@69: #define XML_DTD 1 jpayne@69: jpayne@69: /* Define as 1/0 to enable/disable support for general entities. */ jpayne@69: #define XML_GE 1 jpayne@69: jpayne@69: /* Define to make XML Namespaces functionality available. */ jpayne@69: #define XML_NS 1 jpayne@69: jpayne@69: /* Define to empty if `const' does not conform to ANSI C. */ jpayne@69: /* #undef const */ jpayne@69: jpayne@69: /* Define to `long int' if does not define. */ jpayne@69: /* #undef off_t */ jpayne@69: jpayne@69: #endif // ndef EXPAT_CONFIG_H