summaryrefslogtreecommitdiff
path: root/xmlcatalog.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 /xmlcatalog.c
parent5997aca8b8d6b6803e195978127f97d94e5931a7 (diff)
downloadlibxml2-34ce8bece2f22cc99d25221b77315cd008f4866b.tar.gz
preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18
* 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 'xmlcatalog.c')
-rw-r--r--xmlcatalog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlcatalog.c b/xmlcatalog.c
index 37969f01..78781f07 100644
--- a/xmlcatalog.c
+++ b/xmlcatalog.c
@@ -6,6 +6,7 @@
* daniel@veillard.com
*/
+#define IN_LIBXML
#include "libxml.h"
#include <string.h>