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 --- encoding.c | 1 + 1 file changed, 1 insertion(+) (limited to 'encoding.c') diff --git a/encoding.c b/encoding.c index 06ebd2a3..df8714be 100644 --- a/encoding.c +++ b/encoding.c @@ -23,6 +23,7 @@ * Original code for IsoLatin1 and UTF-16 by "Martin J. Duerst" */ +#define IN_LIBXML #include "libxml.h" #include -- cgit v1.2.3