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.13.5"
19 
25 #define LIBXML_VERSION 21305
26 
32 #define LIBXML_VERSION_STRING "21305"
33 
39 #define LIBXML_VERSION_EXTRA ""
40 
47 #define LIBXML_TEST_VERSION xmlCheckVersion(21305);
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 #if 1
73 #define LIBXML_TREE_ENABLED
74 #endif
75 
81 #if 1
82 #define LIBXML_OUTPUT_ENABLED
83 #endif
84 
90 #if 1
91 #define LIBXML_PUSH_ENABLED
92 #endif
93 
99 #if 1
100 #define LIBXML_READER_ENABLED
101 #endif
102 
108 #if 1
109 #define LIBXML_PATTERN_ENABLED
110 #endif
111 
117 #if 1
118 #define LIBXML_WRITER_ENABLED
119 #endif
120 
126 #if 1
127 #define LIBXML_SAX1_ENABLED
128 #endif
129 
135 #if 0
136 #define LIBXML_FTP_ENABLED
137 #endif
138 
144 #if 0
145 #define LIBXML_HTTP_ENABLED
146 #endif
147 
153 #if 1
154 #define LIBXML_VALID_ENABLED
155 #endif
156 
162 #if 1
163 #define LIBXML_HTML_ENABLED
164 #endif
165 
171 #if 0
172 #define LIBXML_LEGACY_ENABLED
173 #endif
174 
180 #if 1
181 #define LIBXML_C14N_ENABLED
182 #endif
183 
189 #if 1
190 #define LIBXML_CATALOG_ENABLED
191 #endif
192 
198 #if 1
199 #define LIBXML_XPATH_ENABLED
200 #endif
201 
207 #if 1
208 #define LIBXML_XPTR_ENABLED
209 #endif
210 
216 #if 0
217 #define LIBXML_XPTR_LOCS_ENABLED
218 #endif
219 
225 #if 1
226 #define LIBXML_XINCLUDE_ENABLED
227 #endif
228 
234 #if 0
235 #define LIBXML_ICONV_ENABLED
236 #endif
237 
243 #if 0
244 #define LIBXML_ICU_ENABLED
245 #endif
246 
252 #if 1
253 #define LIBXML_ISO8859X_ENABLED
254 #endif
255 
261 #if 0
262 #define LIBXML_DEBUG_ENABLED
263 #endif
264 
270 #if 1
271 #define LIBXML_UNICODE_ENABLED
272 #endif
273 
279 #if 1
280 #define LIBXML_REGEXP_ENABLED
281 #endif
282 
288 #if 1
289 #define LIBXML_AUTOMATA_ENABLED
290 #endif
291 
297 #if 1
298 #define LIBXML_SCHEMAS_ENABLED
299 #endif
300 
306 #if 1
307 #define LIBXML_SCHEMATRON_ENABLED
308 #endif
309 
315 #if 1
316 #define LIBXML_MODULES_ENABLED
317 
322 #define LIBXML_MODULE_EXTENSION ".so"
323 #endif
324 
330 #if 1
331 #define LIBXML_ZLIB_ENABLED
332 #endif
333 
339 #if 0
340 #define LIBXML_LZMA_ENABLED
341 #endif
342 
343 #include <libxml/xmlexports.h>
344 
345 #endif
346 
347