37ed5d6475109fd37219160e89136a0acd7ea6fa
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
4 /* Define to 1 if you have the <ansidecl.h> header file. */
5 /* #undef HAVE_ANSIDECL_H */
7 /* Define to 1 if you have the <arpa/inet.h> header file. */
8 /* #undef HAVE_ARPA_INET_H */
10 /* Define to 1 if you have the <arpa/nameser.h> header file. */
11 /* #undef HAVE_ARPA_NAMESER_H */
13 /* Whether struct sockaddr::__ss_family exists */
14 /* #undef HAVE_BROKEN_SS_FAMILY */
16 /* Define to 1 if you have the `class' function. */
17 /* #undef HAVE_CLASS */
19 /* Define to 1 if you have the <ctype.h> header file. */
20 #define HAVE_CTYPE_H 1
22 /* Define to 1 if you have the <dirent.h> header file. */
23 #define HAVE_DIRENT_H 1
25 /* Define to 1 if you have the <dlfcn.h> header file. */
26 /* #undef HAVE_DLFCN_H */
28 /* Have dlopen based dso */
29 /* #undef HAVE_DLOPEN */
31 /* Define to 1 if you have the <dl.h> header file. */
32 /* #undef HAVE_DL_H */
34 /* Define to 1 if you have the <errno.h> header file. */
35 #define HAVE_ERRNO_H 1
37 /* Define to 1 if you have the <fcntl.h> header file. */
38 #define HAVE_FCNTL_H 1
40 /* Define to 1 if you have the `finite' function. */
43 /* Define to 1 if you have the <float.h> header file. */
44 #define HAVE_FLOAT_H 1
46 /* Define to 1 if you have the `fpclass' function. */
47 #define HAVE_FPCLASS 1
49 /* Define to 1 if you have the `fprintf' function. */
50 #define HAVE_FPRINTF 1
52 /* Define to 1 if you have the `fp_class' function. */
53 /* #undef HAVE_FP_CLASS */
55 /* Define to 1 if you have the <fp_class.h> header file. */
56 /* #undef HAVE_FP_CLASS_H */
58 /* Define to 1 if you have the `ftime' function. */
61 /* Define if getaddrinfo is there */
62 /* #undef HAVE_GETADDRINFO */
64 /* Define to 1 if you have the `gettimeofday' function. */
65 /* #undef HAVE_GETTIMEOFDAY */
67 /* Define to 1 if you have the <ieeefp.h> header file. */
68 /* #undef HAVE_IEEEFP_H */
70 /* Define to 1 if you have the <inttypes.h> header file. */
71 #define HAVE_INTTYPES_H 1
73 /* Define to 1 if you have the `isascii' function. */
74 /* #undef HAVE_ISASCII */
76 /* Define if isinf is there */
77 /* #undef HAVE_ISINF */
79 /* Define if isnan is there */
80 #define HAVE_ISNAN /**/
82 /* Define to 1 if you have the `isnand' function. */
83 /* #undef HAVE_ISNAND */
85 /* Define if history library is there (-lhistory) */
86 /* #undef HAVE_LIBHISTORY */
88 /* Have compression library */
89 /* #undef HAVE_LIBLZMA */
91 /* Define if pthread library is there (-lpthread) */
92 /* #undef HAVE_LIBPTHREAD */
94 /* Define if readline library is there (-lreadline) */
95 /* #undef HAVE_LIBREADLINE */
97 /* Have compression library */
98 /* #undef HAVE_LIBZ */
100 /* Define to 1 if you have the <limits.h> header file. */
101 #define HAVE_LIMITS_H 1
103 /* Define to 1 if you have the `localtime' function. */
104 #define HAVE_LOCALTIME 1
106 /* Define to 1 if you have the <lzma.h> header file. */
107 /* #undef HAVE_LZMA_H */
109 /* Define to 1 if you have the <malloc.h> header file. */
110 #define HAVE_MALLOC_H 1
112 /* Define to 1 if you have the <math.h> header file. */
113 #define HAVE_MATH_H 1
115 /* Define to 1 if you have the <memory.h> header file. */
116 #define HAVE_MEMORY_H 1
118 /* Define to 1 if you have the `mmap' function. */
119 /* #undef HAVE_MMAP */
121 /* Define to 1 if you have the `munmap' function. */
122 /* #undef HAVE_MUNMAP */
124 /* mmap() is no good without munmap() */
125 #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
126 # undef /**/ HAVE_MMAP
129 /* Define to 1 if you have the <nan.h> header file. */
130 /* #undef HAVE_NAN_H */
132 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
133 /* #undef HAVE_NDIR_H */
135 /* Define to 1 if you have the <netdb.h> header file. */
136 /* #undef HAVE_NETDB_H */
138 /* Define to 1 if you have the <netinet/in.h> header file. */
139 /* #undef HAVE_NETINET_IN_H */
141 /* Define to 1 if you have the <poll.h> header file. */
142 /* #undef HAVE_POLL_H */
144 /* Define to 1 if you have the `printf' function. */
145 #define HAVE_PRINTF 1
147 /* Define if <pthread.h> is there */
148 /* #undef HAVE_PTHREAD_H */
150 /* Define to 1 if you have the `putenv' function. */
151 /* #undef HAVE_PUTENV */
153 /* Define to 1 if you have the `rand' function. */
156 /* Define to 1 if you have the `rand_r' function. */
157 /* #undef HAVE_RAND_R */
159 /* Define to 1 if you have the <resolv.h> header file. */
160 /* #undef HAVE_RESOLV_H */
162 /* Have shl_load based dso */
163 /* #undef HAVE_SHLLOAD */
165 /* Define to 1 if you have the `signal' function. */
166 #define HAVE_SIGNAL 1
168 /* Define to 1 if you have the <signal.h> header file. */
169 #define HAVE_SIGNAL_H 1
171 /* Define to 1 if you have the `snprintf' function. */
172 #define HAVE_SNPRINTF 1
174 /* Define to 1 if you have the `sprintf' function. */
175 #define HAVE_SPRINTF 1
177 /* Define to 1 if you have the `srand' function. */
180 /* Define to 1 if you have the `sscanf' function. */
181 #define HAVE_SSCANF 1
183 /* Define to 1 if you have the `stat' function. */
186 /* Define to 1 if you have the <stdarg.h> header file. */
187 #define HAVE_STDARG_H 1
189 /* Define to 1 if you have the <stdint.h> header file. */
190 #define HAVE_STDINT_H 1
192 /* Define to 1 if you have the <stdlib.h> header file. */
193 #define HAVE_STDLIB_H 1
195 /* Define to 1 if you have the `strdup' function. */
196 #define HAVE_STRDUP 1
198 /* Define to 1 if you have the `strerror' function. */
199 #define HAVE_STRERROR 1
201 /* Define to 1 if you have the `strftime' function. */
202 #define HAVE_STRFTIME 1
204 /* Define to 1 if you have the <strings.h> header file. */
205 #define HAVE_STRINGS_H 1
207 /* Define to 1 if you have the <string.h> header file. */
208 #define HAVE_STRING_H 1
210 /* Define to 1 if you have the `strndup' function. */
211 /* #undef HAVE_STRNDUP */
213 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
215 /* #undef HAVE_SYS_DIR_H */
217 /* Define to 1 if you have the <sys/mman.h> header file. */
218 /* #undef HAVE_SYS_MMAN_H */
220 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
222 /* #undef HAVE_SYS_NDIR_H */
224 /* Define to 1 if you have the <sys/select.h> header file. */
225 /* #undef HAVE_SYS_SELECT_H */
227 /* Define to 1 if you have the <sys/socket.h> header file. */
228 /* #undef HAVE_SYS_SOCKET_H */
230 /* Define to 1 if you have the <sys/stat.h> header file. */
231 #define HAVE_SYS_STAT_H 1
233 /* Define to 1 if you have the <sys/timeb.h> header file. */
234 #define HAVE_SYS_TIMEB_H 1
236 /* Define to 1 if you have the <sys/time.h> header file. */
237 //#define HAVE_SYS_TIME_H 1
239 /* Define to 1 if you have the <sys/types.h> header file. */
240 #define HAVE_SYS_TYPES_H 1
242 /* Define to 1 if you have the `time' function. */
245 /* Define to 1 if you have the <time.h> header file. */
246 #define HAVE_TIME_H 1
248 /* Define to 1 if you have the <unistd.h> header file. */
249 #define HAVE_UNISTD_H 1
251 /* Whether va_copy() is available */
252 #define HAVE_VA_COPY 1
254 /* Define to 1 if you have the `vfprintf' function. */
255 #define HAVE_VFPRINTF 1
257 /* Define to 1 if you have the `vsnprintf' function. */
258 #define HAVE_VSNPRINTF 1
260 /* Define to 1 if you have the `vsprintf' function. */
261 #define HAVE_VSPRINTF 1
263 /* Define to 1 if you have the <zlib.h> header file. */
264 #define HAVE_ZLIB_H 1
266 /* Define to 1 if you have the `_stat' function. */
269 /* Whether __va_copy() is available */
270 #define HAVE___VA_COPY 1
272 /* Define as const if the declaration of iconv() needs const. */
273 /* #undef ICONV_CONST */
275 /* Define to the sub-directory in which libtool stores uninstalled libraries.
277 /* #undef LT_OBJDIR */
279 /* Name of package */
280 #define PACKAGE "libxml2"
282 /* Define to the address where bug reports for this package should be sent. */
283 #define PACKAGE_BUGREPORT ""
285 /* Define to the full name of this package. */
286 #define PACKAGE_NAME ""
288 /* Define to the full name and version of this package. */
289 #define PACKAGE_STRING ""
291 /* Define to the one symbol short name of this package. */
292 #define PACKAGE_TARNAME ""
294 /* Define to the home page for this package. */
295 #define PACKAGE_URL ""
297 /* Define to the version of this package. */
298 #define PACKAGE_VERSION ""
300 /* Define to 1 if you have the ANSI C header files. */
301 #define STDC_HEADERS 1
303 /* Support for IPv6 */
304 /* #undef SUPPORT_IP6 */
306 /* Version number of package */
307 #define VERSION "2.9.2"
309 /* Determine what socket length (socklen_t) data type is */
310 #define XML_SOCKLEN_T int
312 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
313 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
314 #define below would cause a syntax error. */
315 /* #undef _UINT32_T */
317 /* Using the Win32 Socket implementation */
318 //#define _WINSOCKAPI_ 1
321 /* ss_family is not defined here, use __ss_family instead */
322 /* #undef ss_family */
324 /* Define to the type of an unsigned integer type of width exactly 32 bits if
325 such a type exists and the standard includes do not define it. */
326 /* #undef uint32_t */
328 #if defined(_MSC_VER)
329 #define GetModuleHandleA GetModuleHandleA_
331 #if defined(__MINGW32__)
332 //#include <windows.h>
333 #define WIN32_NO_STATUS
335 #define COM_NO_WINDOWS_H
340 #if defined(_MSC_VER)
341 #undef GetModuleHandleA
344 #define SEND_ARG2_CAST
345 #define GETHOSTBYNAME_ARG_CAST