summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-11-04 17:04:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-11-04 17:04:59 +0000
commitd7627fbf78ee906051ad54247b49c8da12fcc3a4 (patch)
tree850761843de47bd9f8d21a0125947d2eb283d7f1 /libxslt/xsltconfig.h.in
parent272ea49e696bda73557d3a8337201e08aefe00f1 (diff)
downloadlibxslt-d7627fbf78ee906051ad54247b49c8da12fcc3a4.tar.gz
remove the use of snprintf, and use libxml2 string API instead. try to
* xsltproc/xsltproc.c: remove the use of snprintf, and use libxml2 string API instead. * configure.in libxslt/xsltconfig.h.in libxslt/xsltutils.c: try to cope with architecture lacking some of the string functions, reuse the trio ones compiled in libxml2 , should close #97113 Daniel
Diffstat (limited to 'libxslt/xsltconfig.h.in')
-rw-r--r--libxslt/xsltconfig.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
index 6cff68a8..cbaa61a4 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -66,6 +66,18 @@ extern "C" {
#endif
/**
+ * XSLT_NEED_TRIO:
+ *
+ * should be activated in the existing libc library lacks some of the
+ * string formatting function, in that case reuse the Trio ones already
+ * compiled in the libxml2 library.
+ */
+
+#if @WITH_TRIO@
+#define XSLT_NEED_TRIO
+#endif
+
+/**
* WITH_XSLT_DEBUGGER:
*
* Activate the compilation of the debugger support. Speed penalty