1/* expat_config.h.in. Generated from configure.ac by autoheader. */ 2 3#ifndef EXPAT_CONFIG_H 4#define EXPAT_CONFIG_H 1 5 6/* Define if building universal (internal helper macro) */ 7#undef AC_APPLE_UNIVERSAL_BUILD 8 9/* 1234 = LILENDIAN, 4321 = BIGENDIAN */ 10#undef BYTEORDER 11 12/* Define to 1 if you have the `arc4random' function. */ 13#undef HAVE_ARC4RANDOM 14 15/* Define to 1 if you have the `arc4random_buf' function. */ 16#undef HAVE_ARC4RANDOM_BUF 17 18/* define if the compiler supports basic C++11 syntax */ 19#undef HAVE_CXX11 20 21/* Define to 1 if you have the <dlfcn.h> header file. */ 22#undef HAVE_DLFCN_H 23 24/* Define to 1 if you have the <fcntl.h> header file. */ 25#undef HAVE_FCNTL_H 26 27/* Define to 1 if you have the `getpagesize' function. */ 28#undef HAVE_GETPAGESIZE 29 30/* Define to 1 if you have the `getrandom' function. */ 31#undef HAVE_GETRANDOM 32 33/* Define to 1 if you have the <inttypes.h> header file. */ 34#undef HAVE_INTTYPES_H 35 36/* Define to 1 if you have the `bsd' library (-lbsd). */ 37#undef HAVE_LIBBSD 38 39/* Define to 1 if you have a working `mmap' system call. */ 40#undef HAVE_MMAP 41 42/* Define to 1 if you have the <stdint.h> header file. */ 43#undef HAVE_STDINT_H 44 45/* Define to 1 if you have the <stdio.h> header file. */ 46#undef HAVE_STDIO_H 47 48/* Define to 1 if you have the <stdlib.h> header file. */ 49#undef HAVE_STDLIB_H 50 51/* Define to 1 if you have the <strings.h> header file. */ 52#undef HAVE_STRINGS_H 53 54/* Define to 1 if you have the <string.h> header file. */ 55#undef HAVE_STRING_H 56 57/* Define to 1 if you have `syscall' and `SYS_getrandom'. */ 58#undef HAVE_SYSCALL_GETRANDOM 59 60/* Define to 1 if you have the <sys/param.h> header file. */ 61#undef HAVE_SYS_PARAM_H 62 63/* Define to 1 if you have the <sys/stat.h> header file. */ 64#undef HAVE_SYS_STAT_H 65 66/* Define to 1 if you have the <sys/types.h> header file. */ 67#undef HAVE_SYS_TYPES_H 68 69/* Define to 1 if you have the <unistd.h> header file. */ 70#undef HAVE_UNISTD_H 71 72/* Define to the sub-directory where libtool stores uninstalled libraries. */ 73#undef LT_OBJDIR 74 75/* Name of package */ 76#undef PACKAGE 77 78/* Define to the address where bug reports for this package should be sent. */ 79#undef PACKAGE_BUGREPORT 80 81/* Define to the full name of this package. */ 82#undef PACKAGE_NAME 83 84/* Define to the full name and version of this package. */ 85#undef PACKAGE_STRING 86 87/* Define to the one symbol short name of this package. */ 88#undef PACKAGE_TARNAME 89 90/* Define to the home page for this package. */ 91#undef PACKAGE_URL 92 93/* Define to the version of this package. */ 94#undef PACKAGE_VERSION 95 96/* Define to 1 if all of the C90 standard headers exist (not just the ones 97 required in a freestanding environment). This macro is provided for 98 backward compatibility; new code need not use it. */ 99#undef STDC_HEADERS 100 101/* Version number of package */ 102#undef VERSION 103 104/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 105 significant byte first (like Motorola and SPARC, unlike Intel). */ 106#if defined AC_APPLE_UNIVERSAL_BUILD 107# if defined __BIG_ENDIAN__ 108# define WORDS_BIGENDIAN 1 109# endif 110#else 111# ifndef WORDS_BIGENDIAN 112# undef WORDS_BIGENDIAN 113# endif 114#endif 115 116/* Define to allow retrieving the byte offsets for attribute names and values. 117 */ 118#undef XML_ATTR_INFO 119 120/* Define to specify how much context to retain around the current parse 121 point, 0 to disable. */ 122#undef XML_CONTEXT_BYTES 123 124/* Define to include code reading entropy from `/dev/urandom'. */ 125#undef XML_DEV_URANDOM 126 127/* Define to make parameter entity parsing functionality available. */ 128#undef XML_DTD 129 130/* Define as 1/0 to enable/disable support for general entities. */ 131#undef XML_GE 132 133/* Define to make XML Namespaces functionality available. */ 134#undef XML_NS 135 136/* Define to empty if `const' does not conform to ANSI C. */ 137#undef const 138 139/* Define to `long int' if <sys/types.h> does not define. */ 140#undef off_t 141 142/* Define to `unsigned int' if <sys/types.h> does not define. */ 143#undef size_t 144 145#endif // ndef EXPAT_CONFIG_H 146