2 * Summary: compile-time version informations for the XSLT engine
3 * when compiled on windows
4 * Description: compile-time version informations for the XSLT engine
5 * when compiled on windows. This file is generated.
7 * Copy: See Copyright for the status of this software.
9 * Author: Daniel Veillard
12 #ifndef __XML_XSLTWIN32CONFIG_H__
13 #define __XML_XSLTWIN32CONFIG_H__
15 #include "win32config.h"
22 * LIBXSLT_DOTTED_VERSION:
24 * the version string like "1.2.3"
26 #define LIBXSLT_DOTTED_VERSION "1.1.12"
31 * the version number: 1.2.3 value is 1002003
33 #define LIBXSLT_VERSION 10112
36 * LIBXSLT_VERSION_STRING:
38 * the version number string, 1.2.3 value is "1002003"
40 #define LIBXSLT_VERSION_STRING "10112"
43 * LIBXSLT_VERSION_EXTRA:
45 * extra version information, used to show a CVS compilation
47 #define LIBXML_VERSION_EXTRA "-CVS977"
52 * Activate the compilation of the debug reporting. Speed penalty
53 * is insignifiant and being able to run xsltpoc -v is useful. On
57 #define WITH_XSLT_DEBUG
63 * Whether module support is configured into libxslt
69 #define LIBXSLT_PLUGINS_PATH() getenv("LIBXSLT_PLUGINS_PATH")
76 * should be activated only when debugging libxslt. It replaces the
77 * allocator with a collect and debug shell to the libc allocator.
78 * Use configure --with-mem-debug to activate it on both library
83 * DEBUG_MEMORY_LOCATION:
85 * should be activated only when debugging libxslt.
86 * DEBUG_MEMORY_LOCATION should be activated only when libxml has
87 * been configured with --with-debug-mem too
89 #define DEBUG_MEMORY_LOCATION
95 * This macro is used to flag unused function parameters to GCC, useless here
97 #ifndef ATTRIBUTE_UNUSED
98 #define ATTRIBUTE_UNUSED
105 #endif /* __XML_XSLTWIN32CONFIG_H__ */