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.8"
31 * the version number: 1.2.3 value is 1002003
33 #define LIBXSLT_VERSION 10108
36 * LIBXSLT_VERSION_STRING:
38 * the version number string, 1.2.3 value is "1002003"
40 #define LIBXSLT_VERSION_STRING "10108"
45 * Activate the compilation of the debug reporting. Speed penalty
46 * is insignifiant and being able to run xsltpoc -v is useful. On
50 #define WITH_XSLT_DEBUG
57 * should be activated only when debugging libxslt. It replaces the
58 * allocator with a collect and debug shell to the libc allocator.
59 * Use configure --with-mem-debug to activate it on both library
64 * DEBUG_MEMORY_LOCATION:
66 * should be activated only when debugging libxslt.
67 * DEBUG_MEMORY_LOCATION should be activated only when libxml has
68 * been configured with --with-debug-mem too
70 #define DEBUG_MEMORY_LOCATION
76 * This macro is used to flag unused function parameters to GCC, useless here
78 #ifndef ATTRIBUTE_UNUSED
79 #define ATTRIBUTE_UNUSED
86 #endif /* __XML_XSLTWIN32CONFIG_H__ */