--- embedaddon/libxml2/doc/devhelp/libxml2-xmlversion.html 2013/07/22 01:22:25 1.1.1.2 +++ embedaddon/libxml2/doc/devhelp/libxml2-xmlversion.html 2014/06/15 19:53:36 1.1.1.3 @@ -83,6 +83,7 @@ #define DEBUG_MEMORY_LOCATION; #define LIBXML_ATTR_FORMAT; #define LIBXML_TEST_VERSION; +#define LIBXML_THREAD_ALLOC_ENABLED; #define LIBXML_XPATH_ENABLED; #define LIBXML_PATTERN_ENABLED; #define LIBXML_VALID_ENABLED; @@ -219,6 +220,10 @@ void xmlCheckVersion

Macro LIBXML_TEST_VERSION

#define LIBXML_TEST_VERSION;
 

Macro to check that the libxml version in use is compatible with the version the software has been compiled against

+
+
+

Macro LIBXML_THREAD_ALLOC_ENABLED

#define LIBXML_THREAD_ALLOC_ENABLED;
+

Whether the allocation hooks are per-thread


Macro LIBXML_THREAD_ENABLED

#define LIBXML_THREAD_ENABLED;