#include <libxml/xmlexports.h>
Go to the source code of this file.
Defines | |
#define | ATTRIBUTE_UNUSED |
#define | LIBXML_AUTOMATA_ENABLED |
#define | LIBXML_DOTTED_VERSION "2.6.27" |
#define | LIBXML_ISO8859X_ENABLED |
#define | LIBXML_TEST_VERSION xmlCheckVersion(20627); |
#define | LIBXML_UNICODE_ENABLED |
#define | LIBXML_VERSION 20627 |
#define | LIBXML_VERSION_EXTRA "-CVS2872" |
#define | LIBXML_VERSION_STRING "20627" |
#define | WITHOUT_TRIO |
Functions | |
XMLPUBFUN void XMLCALL | xmlCheckVersion (int version) |
#define ATTRIBUTE_UNUSED |
ATTRIBUTE_UNUSED:
Macro used to signal to GCC unused function parameters
Definition at line 397 of file xmlversion.h.
#define LIBXML_AUTOMATA_ENABLED |
LIBXML_AUTOMATA_ENABLED:
Whether the automata interfaces are compiled in
Definition at line 330 of file xmlversion.h.
#define LIBXML_DOTTED_VERSION "2.6.27" |
#define LIBXML_ISO8859X_ENABLED |
LIBXML_ISO8859X_ENABLED:
Whether ISO-8859-* support is made available in case iconv is not
Definition at line 276 of file xmlversion.h.
#define LIBXML_TEST_VERSION xmlCheckVersion(20627); |
LIBXML_TEST_VERSION:
Macro to check that the libxml version in use is compatible with the version the software has been compiled against
Definition at line 61 of file xmlversion.h.
#define LIBXML_UNICODE_ENABLED |
LIBXML_UNICODE_ENABLED:
Whether the Unicode related interfaces are compiled in
Definition at line 312 of file xmlversion.h.
#define LIBXML_VERSION 20627 |
LIBXML_VERSION:
the version number: 1.2.3 value is 10203
Definition at line 39 of file xmlversion.h.
#define LIBXML_VERSION_EXTRA "-CVS2872" |
LIBXML_VERSION_EXTRA:
extra version information, used to show a CVS compilation
Definition at line 53 of file xmlversion.h.
#define LIBXML_VERSION_STRING "20627" |
LIBXML_VERSION_STRING:
the version number string, 1.2.3 value is "10203"
Definition at line 46 of file xmlversion.h.
#define WITHOUT_TRIO |
WITHOUT_TRIO:
defined if the trio support should not be configured in
Definition at line 77 of file xmlversion.h.
XMLPUBFUN void XMLCALL xmlCheckVersion | ( | int | version | ) |