Merge branch 'tizen_base' into tizen
[platform/upstream/expat.git] / expat_config.h.cmake
1 /* expat_config.h.cmake.  Based upon generated expat_config.h.in.  */\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 `arc4random' function. */\r
7 #cmakedefine HAVE_ARC4RANDOM\r
8 \r
9 /* Define to 1 if you have the `arc4random_buf' function. */\r
10 #cmakedefine HAVE_ARC4RANDOM_BUF\r
11 \r
12 /* Define to 1 if you have the `bcopy' function. */\r
13 #cmakedefine HAVE_BCOPY\r
14 \r
15 /* Define to 1 if you have the <dlfcn.h> header file. */\r
16 #cmakedefine HAVE_DLFCN_H\r
17 \r
18 /* Define to 1 if you have the <fcntl.h> header file. */\r
19 #cmakedefine HAVE_FCNTL_H\r
20 \r
21 /* Define to 1 if you have the `getpagesize' function. */\r
22 #cmakedefine HAVE_GETPAGESIZE\r
23 \r
24 /* Define to 1 if you have the `getrandom' function. */\r
25 #cmakedefine HAVE_GETRANDOM\r
26 \r
27 /* Define to 1 if you have the <inttypes.h> header file. */\r
28 #cmakedefine HAVE_INTTYPES_H\r
29 \r
30 /* Define to 1 if you have the `bsd' library (-lbsd). */\r
31 #cmakedefine HAVE_LIBBSD\r
32 \r
33 /* Define to 1 if you have the `memmove' function. */\r
34 #cmakedefine HAVE_MEMMOVE\r
35 \r
36 /* Define to 1 if you have the <memory.h> header file. */\r
37 #cmakedefine HAVE_MEMORY_H\r
38 \r
39 /* Define to 1 if you have a working `mmap' system call. */\r
40 #cmakedefine HAVE_MMAP\r
41 \r
42 /* Define to 1 if you have the <stdint.h> header file. */\r
43 #cmakedefine HAVE_STDINT_H\r
44 \r
45 /* Define to 1 if you have the <stdlib.h> header file. */\r
46 #cmakedefine HAVE_STDLIB_H\r
47 \r
48 /* Define to 1 if you have the <strings.h> header file. */\r
49 #cmakedefine HAVE_STRINGS_H\r
50 \r
51 /* Define to 1 if you have the <string.h> header file. */\r
52 #cmakedefine HAVE_STRING_H\r
53 \r
54 /* Define to 1 if you have `syscall' and `SYS_getrandom'. */\r
55 #cmakedefine HAVE_SYSCALL_GETRANDOM\r
56 \r
57 /* Define to 1 if you have the <sys/stat.h> header file. */\r
58 #cmakedefine HAVE_SYS_STAT_H\r
59 \r
60 /* Define to 1 if you have the <sys/types.h> header file. */\r
61 #cmakedefine HAVE_SYS_TYPES_H\r
62 \r
63 /* Define to 1 if you have the <unistd.h> header file. */\r
64 #cmakedefine HAVE_UNISTD_H\r
65 \r
66 /* Define to the address where bug reports for this package should be sent. */\r
67 #cmakedefine PACKAGE_BUGREPORT\r
68 \r
69 /* Define to the full name of this package. */\r
70 #cmakedefine PACKAGE_NAME\r
71 \r
72 /* Define to the full name and version of this package. */\r
73 #cmakedefine PACKAGE_STRING\r
74 \r
75 /* Define to the one symbol short name of this package. */\r
76 #cmakedefine PACKAGE_TARNAME\r
77 \r
78 /* Define to the version of this package. */\r
79 #cmakedefine PACKAGE_VERSION\r
80 \r
81 /* Define to 1 if you have the ANSI C header files. */\r
82 #cmakedefine STDC_HEADERS\r
83 \r
84 /* whether byteorder is bigendian */\r
85 #cmakedefine WORDS_BIGENDIAN\r
86 \r
87 /* Define to specify how much context to retain around the current parse\r
88    point. */\r
89 #cmakedefine XML_CONTEXT_BYTES @XML_CONTEXT_BYTES@\r
90 \r
91 /* Define to make parameter entity parsing functionality available. */\r
92 #cmakedefine XML_DTD\r
93 \r
94 /* Define to make XML Namespaces functionality available. */\r
95 #cmakedefine XML_NS\r
96 \r
97 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */\r
98 #ifdef _MSC_VER\r
99 # define __func__ __FUNCTION__\r
100 #endif\r
101 \r
102 /* Define to `long' if <sys/types.h> does not define. */\r
103 #cmakedefine off_t @OFF_T@\r
104 \r
105 /* Define to `unsigned' if <sys/types.h> does not define. */\r
106 #cmakedefine size_t @SIZE_T@\r