aboutsummaryrefslogtreecommitdiffstats
path: root/global.data
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-15 12:32:07 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-15 12:32:07 +0000
commit64a411cc8c7ab82277fcb428b7bee1398edf0c36 (patch)
tree9ee174da37b0709b47f7c421eee3ad7320617ac3 /global.data
parent5ee57fc9ae4f83cbb9a35d4478a4c7bc4e737139 (diff)
downloadandroid_external_libxml2-64a411cc8c7ab82277fcb428b7bee1398edf0c36.tar.gz
android_external_libxml2-64a411cc8c7ab82277fcb428b7bee1398edf0c36.tar.bz2
android_external_libxml2-64a411cc8c7ab82277fcb428b7bee1398edf0c36.zip
make the allocation be per-thread a configure option fixed compilation
* include/libxml/globals.h configure.in global.data: make the allocation be per-thread a configure option * encoding.c include/libxml/parser.h: fixed compilation errors Daniel
Diffstat (limited to 'global.data')
-rw-r--r--global.data6
1 files changed, 1 insertions, 5 deletions
diff --git a/global.data b/global.data
index 45c3b31e..2a6a4455 100644
--- a/global.data
+++ b/global.data
@@ -6,7 +6,6 @@ int,xmlDefaultBufferSize
xmlSAXHandler,xmlDefaultSAXHandler
xmlSAXLocator,xmlDefaultSAXLocator
int,xmlDoValidityCheckingDefaultValue
-xmlFreeFunc,xmlFree
xmlGenericErrorFunc,xmlGenericError
void *,xmlGenericErrorContext
int,xmlGetWarningsDefaultValue
@@ -14,14 +13,11 @@ int,xmlIndentTreeOutput
int,xmlKeepBlanksDefaultValue
int,xmlLineNumbersDefaultValue
int,xmlLoadExtDtdDefaultValue
-xmlMallocFunc,xmlMalloc
-xmlStrdupFunc,xmlMemStrdup
int,xmlParserDebugEntities
const char *,xmlParserVersion
int,xmlPedanticParserDefaultValue
-xmlReallocFunc,xmlRealloc
int,xmlSaveNoEmptyTags
#const xmlChar,xmlStringComment,[]
#const xmlChar,xmlStringText,[]
#const xmlChar,xmlStringTextNoenc,[]
-int,xmlSubstituteEntitiesDefaultValue \ No newline at end of file
+int,xmlSubstituteEntitiesDefaultValue