summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-08 18:57:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-08 18:57:17 +0000
commiteaf99d5e12d57c7e150ba50e5df0a73121c14394 (patch)
tree599585b5a53682b9a6fee5988d1cfe1cf7f0bead /libxslt/xsltconfig.h.in
parent2a7128361b55399139ba9a93fe1cf32476987bbf (diff)
downloadlibxslt-eaf99d5e12d57c7e150ba50e5df0a73121c14394.tar.gz
Not much: - libxslt/xslt.c : small cleanup - configure.in
Not much: - libxslt/xslt.c : small cleanup - configure.in libxslt/xsltconfig.h.in: add memory debug and mechanism for compile-time options Daniel
Diffstat (limited to 'libxslt/xsltconfig.h.in')
-rw-r--r--libxslt/xsltconfig.h.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
new file mode 100644
index 00000000..f8421f63
--- /dev/null
+++ b/libxslt/xsltconfig.h.in
@@ -0,0 +1,27 @@
+/*
+ * xsltconfig.h: compile-time version informations for the XSLT engine
+ *
+ * See Copyright for the status of this software.
+ *
+ * Daniel.Veillard@w3.org
+ */
+
+#ifndef __XML_XSLTCONFIG_H__
+#define __XML_XSLTCONFIG_H__
+
+#include "config.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#if @WITH_MEM_DEBUG@
+#define DEBUG_MEMORY
+#define DEBUG_MEMORY_LOCATION
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __XML_XSLTCONFIG_H__ */