VirtualBox

source: vbox/trunk/src/libs/libxml2-2.6.31/include/vboxconfig.h@ 43391

Last change on this file since 43391 was 39924, checked in by vboxsync, 13 years ago

libxml-2.6.31 VBox modifications and remove libxml-2.6.30

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 9.8 KB
Line 
1/* config.h.in. Generated from configure.in by autoheader. */
2#if defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX)
3# undef HAVE_LIBM
4#else
5# define HAVE_LIBM 1
6#endif
7
8/* Define if IPV6 support is there */
9#undef SUPPORT_IP6
10
11/* Define if getaddrinfo is there */
12#if defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)
13# define HAVE_GETADDRINFO 1
14#else
15# undef HAVE_GETADDRINFO
16#endif
17
18/* Define to 1 if you have the <ansidecl.h> header file. */
19#undef HAVE_ANSIDECL_H
20
21/* Define to 1 if you have the <arpa/inet.h> header file. */
22#if defined(RT_OS_WINDOWS)
23# undef HAVE_ARPA_INET_H
24#else
25# define HAVE_ARPA_INET_H 1
26#endif
27
28/* Define to 1 if you have the <arpa/nameser.h> header file. */
29#if defined(RT_OS_WINDOWS)
30# undef HAVE_ARPA_NAMESER_H
31#else
32# define HAVE_ARPA_NAMESER_H 1
33#endif
34
35/* Whether struct sockaddr::__ss_family exists */
36#undef HAVE_BROKEN_SS_FAMILY
37
38/* Define to 1 if you have the `class' function. */
39#undef HAVE_CLASS
40
41/* Define to 1 if you have the <ctype.h> header file. */
42#define HAVE_CTYPE_H 1
43
44/* Define to 1 if you have the <dirent.h> header file. */
45#if defined(RT_OS_WINDOWS)
46# undef HAVE_DIRENT_H
47#else
48# define HAVE_DIRENT_H 1
49#endif
50
51/* Define to 1 if you have the <dlfcn.h> header file. */
52#if defined(RT_OS_WINDOWS)
53# undef HAVE_DLFCN_H
54#else
55# define HAVE_DLFCN_H 1
56#endif
57
58/* Have dlopen based dso */
59#if defined(RT_OS_WINDOWS)
60# undef HAVE_DLOPEN
61#else
62# define HAVE_DLOPEN 1
63#endif
64
65/* Define to 1 if you have the <dl.h> header file. */
66#undef HAVE_DL_H
67
68/* Define to 1 if you have the <errno.h> header file. */
69#define HAVE_ERRNO_H 1
70
71/* Define to 1 if you have the <fcntl.h> header file. */
72#define HAVE_FCNTL_H 1
73
74/* Define to 1 if you have the `finite' function. */
75#if defined(RT_OS_WINDOWS)
76# undef HAVE_FINITE
77#else
78# define HAVE_FINITE 1
79#endif
80
81/* Define to 1 if you have the <float.h> header file. */
82#if defined(RT_OS_WINDOWS)
83# undef HAVE_FLOAT_H
84#else
85# define HAVE_FLOAT_H 1
86#endif
87
88/* Define to 1 if you have the `fpclass' function. */
89#if 0
90# define HAVE_FPCLASS 1
91#else
92# undef HAVE_FPCLASS
93#endif
94
95/* Define to 1 if you have the `fprintf' function. */
96#define HAVE_FPRINTF 1
97
98/* Define to 1 if you have the `fp_class' function. */
99#undef HAVE_FP_CLASS
100
101/* Define to 1 if you have the <fp_class.h> header file. */
102#undef HAVE_FP_CLASS_H
103
104/* Define to 1 if you have the `ftime' function. */
105#if defined(RT_OS_WINDOWS)
106# undef HAVE_FTIME
107#else
108# define HAVE_FTIME 1
109#endif
110
111/* Define to 1 if you have the `gettimeofday' function. */
112#if defined(RT_OS_WINDOWS)
113# undef HAVE_GETTIMEOFDAY
114#else
115# define HAVE_GETTIMEOFDAY 1
116#endif
117
118/* Define to 1 if you have the <ieeefp.h> header file. */
119#undef HAVE_IEEEFP_H
120
121/* Define to 1 if you have the <inttypes.h> header file. */
122#if defined(RT_OS_WINDOWS)
123# undef HAVE_INTTYPES_H
124#else
125# define HAVE_INTTYPES_H 1
126#endif
127
128/* Define if isinf is there */
129#define HAVE_ISINF 1
130
131/* Define if isnan is there */
132#define HAVE_ISNAN 1
133
134/* Define to 1 if you have the `isnand' function. */
135#if 0
136# define HAVE_ISNAND 1
137#else
138# undef HAVE_ISNAND
139#endif
140
141/* Define if history library is there (-lhistory) */
142#undef HAVE_LIBHISTORY
143
144/* Define if pthread library is there (-lpthread) */
145#if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2)
146# undef HAVE_LIBPTHREAD
147#else
148# define HAVE_LIBPTHREAD 1
149#endif
150
151/* Define if readline library is there (-lreadline) */
152#undef HAVE_LIBREADLINE
153
154/* Have compression library */
155#define HAVE_LIBZ 1
156
157/* Define to 1 if you have the <limits.h> header file. */
158#define HAVE_LIMITS_H 1
159
160/* Define to 1 if you have the `localtime' function. */
161#define HAVE_LOCALTIME 1
162
163/* Define to 1 if you have the <malloc.h> header file. */
164#if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2)
165# define HAVE_MALLOC_H 1
166#else
167# undef HAVE_MALLOC_H
168#endif
169
170/* Define to 1 if you have the <math.h> header file. */
171#define HAVE_MATH_H 1
172
173/* Define to 1 if you have the <memory.h> header file. */
174#define HAVE_MEMORY_H 1
175
176/* Define to 1 if you have the <nan.h> header file. */
177#undef HAVE_NAN_H
178
179/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
180#undef HAVE_NDIR_H
181
182/* Define to 1 if you have the <netdb.h> header file. */
183#if defined(RT_OS_WINDOWS)
184# undef HAVE_NETDB_H
185#else
186# define HAVE_NETDB_H 1
187#endif
188
189/* Define to 1 if you have the <netinet/in.h> header file. */
190#if defined(RT_OS_WINDOWS)
191# undef HAVE_NETINET_IN_H
192#else
193# define HAVE_NETINET_IN_H 1
194#endif
195
196/* Define to 1 if you have the `printf' function. */
197#define HAVE_PRINTF 1
198
199/* Define if <pthread.h> is there */
200#if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2)
201# undef HAVE_PTHREAD_H
202#else
203# define HAVE_PTHREAD_H 1
204#endif
205
206/* Define to 1 if you have the <resolv.h> header file. */
207#if defined(RT_OS_WINDOWS)
208# undef HAVE_RESOLV_H
209#else
210# define HAVE_RESOLV_H 1
211#endif
212
213/* Have shl_load based dso */
214#undef HAVE_SHLLOAD
215
216/* Define to 1 if you have the `signal' function. */
217#if defined(RT_OS_WINDOWS)
218# undef HAVE_SIGNAL
219#else
220# define HAVE_SIGNAL 1
221#endif
222
223/* Define to 1 if you have the <signal.h> header file. */
224#define HAVE_SIGNAL_H 1
225
226/* Define to 1 if you have the `snprintf' function. */
227#if defined(RT_OS_WINDOWS) /* others? */
228# undef HAVE_SNPRINTF
229#else
230# define HAVE_SNPRINTF 1
231#endif
232
233
234/* Define to 1 if you have the `sprintf' function. */
235#define HAVE_SPRINTF 1
236
237/* Define to 1 if you have the `sscanf' function. */
238#define HAVE_SSCANF 1
239
240/* Define to 1 if you have the `stat' function. */
241#define HAVE_STAT 1
242
243/* Define to 1 if you have the <stdarg.h> header file. */
244#define HAVE_STDARG_H 1
245
246/* Define to 1 if you have the <stdint.h> header file. */
247#if defined(RT_OS_WINDOWS)
248# undef HAVE_STDINT_H
249#else
250# define HAVE_STDINT_H 1
251#endif
252
253/* Define to 1 if you have the <stdlib.h> header file. */
254#define HAVE_STDLIB_H 1
255
256/* Define to 1 if you have the `strdup' function. */
257#define HAVE_STRDUP 1
258
259/* Define to 1 if you have the `strerror' function. */
260#define HAVE_STRERROR 1
261
262/* Define to 1 if you have the `strftime' function. */
263#define HAVE_STRFTIME 1
264
265/* Define to 1 if you have the <strings.h> header file. */
266#if defined(RT_OS_WINDOWS)
267# undef HAVE_STRINGS_H
268#else
269# define HAVE_STRINGS_H 1
270#endif
271
272/* Define to 1 if you have the <string.h> header file. */
273#define HAVE_STRING_H 1
274
275/* Define to 1 if you have the `strndup' function. */
276#if defined(RT_OS_LINUX) || defined(RT_OS_OS2) /*??*/
277# define HAVE_STRNDUP 1
278#else
279# undef HAVE_STRNDUP
280#endif
281
282/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
283 */
284#if defined(RT_OS_WINDOWS) /* others? */
285# undef HAVE_SYS_DIR_H
286#else
287# define HAVE_SYS_DIR_H 1
288#endif
289
290/* Define to 1 if you have the <sys/mman.h> header file. */
291#if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2)
292# undef HAVE_SYS_MMAN_H
293#else
294# define HAVE_SYS_MMAN_H 1
295#endif
296
297/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
298 */
299#undef HAVE_SYS_NDIR_H
300
301/* Define to 1 if you have the <sys/select.h> header file. */
302#if defined(RT_OS_WINDOWS)
303# undef HAVE_SYS_SELECT_H
304#else
305# define HAVE_SYS_SELECT_H 1
306#endif
307
308/* Define to 1 if you have the <sys/socket.h> header file. */
309#if defined(RT_OS_WINDOWS)
310# undef HAVE_SYS_SOCKET_H
311#else
312# define HAVE_SYS_SOCKET_H 1
313#endif
314
315/* Define to 1 if you have the <sys/stat.h> header file. */
316#define HAVE_SYS_STAT_H 1
317
318/* Define to 1 if you have the <sys/timeb.h> header file. */
319#define HAVE_SYS_TIMEB_H 1
320
321/* Define to 1 if you have the <sys/time.h> header file. */
322#if defined(RT_OS_WINDOWS)
323# undef HAVE_SYS_TIME_H
324#else
325# define HAVE_SYS_TIME_H 1
326#endif
327
328/* Define to 1 if you have the <sys/types.h> header file. */
329#define HAVE_SYS_TYPES_H 1
330
331/* Define to 1 if you have the <time.h> header file. */
332#define HAVE_TIME_H 1
333
334/* Define to 1 if you have the <unistd.h> header file. */
335#if defined(RT_OS_WINDOWS)
336# undef HAVE_UNISTD_H
337#else
338# define HAVE_UNISTD_H 1
339#endif
340
341/* Whether va_copy() is available */
342#ifdef RT_ARCH_AMD64
343# define HAVE_VA_COPY 1
344#else
345# undef HAVE_VA_COPY
346#endif
347
348/* Define to 1 if you have the `vfprintf' function. */
349#define HAVE_VFPRINTF 1
350
351/* Define to 1 if you have the `vsnprintf' function. */
352#if defined(RT_OS_WINDOWS)
353# undef HAVE_VSNPRINTF
354#else
355# define HAVE_VSNPRINTF 1
356#endif
357
358/* Define to 1 if you have the `vsprintf' function. */
359#define HAVE_VSPRINTF 1
360
361/* Define to 1 if you have the <zlib.h> header file. */
362#define HAVE_ZLIB_H 1
363
364/* Define to 1 if you have the `_stat' function. */
365#if defined(RT_OS_WINDOWS)
366# define HAVE__STAT 1
367#else
368# undef HAVE__STAT
369#endif
370
371/* Whether __va_copy() is available */
372#undef HAVE___VA_COPY
373
374/* Name of package */
375#define PACKAGE "libxml2"
376
377/* Define to the address where bug reports for this package should be sent. */
378#define PACKAGE_BUGREPORT ""
379
380/* Define to the full name of this package. */
381#define PACKAGE_NAME ""
382
383/* Define to the full name and version of this package. */
384#define PACKAGE_STRING ""
385
386/* Define to the one symbol short name of this package. */
387#define PACKAGE_TARNAME ""
388
389/* Define to the version of this package. */
390#define PACKAGE_VERSION "2.6.30"
391
392/* Define to 1 if the C compiler supports function prototypes. */
393#define PROTOTYPES 1
394
395/* Define to 1 if you have the ANSI C header files. */
396#define STDC_HEADERS 1
397
398/* Support for IPv6 */
399#undef SUPPORT_IP6
400
401/* Version number of package */
402#define VERSION "2.6.30"
403
404/* Determine what socket length (socklen_t) data type is */
405#if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2)
406# define XML_SOCKLEN_T int
407#else
408# define XML_SOCKLEN_T socklen_t
409#endif
410
411/* Define like PROTOTYPES; this can be used by system headers. */
412#define __PROTOTYPES 1
413
414/* Win32 Std C name mangling work-around */
415#undef snprintf
416
417/* ss_family is not defined here, use __ss_family instead */
418#undef ss_family
419
420/* Win32 Std C name mangling work-around */
421#undef vsnprintf
422
423/* Using the Win32 Socket implementation */
424#ifdef RT_OS_WINDOWS
425# include <io.h>
426# include <direct.h>
427# ifdef NEED_SOCKETS
428# include <wsockcompat.h>
429# endif
430#else /* !RT_OS_WINDOWS */
431# undef _WINSOCKAPI_
432#endif /* !RT_OS_WINDOWS */
433
434/* make sure LIBXML_ICONV_ENABLED is killed */
435#include <libxml/xmlversion.h>
436#undef LIBXML_ICONV_ENABLED
437
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette