summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-03-22 19:27:40 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-03-22 19:27:40 +0000
commitd21a0c2a231c5a199e91acf8e05145cfdc076ab5 (patch)
tree3efdd5f202301989a28329b382004bba116b641b /libxslt/xsltconfig.h.in
parent22570c760bd92401340bbf5b6f92c6d15f9bc298 (diff)
downloadlibxslt-d21a0c2a231c5a199e91acf8e05145cfdc076ab5.tar.gz
small fix for OpenVMS fixed a leak associated to the change in reference
* libxslt/xsltconfig.h.in: small fix for OpenVMS * libxslt/documents.c: fixed a leak associated to the change in reference counting when running the XML parser and using the document() function. Daniel
Diffstat (limited to 'libxslt/xsltconfig.h.in')
-rw-r--r--libxslt/xsltconfig.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
index 1d5f4eb6..ef4fc8fa 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -79,6 +79,8 @@ extern "C" {
#define XSLT_NEED_TRIO
#endif
#ifdef __VMS
+#define HAVE_MATH_H 1
+#define HAVE_SYS_STAT_H 1
#ifndef XSLT_NEED_TRIO
#define XSLT_NEED_TRIO
#endif