xmlversion.h
Go to the documentation of this file.
1 /*
2  * Summary: compile-time version information
3  * Description: compile-time version information for the XML library
4  *
5  * Copy: See Copyright for the status of this software.
6  *
7  * Author: Daniel Veillard
8  */
9 
10 #ifndef __XML_VERSION_H__
11 #define __XML_VERSION_H__
12 
18 #define LIBXML_DOTTED_VERSION "2.14.6"
19 
25 #define LIBXML_VERSION 21406
26 
32 #define LIBXML_VERSION_STRING "21406"
33 
39 #define LIBXML_VERSION_EXTRA ""
40 
47 #define LIBXML_TEST_VERSION xmlCheckVersion(21406);
48 
54 #if 1
55 #define LIBXML_THREAD_ENABLED
56 #endif
57 
63 #if 1
64 #define LIBXML_THREAD_ALLOC_ENABLED
65 #endif
66 
72 #define LIBXML_TREE_ENABLED
73 
79 #if 1
80 #define LIBXML_OUTPUT_ENABLED
81 #endif
82 
88 #if 1
89 #define LIBXML_PUSH_ENABLED
90 #endif
91 
97 #if 0
98 #define LIBXML_READER_ENABLED
99 #endif
100 
106 #if 1
107 #define LIBXML_PATTERN_ENABLED
108 #endif
109 
115 #if 1
116 #define LIBXML_WRITER_ENABLED
117 #endif
118 
124 #if 1
125 #define LIBXML_SAX1_ENABLED
126 #endif
127 
133 #if 0
134 #define LIBXML_HTTP_ENABLED
135 #endif
136 
142 #if 1
143 #define LIBXML_VALID_ENABLED
144 #endif
145 
151 #if 1
152 #define LIBXML_HTML_ENABLED
153 #endif
154 
160 #undef LIBXML_LEGACY_ENABLED
161 
167 #if 1
168 #define LIBXML_C14N_ENABLED
169 #endif
170 
176 #if 1
177 #define LIBXML_CATALOG_ENABLED
178 #endif
179 
185 #if 1
186 #define LIBXML_XPATH_ENABLED
187 #endif
188 
194 #if 1
195 #define LIBXML_XPTR_ENABLED
196 #endif
197 
203 #if 1
204 #define LIBXML_XINCLUDE_ENABLED
205 #endif
206 
212 #if 0
213 #define LIBXML_ICONV_ENABLED
214 #endif
215 
221 #if 0
222 #define LIBXML_ICU_ENABLED
223 #endif
224 
230 #if 1
231 #define LIBXML_ISO8859X_ENABLED
232 #endif
233 
239 #if 0
240 #define LIBXML_DEBUG_ENABLED
241 #endif
242 
248 #undef LIBXML_UNICODE_ENABLED
249 
255 #if 1
256 #define LIBXML_REGEXP_ENABLED
257 #endif
258 
264 #if 1
265 #define LIBXML_AUTOMATA_ENABLED
266 #endif
267 
273 #if 1
274 #define LIBXML_RELAXNG_ENABLED
275 #endif
276 
282 #if 1
283 #define LIBXML_SCHEMAS_ENABLED
284 #endif
285 
291 #if 1
292 #define LIBXML_SCHEMATRON_ENABLED
293 #endif
294 
300 #if 1
301 #define LIBXML_MODULES_ENABLED
302 
307 #define LIBXML_MODULE_EXTENSION ".so"
308 #endif
309 
315 #if 1
316 #define LIBXML_ZLIB_ENABLED
317 #endif
318 
324 #if 0
325 #define LIBXML_LZMA_ENABLED
326 #endif
327 
328 #include <libxml/xmlexports.h>
329 
330 #endif
331 
332