aboutsummaryrefslogtreecommitdiffstats
path: root/global.data
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-12 17:29:10 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-12 17:29:10 +0000
commitb847864fc2f7151c81e57d02ca3b523dc5d8cf72 (patch)
tree952b35d54d60dca532e75a840dff82592201b193 /global.data
parentb44025c72b7472971a061b022cfe422adc42715d (diff)
downloadandroid_external_libxml2-b847864fc2f7151c81e57d02ca3b523dc5d8cf72.tar.gz
android_external_libxml2-b847864fc2f7151c81e57d02ca3b523dc5d8cf72.tar.bz2
android_external_libxml2-b847864fc2f7151c81e57d02ca3b523dc5d8cf72.zip
started integrating the core of the thread support not activated yet but
* Makefile.am include/libxml/Makefile.am include/libxml/globals.h globals.c include/libxml/threads.h threads.c build_glob.py global.data xmlcatalog.c acconfig.h configure.in: started integrating the core of the thread support not activated yet but half integrated. The code should still compile and work anyway. Daniel
Diffstat (limited to 'global.data')
-rw-r--r--global.data27
1 files changed, 27 insertions, 0 deletions
diff --git a/global.data b/global.data
new file mode 100644
index 00000000..45c3b31e
--- /dev/null
+++ b/global.data
@@ -0,0 +1,27 @@
+xmlSAXHandler,docbDefaultSAXHandler
+xmlSAXHandler,htmlDefaultSAXHandler
+int,oldXMLWDcompatibility
+xmlBufferAllocationScheme,xmlBufferAllocScheme
+int,xmlDefaultBufferSize
+xmlSAXHandler,xmlDefaultSAXHandler
+xmlSAXLocator,xmlDefaultSAXLocator
+int,xmlDoValidityCheckingDefaultValue
+xmlFreeFunc,xmlFree
+xmlGenericErrorFunc,xmlGenericError
+void *,xmlGenericErrorContext
+int,xmlGetWarningsDefaultValue
+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