]> git.mxchange.org Git - simgear.git/blob - 3rdparty/expat/expat_config_cmake.in
Move bundled Expat to new home.
[simgear.git] / 3rdparty / expat / expat_config_cmake.in
1
2 #ifndef EXPAT_CONFIG_H
3 #define EXPAT_CONFIG_H
4
5 #cmakedefine HAVE_WINDOWS_H
6
7 #ifdef HAVE_WINDOWS_H
8     #define WIN32_LEAN_AND_MEAN
9     #include <windows.h>
10     #undef WIN32_LEAN_AND_MEAN
11 #endif
12
13 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
14 #define BYTEORDER  1234
15
16 /* Define to 1 if you have the `bcopy' function. */
17 #cmakedefine HAVE_BCOPY
18
19 /* Define to 1 if you have the `memmove' function. */
20 #define HAVE_MEMMOVE
21
22 /* Define to 1 if you have a working `mmap' system call. */
23 #cmakedefine HAVE_MMAP
24
25 /* Define to 1 if you have the <unistd.h> header file. */
26 #cmakedefine HAVE_UNISTD_H
27
28 /* whether byteorder is bigendian */
29 #undef WORDS_BIGENDIAN
30
31 /* Define to specify how much context to retain around the current parse
32    point. */
33 #define XML_CONTEXT_BYTES 1024
34
35 /* Define to make parameter entity parsing functionality available. */
36 #define XML_DTD
37
38 /* Define to make XML Namespaces functionality available. */
39 #define XML_NS
40
41 #endif /* ifndef EXPAT_CONFIG_H */