aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
diff options
context:
space:
mode:
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;
/************************************************************************