aboutsummaryrefslogtreecommitdiffstats
path: root/HTMLtree.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-03-18 19:37:11 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-03-18 19:37:11 +0000
commit34ce8bece2f22cc99d25221b77315cd008f4866b (patch)
treeb45369fc9d128088ec205f2a4ce312ce693eb597 /HTMLtree.c
parent5997aca8b8d6b6803e195978127f97d94e5931a7 (diff)
downloadandroid_external_libxml2-34ce8bece2f22cc99d25221b77315cd008f4866b.tar.gz
android_external_libxml2-34ce8bece2f22cc99d25221b77315cd008f4866b.tar.bz2
android_external_libxml2-34ce8bece2f22cc99d25221b77315cd008f4866b.zip
preparing 2.4.18 updated and rebuilt the web site implement the new
* configure.in: preparing 2.4.18 * doc/*: updated and rebuilt the web site * *.c libxml.h: implement the new IN_LIBXML scheme discussed with the Windows and Cygwin maintainers. * parser.c: humm, changed the way the SAX parser work when xmlSubstituteEntitiesDefault(1) is set, it will then do the entity registration and loading by itself in case the user provided SAX getEntity() returns NULL. * testSAX.c: added --noent to test the behaviour. Daniel
Diffstat (limited to 'HTMLtree.c')
-rw-r--r--HTMLtree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/HTMLtree.c b/HTMLtree.c
index 7868d644..e02465dd 100644
--- a/HTMLtree.c
+++ b/HTMLtree.c
@@ -7,6 +7,7 @@
*/
+#define IN_LIBXML
#include "libxml.h"
#ifdef LIBXML_HTML_ENABLED