added missing libxml2 files, and config.h (for linux). todo: both configwin32.h for win32, and configure for non-windows

This commit is contained in:
ejcoumans
2006-06-19 02:01:26 +00:00
parent f2636f8d4b
commit 51fb1b25fc
27 changed files with 75982 additions and 108 deletions

View File

@@ -50,7 +50,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* extra version information, used to show a CVS compilation
*/
#define LIBXML_VERSION_EXTRA "-CVS2798"
#define LIBXML_VERSION_EXTRA ""
/**
* LIBXML_TEST_VERSION:
@@ -290,7 +290,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether the memory debugging is configured in
*/
#if 1
#if 0
#define DEBUG_MEMORY_LOCATION
#endif
@@ -299,7 +299,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether the runtime debugging is configured in
*/
#if 1
#if 0
#define LIBXML_DEBUG_RUNTIME
#endif