aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-11-25 09:54:49 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-11-25 09:54:49 +0000
commitce6e98d693ffc5cb469e79b12377af928638fb6f (patch)
treec8866aec78dfed440abaf1bdafe6722579dd5852 /xmllint.c
parent58770e762eb287d41b38e7e2abf156d3a9e913f4 (diff)
downloadandroid_external_libxml2-ce6e98d693ffc5cb469e79b12377af928638fb6f.tar.gz
android_external_libxml2-ce6e98d693ffc5cb469e79b12377af928638fb6f.tar.bz2
android_external_libxml2-ce6e98d693ffc5cb469e79b12377af928638fb6f.zip
Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c
Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am: integrated a set of OpenVMS changes from Howard Taylor <Howard.Taylor@pacoast.com> Daniel
Diffstat (limited to 'xmllint.c')
-rw-r--r--xmllint.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmllint.c b/xmllint.c
index e443a86f..099084b8 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -88,7 +88,13 @@ static char *encoding = NULL;
static int xinclude = 0;
#endif
+
+#ifdef VMS
+extern int xmlDoValidityCheckingDefaultVal;
+#define xmlDoValidityCheckingDefaultValue xmlDoValidityCheckingDefaultVal
+#else
extern int xmlDoValidityCheckingDefaultValue;
+#endif
extern int xmlGetWarningsDefaultValue;
/************************************************************************