ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference
|
xmlversion.h |
Includes: | <libxml/xmlexports.h> <ansidecl.h> |
LIBXML_DOTTED_VERSION |
#define LIBXML_DOTTED_VERSION "2.6.16"
LIBXML_DOTTED_VERSION:
the version string like "1.2.3"
LIBXML_TEST_VERSION |
#define LIBXML_TEST_VERSION xmlCheckVersion( 20616);
LIBXML_TEST_VERSION:
Macro to check that the libxml version in use is compatible with
the version the software has been compiled against
LIBXML_VERSION |
#define LIBXML_VERSION 20616
LIBXML_VERSION:
the version number: 1.2.3 value is 1002003
LIBXML_VERSION_EXTRA |
#define LIBXML_VERSION_EXTRA ""
LIBXML_VERSION_EXTRA:
extra version information, used to show a CVS compilation
LIBXML_VERSION_STRING |
#define LIBXML_VERSION_STRING "20616"
LIBXML_VERSION_STRING:
the version number string, 1.2.3 value is "1002003"
WITH_TRIO |
#define WITH_TRIO
WITH_TRIO:
defined if the trio support need to be configured in
WITH_TRIO |
#define WITH_TRIO 1
WITH_TRIO:
defined if the trio support need to be configured in
WITHOUT_TRIO |
#define WITHOUT_TRIO
WITHOUT_TRIO:
defined if the trio support should not be configured in