ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | LIBXSLT_DOTTED_VERSION "1.1.37" |
#define | LIBXSLT_VERSION 10137 |
#define | LIBXSLT_VERSION_STRING "10137" |
#define | LIBXSLT_VERSION_EXTRA "" |
#define | WITH_XSLT_DEBUG |
#define | DEBUG_MEMORY |
#define | DEBUG_MEMORY_LOCATION |
#define | WITH_DEBUGGER |
#define | ATTRIBUTE_UNUSED |
#define | LIBXSLT_ATTR_FORMAT(fmt, args) |
#define | LIBXSLT_PUBLIC |
#define ATTRIBUTE_UNUSED |
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.
#define DEBUG_MEMORY |
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
Definition at line 65 of file xsltconfig.h.
#define DEBUG_MEMORY_LOCATION |
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
Definition at line 74 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.37" |
#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 10137 |
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 "10137" |
LIBXSLT_VERSION_STRING:
the version number string, 1.2.3 value is "10203"
Definition at line 37 of file xsltconfig.h.
#define WITH_DEBUGGER |
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
Definition at line 108 of file xsltconfig.h.
#define WITH_XSLT_DEBUG |
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
Definition at line 54 of file xsltconfig.h.