xref: /reactos/sdk/lib/3rdparty/libxml2/config.h (revision 84344399)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3 
4 /* A form that will not confuse apibuild.py */
5 /* #undef ATTRIBUTE_DESTRUCTOR */
6 
7 /* Type cast for the gethostbyname() argument */
8 #define GETHOSTBYNAME_ARG_CAST
9 
10 /* Define to 1 if you have the <arpa/inet.h> header file. */
11 /* #undef HAVE_ARPA_INET_H */
12 
13 /* Define to 1 if you have the <arpa/nameser.h> header file. */
14 /* #undef HAVE_ARPA_NAMESER_H */
15 
16 /* Define if __attribute__((destructor)) is accepted */
17 /* #undef HAVE_ATTRIBUTE_DESTRUCTOR */
18 
19 /* Whether struct sockaddr::__ss_family exists */
20 /* #undef HAVE_BROKEN_SS_FAMILY */
21 
22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 /* #undef HAVE_DLFCN_H */
24 
25 /* Have dlopen based dso */
26 /* #undef HAVE_DLOPEN */
27 
28 /* Define to 1 if you have the <dl.h> header file. */
29 /* #undef HAVE_DL_H */
30 
31 /* Define to 1 if you have the <fcntl.h> header file. */
32 #define HAVE_FCNTL_H 1
33 
34 /* Define to 1 if you have the `ftime' function. */
35 #define HAVE_FTIME 1
36 
37 /* Define if getaddrinfo is there */
38 /* #undef HAVE_GETADDRINFO */
39 
40 /* Define to 1 if you have the `gettimeofday' function. */
41 /* #undef HAVE_GETTIMEOFDAY */
42 
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #define HAVE_INTTYPES_H 1
45 
46 /* Define to 1 if you have the `isascii' function. */
47 /* #undef HAVE_ISASCII */
48 
49 /* Define if history library is there (-lhistory) */
50 /* #undef HAVE_LIBHISTORY */
51 
52 /* Define if readline library is there (-lreadline) */
53 /* #undef HAVE_LIBREADLINE */
54 
55 /* Define to 1 if you have the <lzma.h> header file. */
56 /* #undef HAVE_LZMA_H */
57 
58 /* Define to 1 if you have the `mmap' function. */
59 /* #undef HAVE_MMAP */
60 
61 /* Define to 1 if you have the `munmap' function. */
62 /* #undef HAVE_MUNMAP */
63 
64 /* mmap() is no good without munmap() */
65 #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
66 #  undef /**/ HAVE_MMAP
67 #endif
68 
69 /* Define to 1 if you have the <netdb.h> header file. */
70 /* #undef HAVE_NETDB_H */
71 
72 /* Define to 1 if you have the <netinet/in.h> header file. */
73 /* #undef HAVE_NETINET_IN_H */
74 
75 /* Define to 1 if you have the <poll.h> header file. */
76 /* #undef HAVE_POLL_H */
77 
78 /* Define if <pthread.h> is there */
79 /* #undef HAVE_PTHREAD_H */
80 
81 /* Define to 1 if you have the `putenv' function. */
82 /* #undef HAVE_PUTENV */
83 
84 /* Define to 1 if you have the `rand_r' function. */
85 /* #undef HAVE_RAND_R */
86 
87 /* Define to 1 if you have the <resolv.h> header file. */
88 /* #undef HAVE_RESOLV_H */
89 
90 /* Have shl_load based dso */
91 /* #undef HAVE_SHLLOAD */
92 
93 /* Define to 1 if you have the `snprintf' function. */
94 #define HAVE_SNPRINTF 1
95 
96 /* Define to 1 if you have the `stat' function. */
97 #define HAVE_STAT 1
98 
99 /* Define to 1 if you have the <stdint.h> header file. */
100 #define HAVE_STDINT_H 1
101 
102 /* Define to 1 if you have the <stdio.h> header file. */
103 #define HAVE_STDIO_H 1
104 
105 /* Define to 1 if you have the <stdlib.h> header file. */
106 #define HAVE_STDLIB_H 1
107 
108 /* Define to 1 if you have the <strings.h> header file. */
109 #define HAVE_STRINGS_H 1
110 
111 /* Define to 1 if you have the <string.h> header file. */
112 #define HAVE_STRING_H 1
113 
114 /* Define to 1 if you have the <sys/mman.h> header file. */
115 /* #undef HAVE_SYS_MMAN_H */
116 
117 /* Define to 1 if you have the <sys/select.h> header file. */
118 /* #undef HAVE_SYS_SELECT_H */
119 
120 /* Define to 1 if you have the <sys/socket.h> header file. */
121 /* #undef HAVE_SYS_SOCKET_H */
122 
123 /* Define to 1 if you have the <sys/stat.h> header file. */
124 #define HAVE_SYS_STAT_H 1
125 
126 /* Define to 1 if you have the <sys/timeb.h> header file. */
127 #define HAVE_SYS_TIMEB_H 1
128 
129 /* Define to 1 if you have the <sys/time.h> header file. */
130 //#define HAVE_SYS_TIME_H 1
131 
132 /* Define to 1 if you have the <sys/types.h> header file. */
133 #define HAVE_SYS_TYPES_H 1
134 
135 /* Define to 1 if you have the <unistd.h> header file. */
136 #define HAVE_UNISTD_H 1
137 
138 /* Whether va_copy() is available */
139 #define HAVE_VA_COPY 1
140 
141 /* Define to 1 if you have the `vsnprintf' function. */
142 #define HAVE_VSNPRINTF 1
143 
144 /* Define to 1 if you have the <zlib.h> header file. */
145 #define HAVE_ZLIB_H 1
146 
147 /* Whether __va_copy() is available */
148 #define HAVE___VA_COPY 1
149 
150 /* Define to the sub-directory where libtool stores uninstalled libraries. */
151 /* #undef LT_OBJDIR */
152 
153 /* Name of package */
154 #define PACKAGE "libxml2"
155 
156 /* Define to the address where bug reports for this package should be sent. */
157 #define PACKAGE_BUGREPORT ""
158 
159 /* Define to the full name of this package. */
160 #define PACKAGE_NAME ""
161 
162 /* Define to the full name and version of this package. */
163 #define PACKAGE_STRING ""
164 
165 /* Define to the one symbol short name of this package. */
166 #define PACKAGE_TARNAME ""
167 
168 /* Define to the home page for this package. */
169 #define PACKAGE_URL ""
170 
171 /* Define to the version of this package. */
172 #define PACKAGE_VERSION ""
173 
174 /* Type cast for the send() function 2nd arg */
175 #define SEND_ARG2_CAST
176 
177 /* Define to 1 if all of the C90 standard headers exist (not just the ones
178    required in a freestanding environment). This macro is provided for
179    backward compatibility; new code need not use it. */
180 #define STDC_HEADERS 1
181 
182 /* Support for IPv6 */
183 /* #undef SUPPORT_IP6 */
184 
185 /* Define if va_list is an array type */
186 /* #undef VA_LIST_IS_ARRAY */
187 
188 /* Version number of package */
189 #define VERSION "2.10.3"
190 
191 /* Determine what socket length (socklen_t) data type is */
192 #define XML_SOCKLEN_T int
193 
194 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
195    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
196    #define below would cause a syntax error. */
197 /* #undef _UINT32_T */
198 
199 /* ss_family is not defined here, use __ss_family instead */
200 /* #undef ss_family */
201 
202 /* Define to the type of an unsigned integer type of width exactly 32 bits if
203    such a type exists and the standard includes do not define it. */
204 /* #undef uint32_t */
205 
206 #ifdef __REACTOS__
207 #if defined(__MINGW32__)
208 //#include <windows.h>
209 #define WIN32_NO_STATUS
210 #define _WINDOWS_
211 #define _INC_WINDOWS
212 #define COM_NO_WINDOWS_H
213 #include <stdarg.h>
214 #include <windef.h>
215 #include <winbase.h>
216 #endif
217 #endif
218