From 34ce8bece2f22cc99d25221b77315cd008f4866b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 18 Mar 2002 19:37:11 +0000 Subject: 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 --- DOCBparser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCBparser.c') diff --git a/DOCBparser.c b/DOCBparser.c index 0b4012a6..3670c5af 100644 --- a/DOCBparser.c +++ b/DOCBparser.c @@ -10,6 +10,7 @@ * daniel@veillard.com */ +#define IN_LIBXML #include "libxml.h" #ifdef LIBXML_DOCB_ENABLED -- cgit v1.2.1