1/* config.h.  Generated by configure.  */
2/* config.h.in.  Generated from configure.in by autoheader.  */
3#define PACKAGE "libxml2"
4#define VERSION "2.6.26"
5#define HAVE_LIBZ
6/* #undef HAVE_LIBM */
7#define HAVE_ISINF
8#define HAVE_ISNAN
9/* #undef HAVE_LIBHISTORY */
10/* #undef HAVE_LIBREADLINE */
11/* #undef HAVE_LIBPTHREAD */
12/* #undef HAVE_PTHREAD_H */
13
14/* Define if IPV6 support is there */
15/* #undef SUPPORT_IP6 */
16
17/* Define if getaddrinfo is there */
18/* #undef HAVE_GETADDRINFO */
19
20/* Define to 1 if you have the <ansidecl.h> header file. */
21/* #undef HAVE_ANSIDECL_H */
22
23/* Define to 1 if you have the <arpa/inet.h> header file. */
24/* #undef HAVE_ARPA_INET_H */
25
26/* Define to 1 if you have the <arpa/nameser.h> header file. */
27/* #undef HAVE_ARPA_NAMESER_H */
28
29/* Whether struct sockaddr::__ss_family exists */
30/* #undef HAVE_BROKEN_SS_FAMILY */
31
32/* Define to 1 if you have the `class' function. */
33/* #undef HAVE_CLASS */
34
35/* Define to 1 if you have the <ctype.h> header file. */
36#define HAVE_CTYPE_H 1
37
38/* Define to 1 if you have the <dirent.h> header file. */
39#define HAVE_DIRENT_H 1
40
41/* Define to 1 if you have the <dlfcn.h> header file. */
42/* #undef HAVE_DLFCN_H */
43
44/* Have dlopen based dso */
45/* #undef HAVE_DLOPEN */
46
47/* Define to 1 if you have the <dl.h> header file. */
48/* #undef HAVE_DL_H */
49
50/* Define to 1 if you have the <errno.h> header file. */
51#define HAVE_ERRNO_H 1
52
53/* Define to 1 if you have the <fcntl.h> header file. */
54#define HAVE_FCNTL_H 1
55
56/* Define to 1 if you have the `finite' function. */
57#define HAVE_FINITE 1
58
59/* Define to 1 if you have the <float.h> header file. */
60#define HAVE_FLOAT_H 1
61
62/* Define to 1 if you have the `fpclass' function. */
63/* #undef HAVE_FPCLASS */
64
65/* Define to 1 if you have the `fprintf' function. */
66#define HAVE_FPRINTF 1
67
68/* Define to 1 if you have the `fp_class' function. */
69/* #undef HAVE_FP_CLASS */
70
71/* Define to 1 if you have the <fp_class.h> header file. */
72/* #undef HAVE_FP_CLASS_H */
73
74/* Define to 1 if you have the `ftime' function. */
75#define HAVE_FTIME 1
76
77/* Define if getaddrinfo is there */
78/* #undef HAVE_GETADDRINFO */
79
80/* Define to 1 if you have the `gettimeofday' function. */
81#define HAVE_GETTIMEOFDAY 1
82
83/* Define to 1 if you have the <ieeefp.h> header file. */
84/* #undef HAVE_IEEEFP_H */
85
86/* Define to 1 if you have the <inttypes.h> header file. */
87#define HAVE_INTTYPES_H 1
88
89/* Define if isinf is there */
90#define HAVE_ISINF
91
92/* Define if isnan is there */
93#define HAVE_ISNAN
94
95/* Define to 1 if you have the `isnand' function. */
96/* #undef HAVE_ISNAND */
97
98/* Define if history library is there (-lhistory) */
99/* #undef HAVE_LIBHISTORY */
100
101/* Define if pthread library is there (-lpthread) */
102/* #undef HAVE_LIBPTHREAD */
103
104/* Define if readline library is there (-lreadline) */
105/* #undef HAVE_LIBREADLINE */
106
107/* Have compression library */
108#define HAVE_LIBZ
109
110/* Define to 1 if you have the <limits.h> header file. */
111#define HAVE_LIMITS_H 1
112
113/* Define to 1 if you have the `localtime' function. */
114#define HAVE_LOCALTIME 1
115
116/* Define to 1 if you have the <malloc.h> header file. */
117#define HAVE_MALLOC_H 1
118
119/* Define to 1 if you have the <math.h> header file. */
120#define HAVE_MATH_H 1
121
122/* Define to 1 if you have the <memory.h> header file. */
123#define HAVE_MEMORY_H 1
124
125/* Define to 1 if you have the <nan.h> header file. */
126/* #undef HAVE_NAN_H */
127
128/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
129/* #undef HAVE_NDIR_H */
130
131/* Define to 1 if you have the <netdb.h> header file. */
132#define HAVE_NETDB_H 1
133
134/* Define to 1 if you have the <netinet/in.h> header file. */
135#define HAVE_NETINET_IN_H 1
136
137/* Define to 1 if you have the `printf' function. */
138#define HAVE_PRINTF 1
139
140/* Define if <pthread.h> is there */
141/* #undef HAVE_PTHREAD_H */
142
143/* Define to 1 if you have the <resolv.h> header file. */
144/* #undef HAVE_RESOLV_H */
145
146/* Have shl_load based dso */
147/* #undef HAVE_SHLLOAD */
148
149/* Define to 1 if you have the `signal' function. */
150#define HAVE_SIGNAL 1
151
152/* Define to 1 if you have the <signal.h> header file. */
153#define HAVE_SIGNAL_H 1
154
155/* Define to 1 if you have the `snprintf' function. */
156#define HAVE_SNPRINTF 1
157
158/* Define to 1 if you have the `sprintf' function. */
159#define HAVE_SPRINTF 1
160
161/* Define to 1 if you have the `sscanf' function. */
162#define HAVE_SSCANF 1
163
164/* Define to 1 if you have the `stat' function. */
165// Do not define stat on BeOS R5: it's not complete
166//#define HAVE_STAT 1
167
168/* Define to 1 if you have the <stdarg.h> header file. */
169#define HAVE_STDARG_H 1
170
171/* Define to 1 if you have the <stdint.h> header file. */
172/* #undef HAVE_STDINT_H */
173
174/* Define to 1 if you have the <stdlib.h> header file. */
175#define HAVE_STDLIB_H 1
176
177/* Define to 1 if you have the `strdup' function. */
178#define HAVE_STRDUP 1
179
180/* Define to 1 if you have the `strerror' function. */
181#define HAVE_STRERROR 1
182
183/* Define to 1 if you have the `strftime' function. */
184#define HAVE_STRFTIME 1
185
186/* Define to 1 if you have the <strings.h> header file. */
187#define HAVE_STRINGS_H 1
188
189/* Define to 1 if you have the <string.h> header file. */
190#define HAVE_STRING_H 1
191
192/* Define to 1 if you have the `strndup' function. */
193/* #undef HAVE_STRNDUP */
194
195/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
196   */
197/* #undef HAVE_SYS_DIR_H */
198
199/* Define to 1 if you have the <sys/mman.h> header file. */
200/* #undef HAVE_SYS_MMAN_H */
201
202/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
203   */
204/* #undef HAVE_SYS_NDIR_H */
205
206/* Define to 1 if you have the <sys/select.h> header file. */
207/* #undef HAVE_SYS_SELECT_H */
208
209/* Define to 1 if you have the <sys/socket.h> header file. */
210#define HAVE_SYS_SOCKET_H 1
211
212/* Define to 1 if you have the <sys/stat.h> header file. */
213#define HAVE_SYS_STAT_H 1
214
215/* Define to 1 if you have the <sys/timeb.h> header file. */
216#define HAVE_SYS_TIMEB_H 1
217
218/* Define to 1 if you have the <sys/time.h> header file. */
219#define HAVE_SYS_TIME_H 1
220
221/* Define to 1 if you have the <sys/types.h> header file. */
222#define HAVE_SYS_TYPES_H 1
223
224/* Define to 1 if you have the <time.h> header file. */
225#define HAVE_TIME_H 1
226
227/* Define to 1 if you have the <unistd.h> header file. */
228#define HAVE_UNISTD_H 1
229
230/* Whether va_copy() is available */
231/* #undef HAVE_VA_COPY */
232
233/* Define to 1 if you have the `vfprintf' function. */
234#define HAVE_VFPRINTF 1
235
236/* Define to 1 if you have the `vsnprintf' function. */
237#define HAVE_VSNPRINTF 1
238
239/* Define to 1 if you have the `vsprintf' function. */
240#define HAVE_VSPRINTF 1
241
242/* Define to 1 if you have the <zlib.h> header file. */
243#define HAVE_ZLIB_H 1
244
245/* Define to 1 if you have the `_stat' function. */
246/* #undef HAVE__STAT */
247
248/* Whether __va_copy() is available */
249#define HAVE___VA_COPY 1
250
251/* Name of package */
252#define PACKAGE "libxml2"
253
254/* Define to the address where bug reports for this package should be sent. */
255#define PACKAGE_BUGREPORT ""
256
257/* Define to the full name of this package. */
258#define PACKAGE_NAME ""
259
260/* Define to the full name and version of this package. */
261#define PACKAGE_STRING ""
262
263/* Define to the one symbol short name of this package. */
264#define PACKAGE_TARNAME ""
265
266/* Define to the version of this package. */
267#define PACKAGE_VERSION ""
268
269/* Define to 1 if the C compiler supports function prototypes. */
270#define PROTOTYPES 1
271
272/* Define to 1 if you have the ANSI C header files. */
273#define STDC_HEADERS 1
274
275/* Support for IPv6 */
276/* #undef SUPPORT_IP6 */
277
278/* Version number of package */
279#define VERSION "2.6.26"
280
281/* Determine what socket length (socklen_t) data type is */
282#define XML_SOCKLEN_T int
283
284/* Using the Win32 Socket implementation */
285/* #undef _WINSOCKAPI_ */
286
287/* Define like PROTOTYPES; this can be used by system headers. */
288#define __PROTOTYPES 1
289
290/* Win32 Std C name mangling work-around */
291/* #undef snprintf */
292
293/* ss_family is not defined here, use __ss_family instead */
294/* #undef ss_family */
295
296/* Win32 Std C name mangling work-around */
297/* #undef vsnprintf */
298