summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-04-11 12:30:25 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-04-11 12:30:25 +0000
commit23da0b2940334ba947ed4ca9f5c29e8dd60350d6 (patch)
tree2e232bd9e46fad321b866a5a518a54b18babfb6c /libxslt/xsltconfig.h.in
parent2abbe76db039e15834108328a1630e899b83e016 (diff)
downloadlibxslt-23da0b2940334ba947ed4ca9f5c29e8dd60350d6.tar.gz
- config.h.in configure.in libxslt/xsltconfig.h.in: added
ansidecl.h test - libxslt/xsltproc.c : added --xinclude option - tests/XSLTMark/union.out : fixed the output 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 0fbcb0c4..9d21a818 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -21,7 +21,9 @@ extern "C" {
#endif
#ifdef __GNUC__
+#ifdef HAVE_ANSIDECL_H
#include <ansidecl.h>
+#endif
#ifndef ATTRIBUTE_UNUSED
#define ATTRIBUTE_UNUSED
#endif