| /* | |
| * Summary: compile-time version information for the XSLT engine | |
| * Description: compile-time version information for the XSLT engine | |
| * this module is autogenerated. | |
| * | |
| * Copy: See Copyright for the status of this software. | |
| * | |
| * Author: Daniel Veillard | |
| */ | |
| extern "C" { | |
| /** | |
| * LIBXSLT_DOTTED_VERSION: | |
| * | |
| * the version string like "1.2.3" | |
| */ | |
| /** | |
| * LIBXSLT_VERSION: | |
| * | |
| * the version number: 1.2.3 value is 10203 | |
| */ | |
| /** | |
| * LIBXSLT_VERSION_STRING: | |
| * | |
| * the version number string, 1.2.3 value is "10203" | |
| */ | |
| /** | |
| * LIBXSLT_VERSION_EXTRA: | |
| * | |
| * extra version information, used to show a Git commit description | |
| */ | |
| /** | |
| * WITH_XSLT_DEBUG: | |
| * | |
| * Activate the compilation of the debug reporting. Speed penalty | |
| * is insignifiant and being able to run xsltpoc -v is useful. On | |
| * by default unless --without-debug is passed to configure | |
| */ | |
| /** | |
| * DEBUG_MEMORY: | |
| * | |
| * should be activated only when debugging libxslt. It replaces the | |
| * allocator with a collect and debug shell to the libc allocator. | |
| * Use configure --with-mem-debug to activate it on both library | |
| */ | |
| /** | |
| * DEBUG_MEMORY_LOCATION: | |
| * | |
| * should be activated only when debugging libxslt. | |
| * DEBUG_MEMORY_LOCATION should be activated only when libxml has | |
| * been configured with --with-debug-mem too | |
| */ | |
| /** | |
| * XSLT_NEED_TRIO: | |
| * | |
| * should be activated if the existing libc library lacks some of the | |
| * string formatting function, in that case reuse the Trio ones already | |
| * compiled in the libxml2 library. | |
| */ | |
| /** | |
| * WITH_XSLT_DEBUGGER: | |
| * | |
| * Activate the compilation of the debugger support. Speed penalty | |
| * is insignifiant. | |
| * On by default unless --without-debugger is passed to configure | |
| */ | |
| /** | |
| * WITH_PROFILER: | |
| * | |
| * Activate the compilation of the profiler. Speed penalty | |
| * is insignifiant. | |
| * On by default unless --without-profiler is passed to configure | |
| */ | |
| /** | |
| * WITH_MODULES: | |
| * | |
| * Whether module support is configured into libxslt | |
| * Note: no default module path for win32 platforms | |
| */ | |
| /** | |
| * ATTRIBUTE_UNUSED: | |
| * | |
| * This macro is used to flag unused function parameters to GCC | |
| */ | |
| /** | |
| * LIBXSLT_ATTR_FORMAT: | |
| * | |
| * This macro is used to indicate to GCC the parameters are printf-like | |
| */ | |
| /** | |
| * LIBXSLT_PUBLIC: | |
| * | |
| * This macro is used to declare PUBLIC variables for Cygwin and for MSC on Windows | |
| */ | |
| } | |