1 /* expat_config.h. Generated from expat_config.h.in by configure. */ 2 /* expat_config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define if building universal (internal helper macro) */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7 /* 1234 = LILENDIAN, 4321 = BIGENDIAN */ 8 #include <endian.h> 9 #define BYTEORDER _BYTE_ORDER 10 11 /* Define to 1 if you have the `arc4random' function. */ 12 /* #undef HAVE_ARC4RANDOM */ 13 14 /* Define to 1 if you have the `arc4random_buf' function. */ 15 #define HAVE_ARC4RANDOM_BUF 1 16 17 /* Define to 1 if you have the <dlfcn.h> header file. */ 18 #define HAVE_DLFCN_H 1 19 20 /* Define to 1 if you have the <fcntl.h> header file. */ 21 #define HAVE_FCNTL_H 1 22 23 /* Define to 1 if you have the `getpagesize' function. */ 24 #define HAVE_GETPAGESIZE 1 25 26 /* Define to 1 if you have the `getrandom' function. */ 27 /* #undef HAVE_GETRANDOM */ 28 29 /* Define to 1 if you have the <inttypes.h> header file. */ 30 #define HAVE_INTTYPES_H 1 31 32 /* Define to 1 if you have the `bsd' library (-lbsd). */ 33 /* #undef HAVE_LIBBSD */ 34 35 /* Define to 1 if you have the <memory.h> header file. */ 36 #define HAVE_MEMORY_H 1 37 38 /* Define to 1 if you have a working `mmap' system call. */ 39 #define HAVE_MMAP 1 40 41 /* Define to 1 if you have the <stdint.h> header file. */ 42 #define HAVE_STDINT_H 1 43 44 /* Define to 1 if you have the <stdlib.h> header file. */ 45 #define HAVE_STDLIB_H 1 46 47 /* Define to 1 if you have the <strings.h> header file. */ 48 #define HAVE_STRINGS_H 1 49 50 /* Define to 1 if you have the <string.h> header file. */ 51 #define HAVE_STRING_H 1 52 53 /* Define to 1 if you have `syscall' and `SYS_getrandom'. */ 54 /* #undef HAVE_SYSCALL_GETRANDOM */ 55 56 /* Define to 1 if you have the <sys/param.h> header file. */ 57 #define HAVE_SYS_PARAM_H 1 58 59 /* Define to 1 if you have the <sys/stat.h> header file. */ 60 #define HAVE_SYS_STAT_H 1 61 62 /* Define to 1 if you have the <sys/types.h> header file. */ 63 #define HAVE_SYS_TYPES_H 1 64 65 /* Define to 1 if you have the <unistd.h> header file. */ 66 #define HAVE_UNISTD_H 1 67 68 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 69 #define LT_OBJDIR ".libs/" 70 71 /* Name of package */ 72 #define PACKAGE "expat" 73 74 /* Define to the address where bug reports for this package should be sent. */ 75 #define PACKAGE_BUGREPORT "expat-bugs@libexpat.org" 76 77 /* Define to the full name of this package. */ 78 #define PACKAGE_NAME "expat" 79 80 /* Define to the full name and version of this package. */ 81 #define PACKAGE_STRING "expat 2.2.8" 82 83 /* Define to the one symbol short name of this package. */ 84 #define PACKAGE_TARNAME "expat" 85 86 /* Define to the home page for this package. */ 87 #define PACKAGE_URL "" 88 89 /* Define to the version of this package. */ 90 #define PACKAGE_VERSION "2.2.8" 91 92 /* Define to 1 if you have the ANSI C header files. */ 93 #define STDC_HEADERS 1 94 95 /* Version number of package */ 96 #define VERSION "2.2.8" 97 98 /* Define to allow retrieving the byte offsets for attribute names and values. 99 */ 100 /* #undef XML_ATTR_INFO */ 101 102 /* Define to specify how much context to retain around the current parse 103 point. */ 104 #define XML_CONTEXT_BYTES 1024 105 106 /* Define to include code reading entropy from `/dev/urandom'. */ 107 #define XML_DEV_URANDOM 1 108 109 /* Define to make parameter entity parsing functionality available. */ 110 #define XML_DTD 1 111 112 /* Define to make XML Namespaces functionality available. */ 113 #define XML_NS 1 114 115 /* Define to empty if `const' does not conform to ANSI C. */ 116 /* #undef const */ 117 118 /* Define to `long int' if <sys/types.h> does not define. */ 119 /* #undef off_t */ 120 121 /* Define to `unsigned int' if <sys/types.h> does not define. */ 122 /* #undef size_t */ 123