--- embedaddon/libxml2/doc/devhelp/libxml2-xmlversion.html 2012/02/21 23:37:59 1.1.1.1 +++ embedaddon/libxml2/doc/devhelp/libxml2-xmlversion.html 2014/06/15 19:53:36 1.1.1.3 @@ -46,6 +46,7 @@
#define LIBXML_VERSION_EXTRA;
 #define LIBXML_MODULES_ENABLED;
 #define LIBXML_LEGACY_ENABLED;
+#define LIBXML_LZMA_ENABLED;
 #define LIBXML_READER_ENABLED;
 #define LIBXML_THREAD_ENABLED;
 #define LIBXML_DOTTED_VERSION;
@@ -82,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;
@@ -172,6 +174,10 @@ void	xmlCheckVersion			
 

Whether the deprecated APIs are compiled in for compatibility


+

Macro LIBXML_LZMA_ENABLED

#define LIBXML_LZMA_ENABLED;
+

Whether the Lzma support is compiled in

+
+

Macro LIBXML_MODULES_ENABLED

#define LIBXML_MODULES_ENABLED;
 

Whether the module interfaces are compiled in

@@ -214,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;