1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>xmlversion: compile-time version information</title> 5<meta name="generator" content="Libxml2 devhelp stylesheet"> 6<link rel="start" href="index.html" title="libxml2 Reference Manual"> 7<link rel="up" href="general.html" title="API"> 8<link rel="stylesheet" href="style.css" type="text/css"> 9<link rel="chapter" href="general.html" title="API"> 10</head> 11<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 12<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> 13<td><a accesskey="p" href="libxml2-xmlunicode.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> 14<td><a accesskey="u" href="general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> 15<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> 16<td><a accesskey="n" href="libxml2-xmlwriter.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> 17<th width="100%" align="center">libxml2 Reference Manual</th> 18</tr></table> 19<h2><span class="refentrytitle">xmlversion</span></h2> 20<p>xmlversion - compile-time version information</p> 21<p>compile-time version information for the XML library </p> 22<p>Author(s): Daniel Veillard </p> 23<div class="refsynopsisdiv"> 24<h2>Synopsis</h2> 25<pre class="synopsis">#define <a href="#ATTRIBUTE_UNUSED">ATTRIBUTE_UNUSED</a>; 26#define <a href="#DEBUG_MEMORY_LOCATION">DEBUG_MEMORY_LOCATION</a>; 27#define <a href="#LIBXML_ATTR_ALLOC_SIZE">LIBXML_ATTR_ALLOC_SIZE</a>; 28#define <a href="#LIBXML_ATTR_FORMAT">LIBXML_ATTR_FORMAT</a>; 29#define <a href="#LIBXML_AUTOMATA_ENABLED">LIBXML_AUTOMATA_ENABLED</a>; 30#define <a href="#LIBXML_C14N_ENABLED">LIBXML_C14N_ENABLED</a>; 31#define <a href="#LIBXML_CATALOG_ENABLED">LIBXML_CATALOG_ENABLED</a>; 32#define <a href="#LIBXML_DEBUG_ENABLED">LIBXML_DEBUG_ENABLED</a>; 33#define <a href="#LIBXML_DEBUG_RUNTIME">LIBXML_DEBUG_RUNTIME</a>; 34#define <a href="#LIBXML_DOTTED_VERSION">LIBXML_DOTTED_VERSION</a>; 35#define <a href="#LIBXML_EXPR_ENABLED">LIBXML_EXPR_ENABLED</a>; 36#define <a href="#LIBXML_FTP_ENABLED">LIBXML_FTP_ENABLED</a>; 37#define <a href="#LIBXML_HTML_ENABLED">LIBXML_HTML_ENABLED</a>; 38#define <a href="#LIBXML_HTTP_ENABLED">LIBXML_HTTP_ENABLED</a>; 39#define <a href="#LIBXML_ICONV_ENABLED">LIBXML_ICONV_ENABLED</a>; 40#define <a href="#LIBXML_ICU_ENABLED">LIBXML_ICU_ENABLED</a>; 41#define <a href="#LIBXML_ISO8859X_ENABLED">LIBXML_ISO8859X_ENABLED</a>; 42#define <a href="#LIBXML_LEGACY_ENABLED">LIBXML_LEGACY_ENABLED</a>; 43#define <a href="#LIBXML_LZMA_ENABLED">LIBXML_LZMA_ENABLED</a>; 44#define <a href="#LIBXML_MODULES_ENABLED">LIBXML_MODULES_ENABLED</a>; 45#define <a href="#LIBXML_MODULE_EXTENSION">LIBXML_MODULE_EXTENSION</a>; 46#define <a href="#LIBXML_OUTPUT_ENABLED">LIBXML_OUTPUT_ENABLED</a>; 47#define <a href="#LIBXML_PATTERN_ENABLED">LIBXML_PATTERN_ENABLED</a>; 48#define <a href="#LIBXML_PUSH_ENABLED">LIBXML_PUSH_ENABLED</a>; 49#define <a href="#LIBXML_READER_ENABLED">LIBXML_READER_ENABLED</a>; 50#define <a href="#LIBXML_REGEXP_ENABLED">LIBXML_REGEXP_ENABLED</a>; 51#define <a href="#LIBXML_SAX1_ENABLED">LIBXML_SAX1_ENABLED</a>; 52#define <a href="#LIBXML_SCHEMAS_ENABLED">LIBXML_SCHEMAS_ENABLED</a>; 53#define <a href="#LIBXML_SCHEMATRON_ENABLED">LIBXML_SCHEMATRON_ENABLED</a>; 54#define <a href="#LIBXML_TEST_VERSION">LIBXML_TEST_VERSION</a>; 55#define <a href="#LIBXML_THREAD_ALLOC_ENABLED">LIBXML_THREAD_ALLOC_ENABLED</a>; 56#define <a href="#LIBXML_THREAD_ENABLED">LIBXML_THREAD_ENABLED</a>; 57#define <a href="#LIBXML_TREE_ENABLED">LIBXML_TREE_ENABLED</a>; 58#define <a href="#LIBXML_UNICODE_ENABLED">LIBXML_UNICODE_ENABLED</a>; 59#define <a href="#LIBXML_VALID_ENABLED">LIBXML_VALID_ENABLED</a>; 60#define <a href="#LIBXML_VERSION">LIBXML_VERSION</a>; 61#define <a href="#LIBXML_VERSION_EXTRA">LIBXML_VERSION_EXTRA</a>; 62#define <a href="#LIBXML_VERSION_STRING">LIBXML_VERSION_STRING</a>; 63#define <a href="#LIBXML_WRITER_ENABLED">LIBXML_WRITER_ENABLED</a>; 64#define <a href="#LIBXML_XINCLUDE_ENABLED">LIBXML_XINCLUDE_ENABLED</a>; 65#define <a href="#LIBXML_XPATH_ENABLED">LIBXML_XPATH_ENABLED</a>; 66#define <a href="#LIBXML_XPTR_ENABLED">LIBXML_XPTR_ENABLED</a>; 67#define <a href="#LIBXML_XPTR_LOCS_ENABLED">LIBXML_XPTR_LOCS_ENABLED</a>; 68#define <a href="#LIBXML_ZLIB_ENABLED">LIBXML_ZLIB_ENABLED</a>; 69#define <a href="#WITHOUT_TRIO">WITHOUT_TRIO</a>; 70#define <a href="#WITH_TRIO">WITH_TRIO</a>; 71#define <a href="#XML_DEPRECATED">XML_DEPRECATED</a>; 72void <a href="#xmlCheckVersion">xmlCheckVersion</a> (int version); 73</pre> 74</div> 75<div class="refsect1" lang="en"><h2>Description</h2></div> 76<div class="refsect1" lang="en"> 77<h2>Details</h2> 78<div class="refsect2" lang="en"> 79<div class="refsect2" lang="en"> 80<h3> 81<a name="ATTRIBUTE_UNUSED">Macro </a>ATTRIBUTE_UNUSED</h3> 82<pre class="programlisting">#define <a href="#ATTRIBUTE_UNUSED">ATTRIBUTE_UNUSED</a>; 83</pre> 84<p>Macro used to signal to GCC unused function parameters</p> 85</div> 86<hr> 87<div class="refsect2" lang="en"> 88<h3> 89<a name="DEBUG_MEMORY_LOCATION">Macro </a>DEBUG_MEMORY_LOCATION</h3> 90<pre class="programlisting">#define <a href="#DEBUG_MEMORY_LOCATION">DEBUG_MEMORY_LOCATION</a>; 91</pre> 92<p>Whether the memory debugging is configured in</p> 93</div> 94<hr> 95<div class="refsect2" lang="en"> 96<h3> 97<a name="LIBXML_ATTR_ALLOC_SIZE">Macro </a>LIBXML_ATTR_ALLOC_SIZE</h3> 98<pre class="programlisting">#define <a href="#LIBXML_ATTR_ALLOC_SIZE">LIBXML_ATTR_ALLOC_SIZE</a>; 99</pre> 100<p>Macro used to indicate to GCC this is an allocator function</p> 101</div> 102<hr> 103<div class="refsect2" lang="en"> 104<h3> 105<a name="LIBXML_ATTR_FORMAT">Macro </a>LIBXML_ATTR_FORMAT</h3> 106<pre class="programlisting">#define <a href="#LIBXML_ATTR_FORMAT">LIBXML_ATTR_FORMAT</a>; 107</pre> 108<p>Macro used to indicate to GCC the parameter are printf like</p> 109</div> 110<hr> 111<div class="refsect2" lang="en"> 112<h3> 113<a name="LIBXML_AUTOMATA_ENABLED">Macro </a>LIBXML_AUTOMATA_ENABLED</h3> 114<pre class="programlisting">#define <a href="#LIBXML_AUTOMATA_ENABLED">LIBXML_AUTOMATA_ENABLED</a>; 115</pre> 116<p>Whether the automata interfaces are compiled in</p> 117</div> 118<hr> 119<div class="refsect2" lang="en"> 120<h3> 121<a name="LIBXML_C14N_ENABLED">Macro </a>LIBXML_C14N_ENABLED</h3> 122<pre class="programlisting">#define <a href="#LIBXML_C14N_ENABLED">LIBXML_C14N_ENABLED</a>; 123</pre> 124<p>Whether the Canonicalization support is configured in</p> 125</div> 126<hr> 127<div class="refsect2" lang="en"> 128<h3> 129<a name="LIBXML_CATALOG_ENABLED">Macro </a>LIBXML_CATALOG_ENABLED</h3> 130<pre class="programlisting">#define <a href="#LIBXML_CATALOG_ENABLED">LIBXML_CATALOG_ENABLED</a>; 131</pre> 132<p>Whether the Catalog support is configured in</p> 133</div> 134<hr> 135<div class="refsect2" lang="en"> 136<h3> 137<a name="LIBXML_DEBUG_ENABLED">Macro </a>LIBXML_DEBUG_ENABLED</h3> 138<pre class="programlisting">#define <a href="#LIBXML_DEBUG_ENABLED">LIBXML_DEBUG_ENABLED</a>; 139</pre> 140<p>Whether Debugging module is configured in</p> 141</div> 142<hr> 143<div class="refsect2" lang="en"> 144<h3> 145<a name="LIBXML_DEBUG_RUNTIME">Macro </a>LIBXML_DEBUG_RUNTIME</h3> 146<pre class="programlisting">#define <a href="#LIBXML_DEBUG_RUNTIME">LIBXML_DEBUG_RUNTIME</a>; 147</pre> 148<p>Whether the runtime debugging is configured in</p> 149</div> 150<hr> 151<div class="refsect2" lang="en"> 152<h3> 153<a name="LIBXML_DOTTED_VERSION">Macro </a>LIBXML_DOTTED_VERSION</h3> 154<pre class="programlisting">#define <a href="#LIBXML_DOTTED_VERSION">LIBXML_DOTTED_VERSION</a>; 155</pre> 156<p>the version string like "1.2.3"</p> 157</div> 158<hr> 159<div class="refsect2" lang="en"> 160<h3> 161<a name="LIBXML_EXPR_ENABLED">Macro </a>LIBXML_EXPR_ENABLED</h3> 162<pre class="programlisting">#define <a href="#LIBXML_EXPR_ENABLED">LIBXML_EXPR_ENABLED</a>; 163</pre> 164<p>Whether the formal expressions interfaces are compiled in This code is unused and disabled unconditionally for now.</p> 165</div> 166<hr> 167<div class="refsect2" lang="en"> 168<h3> 169<a name="LIBXML_FTP_ENABLED">Macro </a>LIBXML_FTP_ENABLED</h3> 170<pre class="programlisting">#define <a href="#LIBXML_FTP_ENABLED">LIBXML_FTP_ENABLED</a>; 171</pre> 172<p>Whether the FTP support is configured in</p> 173</div> 174<hr> 175<div class="refsect2" lang="en"> 176<h3> 177<a name="LIBXML_HTML_ENABLED">Macro </a>LIBXML_HTML_ENABLED</h3> 178<pre class="programlisting">#define <a href="#LIBXML_HTML_ENABLED">LIBXML_HTML_ENABLED</a>; 179</pre> 180<p>Whether the HTML support is configured in</p> 181</div> 182<hr> 183<div class="refsect2" lang="en"> 184<h3> 185<a name="LIBXML_HTTP_ENABLED">Macro </a>LIBXML_HTTP_ENABLED</h3> 186<pre class="programlisting">#define <a href="#LIBXML_HTTP_ENABLED">LIBXML_HTTP_ENABLED</a>; 187</pre> 188<p>Whether the HTTP support is configured in</p> 189</div> 190<hr> 191<div class="refsect2" lang="en"> 192<h3> 193<a name="LIBXML_ICONV_ENABLED">Macro </a>LIBXML_ICONV_ENABLED</h3> 194<pre class="programlisting">#define <a href="#LIBXML_ICONV_ENABLED">LIBXML_ICONV_ENABLED</a>; 195</pre> 196<p>Whether iconv support is available</p> 197</div> 198<hr> 199<div class="refsect2" lang="en"> 200<h3> 201<a name="LIBXML_ICU_ENABLED">Macro </a>LIBXML_ICU_ENABLED</h3> 202<pre class="programlisting">#define <a href="#LIBXML_ICU_ENABLED">LIBXML_ICU_ENABLED</a>; 203</pre> 204<p>Whether icu support is available</p> 205</div> 206<hr> 207<div class="refsect2" lang="en"> 208<h3> 209<a name="LIBXML_ISO8859X_ENABLED">Macro </a>LIBXML_ISO8859X_ENABLED</h3> 210<pre class="programlisting">#define <a href="#LIBXML_ISO8859X_ENABLED">LIBXML_ISO8859X_ENABLED</a>; 211</pre> 212<p>Whether ISO-8859-* support is made available in case iconv is not</p> 213</div> 214<hr> 215<div class="refsect2" lang="en"> 216<h3> 217<a name="LIBXML_LEGACY_ENABLED">Macro </a>LIBXML_LEGACY_ENABLED</h3> 218<pre class="programlisting">#define <a href="#LIBXML_LEGACY_ENABLED">LIBXML_LEGACY_ENABLED</a>; 219</pre> 220<p>Whether the deprecated APIs are compiled in for compatibility</p> 221</div> 222<hr> 223<div class="refsect2" lang="en"> 224<h3> 225<a name="LIBXML_LZMA_ENABLED">Macro </a>LIBXML_LZMA_ENABLED</h3> 226<pre class="programlisting">#define <a href="#LIBXML_LZMA_ENABLED">LIBXML_LZMA_ENABLED</a>; 227</pre> 228<p>Whether the Lzma support is compiled in</p> 229</div> 230<hr> 231<div class="refsect2" lang="en"> 232<h3> 233<a name="LIBXML_MODULES_ENABLED">Macro </a>LIBXML_MODULES_ENABLED</h3> 234<pre class="programlisting">#define <a href="#LIBXML_MODULES_ENABLED">LIBXML_MODULES_ENABLED</a>; 235</pre> 236<p>Whether the module interfaces are compiled in</p> 237</div> 238<hr> 239<div class="refsect2" lang="en"> 240<h3> 241<a name="LIBXML_MODULE_EXTENSION">Macro </a>LIBXML_MODULE_EXTENSION</h3> 242<pre class="programlisting">#define <a href="#LIBXML_MODULE_EXTENSION">LIBXML_MODULE_EXTENSION</a>; 243</pre> 244<p>the string suffix used by dynamic modules (usually shared libraries)</p> 245</div> 246<hr> 247<div class="refsect2" lang="en"> 248<h3> 249<a name="LIBXML_OUTPUT_ENABLED">Macro </a>LIBXML_OUTPUT_ENABLED</h3> 250<pre class="programlisting">#define <a href="#LIBXML_OUTPUT_ENABLED">LIBXML_OUTPUT_ENABLED</a>; 251</pre> 252<p>Whether the serialization/saving support is configured in</p> 253</div> 254<hr> 255<div class="refsect2" lang="en"> 256<h3> 257<a name="LIBXML_PATTERN_ENABLED">Macro </a>LIBXML_PATTERN_ENABLED</h3> 258<pre class="programlisting">#define <a href="#LIBXML_PATTERN_ENABLED">LIBXML_PATTERN_ENABLED</a>; 259</pre> 260<p>Whether the <a href="libxml2-pattern.html#xmlPattern">xmlPattern</a> node selection interface is configured in</p> 261</div> 262<hr> 263<div class="refsect2" lang="en"> 264<h3> 265<a name="LIBXML_PUSH_ENABLED">Macro </a>LIBXML_PUSH_ENABLED</h3> 266<pre class="programlisting">#define <a href="#LIBXML_PUSH_ENABLED">LIBXML_PUSH_ENABLED</a>; 267</pre> 268<p>Whether the push parsing interfaces are configured in</p> 269</div> 270<hr> 271<div class="refsect2" lang="en"> 272<h3> 273<a name="LIBXML_READER_ENABLED">Macro </a>LIBXML_READER_ENABLED</h3> 274<pre class="programlisting">#define <a href="#LIBXML_READER_ENABLED">LIBXML_READER_ENABLED</a>; 275</pre> 276<p>Whether the xmlReader parsing interface is configured in</p> 277</div> 278<hr> 279<div class="refsect2" lang="en"> 280<h3> 281<a name="LIBXML_REGEXP_ENABLED">Macro </a>LIBXML_REGEXP_ENABLED</h3> 282<pre class="programlisting">#define <a href="#LIBXML_REGEXP_ENABLED">LIBXML_REGEXP_ENABLED</a>; 283</pre> 284<p>Whether the regular expressions interfaces are compiled in</p> 285</div> 286<hr> 287<div class="refsect2" lang="en"> 288<h3> 289<a name="LIBXML_SAX1_ENABLED">Macro </a>LIBXML_SAX1_ENABLED</h3> 290<pre class="programlisting">#define <a href="#LIBXML_SAX1_ENABLED">LIBXML_SAX1_ENABLED</a>; 291</pre> 292<p>Whether the older SAX1 interface is configured in</p> 293</div> 294<hr> 295<div class="refsect2" lang="en"> 296<h3> 297<a name="LIBXML_SCHEMAS_ENABLED">Macro </a>LIBXML_SCHEMAS_ENABLED</h3> 298<pre class="programlisting">#define <a href="#LIBXML_SCHEMAS_ENABLED">LIBXML_SCHEMAS_ENABLED</a>; 299</pre> 300<p>Whether the Schemas validation interfaces are compiled in</p> 301</div> 302<hr> 303<div class="refsect2" lang="en"> 304<h3> 305<a name="LIBXML_SCHEMATRON_ENABLED">Macro </a>LIBXML_SCHEMATRON_ENABLED</h3> 306<pre class="programlisting">#define <a href="#LIBXML_SCHEMATRON_ENABLED">LIBXML_SCHEMATRON_ENABLED</a>; 307</pre> 308<p>Whether the Schematron validation interfaces are compiled in</p> 309</div> 310<hr> 311<div class="refsect2" lang="en"> 312<h3> 313<a name="LIBXML_TEST_VERSION">Macro </a>LIBXML_TEST_VERSION</h3> 314<pre class="programlisting">#define <a href="#LIBXML_TEST_VERSION">LIBXML_TEST_VERSION</a>; 315</pre> 316<p>Macro to check that the libxml version in use is compatible with the version the software has been compiled against</p> 317</div> 318<hr> 319<div class="refsect2" lang="en"> 320<h3> 321<a name="LIBXML_THREAD_ALLOC_ENABLED">Macro </a>LIBXML_THREAD_ALLOC_ENABLED</h3> 322<pre class="programlisting">#define <a href="#LIBXML_THREAD_ALLOC_ENABLED">LIBXML_THREAD_ALLOC_ENABLED</a>; 323</pre> 324<p>Whether the allocation hooks are per-thread</p> 325</div> 326<hr> 327<div class="refsect2" lang="en"> 328<h3> 329<a name="LIBXML_THREAD_ENABLED">Macro </a>LIBXML_THREAD_ENABLED</h3> 330<pre class="programlisting">#define <a href="#LIBXML_THREAD_ENABLED">LIBXML_THREAD_ENABLED</a>; 331</pre> 332<p>Whether the thread support is configured in</p> 333</div> 334<hr> 335<div class="refsect2" lang="en"> 336<h3> 337<a name="LIBXML_TREE_ENABLED">Macro </a>LIBXML_TREE_ENABLED</h3> 338<pre class="programlisting">#define <a href="#LIBXML_TREE_ENABLED">LIBXML_TREE_ENABLED</a>; 339</pre> 340<p>Whether the DOM like tree manipulation API support is configured in</p> 341</div> 342<hr> 343<div class="refsect2" lang="en"> 344<h3> 345<a name="LIBXML_UNICODE_ENABLED">Macro </a>LIBXML_UNICODE_ENABLED</h3> 346<pre class="programlisting">#define <a href="#LIBXML_UNICODE_ENABLED">LIBXML_UNICODE_ENABLED</a>; 347</pre> 348<p>Whether the Unicode related interfaces are compiled in</p> 349</div> 350<hr> 351<div class="refsect2" lang="en"> 352<h3> 353<a name="LIBXML_VALID_ENABLED">Macro </a>LIBXML_VALID_ENABLED</h3> 354<pre class="programlisting">#define <a href="#LIBXML_VALID_ENABLED">LIBXML_VALID_ENABLED</a>; 355</pre> 356<p>Whether the DTD validation support is configured in</p> 357</div> 358<hr> 359<div class="refsect2" lang="en"> 360<h3> 361<a name="LIBXML_VERSION">Macro </a>LIBXML_VERSION</h3> 362<pre class="programlisting">#define <a href="#LIBXML_VERSION">LIBXML_VERSION</a>; 363</pre> 364<p>the version number: 1.2.3 value is 10203</p> 365</div> 366<hr> 367<div class="refsect2" lang="en"> 368<h3> 369<a name="LIBXML_VERSION_EXTRA">Macro </a>LIBXML_VERSION_EXTRA</h3> 370<pre class="programlisting">#define <a href="#LIBXML_VERSION_EXTRA">LIBXML_VERSION_EXTRA</a>; 371</pre> 372<p>extra version information, used to show a git commit description</p> 373</div> 374<hr> 375<div class="refsect2" lang="en"> 376<h3> 377<a name="LIBXML_VERSION_STRING">Macro </a>LIBXML_VERSION_STRING</h3> 378<pre class="programlisting">#define <a href="#LIBXML_VERSION_STRING">LIBXML_VERSION_STRING</a>; 379</pre> 380<p>the version number string, 1.2.3 value is "10203"</p> 381</div> 382<hr> 383<div class="refsect2" lang="en"> 384<h3> 385<a name="LIBXML_WRITER_ENABLED">Macro </a>LIBXML_WRITER_ENABLED</h3> 386<pre class="programlisting">#define <a href="#LIBXML_WRITER_ENABLED">LIBXML_WRITER_ENABLED</a>; 387</pre> 388<p>Whether the xmlWriter saving interface is configured in</p> 389</div> 390<hr> 391<div class="refsect2" lang="en"> 392<h3> 393<a name="LIBXML_XINCLUDE_ENABLED">Macro </a>LIBXML_XINCLUDE_ENABLED</h3> 394<pre class="programlisting">#define <a href="#LIBXML_XINCLUDE_ENABLED">LIBXML_XINCLUDE_ENABLED</a>; 395</pre> 396<p>Whether XInclude is configured in</p> 397</div> 398<hr> 399<div class="refsect2" lang="en"> 400<h3> 401<a name="LIBXML_XPATH_ENABLED">Macro </a>LIBXML_XPATH_ENABLED</h3> 402<pre class="programlisting">#define <a href="#LIBXML_XPATH_ENABLED">LIBXML_XPATH_ENABLED</a>; 403</pre> 404<p>Whether XPath is configured in</p> 405</div> 406<hr> 407<div class="refsect2" lang="en"> 408<h3> 409<a name="LIBXML_XPTR_ENABLED">Macro </a>LIBXML_XPTR_ENABLED</h3> 410<pre class="programlisting">#define <a href="#LIBXML_XPTR_ENABLED">LIBXML_XPTR_ENABLED</a>; 411</pre> 412<p>Whether XPointer is configured in</p> 413</div> 414<hr> 415<div class="refsect2" lang="en"> 416<h3> 417<a name="LIBXML_XPTR_LOCS_ENABLED">Macro </a>LIBXML_XPTR_LOCS_ENABLED</h3> 418<pre class="programlisting">#define <a href="#LIBXML_XPTR_LOCS_ENABLED">LIBXML_XPTR_LOCS_ENABLED</a>; 419</pre> 420<p>Whether support for XPointer locations is configured in</p> 421</div> 422<hr> 423<div class="refsect2" lang="en"> 424<h3> 425<a name="LIBXML_ZLIB_ENABLED">Macro </a>LIBXML_ZLIB_ENABLED</h3> 426<pre class="programlisting">#define <a href="#LIBXML_ZLIB_ENABLED">LIBXML_ZLIB_ENABLED</a>; 427</pre> 428<p>Whether the Zlib support is compiled in</p> 429</div> 430<hr> 431<div class="refsect2" lang="en"> 432<h3> 433<a name="WITHOUT_TRIO">Macro </a>WITHOUT_TRIO</h3> 434<pre class="programlisting">#define <a href="#WITHOUT_TRIO">WITHOUT_TRIO</a>; 435</pre> 436<p>defined if the trio support should not be configured in</p> 437</div> 438<hr> 439<div class="refsect2" lang="en"> 440<h3> 441<a name="WITH_TRIO">Macro </a>WITH_TRIO</h3> 442<pre class="programlisting">#define <a href="#WITH_TRIO">WITH_TRIO</a>; 443</pre> 444<p>defined if the trio support need to be configured in</p> 445</div> 446<hr> 447<div class="refsect2" lang="en"> 448<h3> 449<a name="XML_DEPRECATED">Macro </a>XML_DEPRECATED</h3> 450<pre class="programlisting">#define <a href="#XML_DEPRECATED">XML_DEPRECATED</a>; 451</pre> 452<p>Macro used to indicate that a function, variable, type or struct member is deprecated.</p> 453</div> 454<hr> 455<div class="refsect2" lang="en"> 456<h3> 457<a name="xmlCheckVersion"></a>xmlCheckVersion ()</h3> 458<pre class="programlisting">void xmlCheckVersion (int version)<br> 459</pre> 460<p>check the compiled lib version against the include one. This can warn or immediately kill the application</p> 461<div class="variablelist"><table border="0"> 462<col align="left"> 463<tbody><tr> 464<td><span class="term"><i><tt>version</tt></i>:</span></td> 465<td>the include version number</td> 466</tr></tbody> 467</table></div> 468</div> 469<hr> 470</div> 471</div> 472</body> 473</html> 474