]>
Commit | Line | Data |
---|---|---|
11a3e7b6 VZ |
1 | /* expat_config.h.in. Generated from configure.in by autoheader. */\r |
2 | \r | |
3 | /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */\r | |
4 | #cmakedefine BYTEORDER @BYTEORDER@\r | |
5 | \r | |
6 | /* Define to 1 if you have the `bcopy' function. */\r | |
7 | #cmakedefine HAVE_BCOPY\r | |
8 | \r | |
9 | /* Define to 1 if you have the <dlfcn.h> header file. */\r | |
10 | #cmakedefine HAVE_DLFCN_H\r | |
11 | \r | |
12 | /* Define to 1 if you have the <fcntl.h> header file. */\r | |
13 | #cmakedefine HAVE_FCNTL_H\r | |
14 | \r | |
15 | /* Define to 1 if you have the `getpagesize' function. */\r | |
16 | #cmakedefine HAVE_GETPAGESIZE\r | |
17 | \r | |
18 | /* Define to 1 if you have the <inttypes.h> header file. */\r | |
19 | #cmakedefine HAVE_INTTYPES_H\r | |
20 | \r | |
21 | /* Define to 1 if you have the `memmove' function. */\r | |
22 | #cmakedefine HAVE_MEMMOVE\r | |
23 | \r | |
24 | /* Define to 1 if you have the <memory.h> header file. */\r | |
25 | #cmakedefine HAVE_MEMORY_H\r | |
26 | \r | |
27 | /* Define to 1 if you have a working `mmap' system call. */\r | |
28 | #cmakedefine HAVE_MMAP\r | |
29 | \r | |
30 | /* Define to 1 if you have the <stdint.h> header file. */\r | |
31 | #cmakedefine HAVE_STDINT_H\r | |
32 | \r | |
33 | /* Define to 1 if you have the <stdlib.h> header file. */\r | |
34 | #cmakedefine HAVE_STDLIB_H\r | |
35 | \r | |
36 | /* Define to 1 if you have the <strings.h> header file. */\r | |
37 | #cmakedefine HAVE_STRINGS_H\r | |
38 | \r | |
39 | /* Define to 1 if you have the <string.h> header file. */\r | |
40 | #cmakedefine HAVE_STRING_H\r | |
41 | \r | |
42 | /* Define to 1 if you have the <sys/stat.h> header file. */\r | |
43 | #cmakedefine HAVE_SYS_STAT_H\r | |
44 | \r | |
45 | /* Define to 1 if you have the <sys/types.h> header file. */\r | |
46 | #cmakedefine HAVE_SYS_TYPES_H\r | |
47 | \r | |
48 | /* Define to 1 if you have the <unistd.h> header file. */\r | |
49 | #cmakedefine HAVE_UNISTD_H\r | |
50 | \r | |
51 | /* Define to the address where bug reports for this package should be sent. */\r | |
52 | #cmakedefine PACKAGE_BUGREPORT\r | |
53 | \r | |
54 | /* Define to the full name of this package. */\r | |
55 | #cmakedefine PACKAGE_NAME\r | |
56 | \r | |
57 | /* Define to the full name and version of this package. */\r | |
58 | #cmakedefine PACKAGE_STRING\r | |
59 | \r | |
60 | /* Define to the one symbol short name of this package. */\r | |
61 | #cmakedefine PACKAGE_TARNAME\r | |
62 | \r | |
63 | /* Define to the version of this package. */\r | |
64 | #cmakedefine PACKAGE_VERSION\r | |
65 | \r | |
66 | /* Define to 1 if you have the ANSI C header files. */\r | |
67 | #cmakedefine STDC_HEADERS\r | |
68 | \r | |
69 | /* whether byteorder is bigendian */\r | |
70 | #cmakedefine WORDS_BIGENDIAN\r | |
71 | \r | |
72 | /* Define to specify how much context to retain around the current parse\r | |
73 | point. */\r | |
74 | #cmakedefine XML_CONTEXT_BYTES @XML_CONTEXT_BYTES@\r | |
75 | \r | |
76 | /* Define to make parameter entity parsing functionality available. */\r | |
77 | #cmakedefine XML_DTD\r | |
78 | \r | |
79 | /* Define to make XML Namespaces functionality available. */\r | |
80 | #cmakedefine XML_NS\r | |
81 | \r | |
82 | /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */\r | |
83 | #ifdef _MSC_VER\r | |
84 | # define __func__ __FUNCTION__\r | |
85 | #endif\r | |
86 | \r | |
87 | /* Define to `long' if <sys/types.h> does not define. */\r | |
88 | #cmakedefine off_t @OFF_T@\r | |
89 | \r | |
90 | /* Define to `unsigned' if <sys/types.h> does not define. */\r | |
91 | #cmakedefine size_t @SIZE_T@\r |