aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index ac398b7c..95e529d2 100644
--- a/parser.h
+++ b/parser.h
@@ -306,7 +306,12 @@ LIBXML_DLL_IMPORT extern xmlSAXHandler sgmlDefaultSAXHandler;
* entity substitution default behaviour.
*/
+#ifdef VMS
+LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultVal;
+#define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
+#else
LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
+#endif
LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;