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 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
5 #define BYTEORDER 1234
6 /* Define to 1 if you have the `bcopy' function. */
7 #define HAVE_BCOPY 1
8 
9 /* Define to 1 if you have the <dlfcn.h> header file. */
10 #define HAVE_DLFCN_H 1
11 
12 /* Define to 1 if you have the <fcntl.h> header file. */
13 #define HAVE_FCNTL_H 1
14 
15 /* Define to 1 if you have the `getpagesize' function. */
16 #define HAVE_GETPAGESIZE 1
17 /* Define to 1 if you have the <inttypes.h> header file. */
18 #define HAVE_INTTYPES_H 1
19 
20 /* Define to 1 if you have the `memmove' function. */
21 #define HAVE_MEMMOVE 1
22 
23 /* Define to 1 if you have the <memory.h> header file. */
24 #define HAVE_MEMORY_H 1
25 
26 /* Define to 1 if you have a working `mmap' system call. */
27 #define HAVE_MMAP 1
28 
29 /* Define to 1 if you have the <stdint.h> header file. */
30 #define HAVE_STDINT_H 1
31 
32 /* Define to 1 if you have the <stdlib.h> header file. */
33 #define HAVE_STDLIB_H 1
34 
35 /* Define to 1 if you have the <strings.h> header file. */
36 #define HAVE_STRINGS_H 1
37 
38 /* Define to 1 if you have the <string.h> header file. */
39 #define HAVE_STRING_H 1
40 
41 /* Define to 1 if you have the <sys/param.h> header file. */
42 #define HAVE_SYS_PARAM_H 1
43 
44 /* Define to 1 if you have the <sys/stat.h> header file. */
45 #define HAVE_SYS_STAT_H 1
46 
47 /* Define to 1 if you have the <sys/types.h> header file. */
48 #define HAVE_SYS_TYPES_H 1
49 
50 /* Define to 1 if you have the <unistd.h> header file. */
51 #define HAVE_UNISTD_H 1
52 
53 /* Define to the sub-directory where libtool stores uninstalled libraries. */
54 #define LT_OBJDIR ".libs/"
55 
56 /* Name of package */
57 #define PACKAGE "expat"
58 
59 /* Define to the address where bug reports for this package should be sent. */
60 #define PACKAGE_BUGREPORT "expat-bugs@libexpat.org"
61 
62 /* Define to the full name of this package. */
63 #define PACKAGE_NAME "expat"
64 
65 /* Define to the full name and version of this package. */
66 #define PACKAGE_STRING "expat 2.4.3"
67 
68 /* Define to the one symbol short name of this package. */
69 #define PACKAGE_TARNAME "expat"
70 
71 /* Define to the home page for this package. */
72 #define PACKAGE_URL ""
73 
74 /* Define to the version of this package. */
75 #define PACKAGE_VERSION "2.4.3"
76 
77 /* Define to 1 if you have the ANSI C header files. */
78 #define STDC_HEADERS 1
79 
80 /* Version number of package */
81 #define VERSION "2.4.3"
82 
83 /* whether byteorder is bigendian */
84 /* #undef WORDS_BIGENDIAN */
85 
86 /* Define to specify how much context to retain around the current parse
87    point. */
88 #define XML_CONTEXT_BYTES 1024
89 
90 /* Define to make parameter entity parsing functionality available. */
91 #define XML_DTD 1
92 
93 /* Define to make XML Namespaces functionality available. */
94 #define XML_NS 1
95 
96 /* Define to empty if `const' does not conform to ANSI C. */
97 /* #undef const */
98 
99 /* Define to `long int' if <sys/types.h> does not define. */
100 /* #undef off_t */
101 
102 /* Define to `unsigned int' if <sys/types.h> does not define. */
103 /* #undef size_t */
104