|
ReactOS 0.4.16-dev-2208-g6350669
|

Go to the source code of this file.
Macros | |
| #define | LIBXSLT_DOTTED_VERSION "1.1.42" |
| #define | LIBXSLT_VERSION 10142 |
| #define | LIBXSLT_VERSION_STRING "10142" |
| #define | LIBXSLT_VERSION_EXTRA "" |
| #define | ATTRIBUTE_UNUSED |
| #define | LIBXSLT_ATTR_FORMAT(fmt, args) |
| #define | LIBXSLT_PUBLIC |
| #define ATTRIBUTE_UNUSED |
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 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
Definition at line 148 of file xsltconfig.h.
LIBXSLT_ATTR_FORMAT:
This macro is used to indicate to GCC the parameters are printf-like
Definition at line 159 of file xsltconfig.h.
| #define LIBXSLT_DOTTED_VERSION "1.1.42" |
| #define LIBXSLT_PUBLIC |
LIBXSLT_PUBLIC:
This macro is used to declare PUBLIC variables for Cygwin and for MSC on Windows
Definition at line 171 of file xsltconfig.h.
| #define LIBXSLT_VERSION 10142 |
LIBXSLT_VERSION:
the version number: 1.2.3 value is 10203
Definition at line 30 of file xsltconfig.h.
| #define LIBXSLT_VERSION_EXTRA "" |
LIBXSLT_VERSION_EXTRA:
extra version information, used to show a Git commit description
Definition at line 44 of file xsltconfig.h.
| #define LIBXSLT_VERSION_STRING "10142" |
LIBXSLT_VERSION_STRING:
the version number string, 1.2.3 value is "10203"
Definition at line 37 of file xsltconfig.h.