Bring in expat 2.1.0 from vendor.
[AROS.git] / workbench / libs / expat / expat_config.h.cmake
blobe5147915b504b84c8aa8bf73860e520aba407f4f
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
12 /* Define to 1 if you have the <fcntl.h> header file. */\r
13 #cmakedefine HAVE_FCNTL_H\r
15 /* Define to 1 if you have the `getpagesize' function. */\r
16 #cmakedefine HAVE_GETPAGESIZE\r
18 /* Define to 1 if you have the <inttypes.h> header file. */\r
19 #cmakedefine HAVE_INTTYPES_H\r
21 /* Define to 1 if you have the `memmove' function. */\r
22 #cmakedefine HAVE_MEMMOVE\r
24 /* Define to 1 if you have the <memory.h> header file. */\r
25 #cmakedefine HAVE_MEMORY_H\r
27 /* Define to 1 if you have a working `mmap' system call. */\r
28 #cmakedefine HAVE_MMAP\r
30 /* Define to 1 if you have the <stdint.h> header file. */\r
31 #cmakedefine HAVE_STDINT_H\r
33 /* Define to 1 if you have the <stdlib.h> header file. */\r
34 #cmakedefine HAVE_STDLIB_H\r
36 /* Define to 1 if you have the <strings.h> header file. */\r
37 #cmakedefine HAVE_STRINGS_H\r
39 /* Define to 1 if you have the <string.h> header file. */\r
40 #cmakedefine HAVE_STRING_H\r
42 /* Define to 1 if you have the <sys/stat.h> header file. */\r
43 #cmakedefine HAVE_SYS_STAT_H\r
45 /* Define to 1 if you have the <sys/types.h> header file. */\r
46 #cmakedefine HAVE_SYS_TYPES_H\r
48 /* Define to 1 if you have the <unistd.h> header file. */\r
49 #cmakedefine HAVE_UNISTD_H\r
51 /* Define to the address where bug reports for this package should be sent. */\r
52 #cmakedefine PACKAGE_BUGREPORT\r
54 /* Define to the full name of this package. */\r
55 #cmakedefine PACKAGE_NAME\r
57 /* Define to the full name and version of this package. */\r
58 #cmakedefine PACKAGE_STRING\r
60 /* Define to the one symbol short name of this package. */\r
61 #cmakedefine PACKAGE_TARNAME\r
63 /* Define to the version of this package. */\r
64 #cmakedefine PACKAGE_VERSION\r
66 /* Define to 1 if you have the ANSI C header files. */\r
67 #cmakedefine STDC_HEADERS\r
69 /* whether byteorder is bigendian */\r
70 #cmakedefine WORDS_BIGENDIAN\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
76 /* Define to make parameter entity parsing functionality available. */\r
77 #cmakedefine XML_DTD\r
79 /* Define to make XML Namespaces functionality available. */\r
80 #cmakedefine XML_NS\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
87 /* Define to `long' if <sys/types.h> does not define. */\r
88 #cmakedefine off_t @OFF_T@\r
90 /* Define to `unsigned' if <sys/types.h> does not define. */\r
91 #cmakedefine size_t @SIZE_T@\r