config.h
Go to the documentation of this file.
1 /* Define to 1 if you have the <ansidecl.h> header file. */
2 /* #undef HAVE_ANSIDECL_H */
3 
4 /* Define to 1 if you have the `class' function. */
5 /* #undef HAVE_CLASS */
6 
7 /* Define to 1 if you have the <ctype.h> header file. */
8 #define HAVE_CTYPE_H 1
9 
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #define HAVE_DLFCN_H 1
12 
13 /* Have dlopen based dso */
14 #define HAVE_DLOPEN
15 
16 /* Define to 1 if you have the <dl.h> header file. */
17 /* #undef HAVE_DL_H */
18 
19 /* Define to 1 if you have the <errno.h> header file. */
20 #define HAVE_ERRNO_H 1
21 
22 /* Define to 1 if you have the <fcntl.h> header file. */
23 #define HAVE_FCNTL_H 1
24 
25 /* Define to 1 if you have the <float.h> header file. */
26 #define HAVE_FLOAT_H 1
27 
28 /* Define to 1 if you have the <ieeefp.h> header file. */
29 /* #undef HAVE_IEEEFP_H */
30 
31 /* Have compression library */
32 #define HAVE_LIBZ 1
33 
34 /* Define to 1 if you have the <limits.h> header file. */
35 #define HAVE_LIMITS_H 1
36 
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #define HAVE_INTTYPES_H 1
39 
40 /* Define to 1 if you have the `localtime' function. */
41 #define HAVE_LOCALTIME 1
42 
43 /* Define to 1 if you have the <malloc.h> header file. */
44 #define HAVE_MALLOC_H 1
45 
46 /* Define to 1 if you have the <math.h> header file. */
47 #define HAVE_MATH_H 1
48 
49 /* Define if <pthread.h> is there */
50 /* #undef HAVE_PTHREAD_H */
51 
52 /* Have shl_load based dso */
53 /* #undef HAVE_SHLLOAD */
54 
55 /* Define to 1 if you have the <signal.h> header file. */
56 #define HAVE_SIGNAL_H 1
57 
58 /* Define to 1 if you have the `snprintf' function. */
59 #define HAVE_SNPRINTF 1
60 
61 /* Define to 1 if you have the `stat' function. */
62 #define HAVE_STAT 1
63 
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #define HAVE_STDLIB_H 1
66 
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #define HAVE_STDINT_H 1
69 
70 /* Define to 1 if you have the `strftime' function. */
71 #define HAVE_STRFTIME 1
72 
73 /* Define to 1 if you have the <string.h> header file. */
74 #define HAVE_STRING_H 1
75 
76 /* Define to 1 if you have the <sys/stat.h> header file. */
77 #define HAVE_SYS_STAT_H 1
78 
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #define HAVE_SYS_TYPES_H 1
81 
82 /* Define to 1 if you have the <time.h> header file. */
83 #define HAVE_TIME_H 1
84 
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #define HAVE_UNISTD_H 1
87 
88 /* Whether va_copy() is available */
89 #define HAVE_VA_COPY 1
90 
91 /* Define to 1 if you have the `vsnprintf' function. */
92 #define HAVE_VSNPRINTF 1
93 
94 /* Define to 1 if you have the <zlib.h> header file. */
95 #define HAVE_ZLIB_H 1
96 
97 /* Define to 1 if you have the `_stat' function. */
98 /* #undef HAVE__STAT */
99 
100 /* Whether __va_copy() is available */
101 #define HAVE___VA_COPY 1
102 
103 /* Name of package */
104 #define PACKAGE "vtklibxml2"
105 
106 /* Define to the address where bug reports for this package should be sent. */
107 #define PACKAGE_BUGREPORT ""
108 
109 /* Define to the full name of this package. */
110 #define PACKAGE_NAME ""
111 
112 /* Define to the full name and version of this package. */
113 #define PACKAGE_STRING ""
114 
115 /* Define to the one symbol short name of this package. */
116 #define PACKAGE_TARNAME ""
117 
118 /* Define to the version of this package. */
119 #define PACKAGE_VERSION ""
120 
121 /* Version number of package */
122 #define VERSION "2.6.27"
123 
124 /* Win32 Std C name mangling work-around */
125 #if defined(_MSC_VER) && !defined(HAVE_SNPRINTF)
126 # define snprintf _snprintf
127 #endif
128 
129 /* ss_family is not defined here, use __ss_family instead */
130 /* #undef ss_family */
131 
132 /* Win32 Std C name mangling work-around */
133 #if defined(_MSC_VER) && (_MSC_VER < 1500) && !defined(HAVE_VSNPRINTF)
134 # define vsnprintf _vsnprintf
135 #endif