Introduction
#defines
#define DEBUG_MEMORY
Discussion
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
#define DEBUG_MEMORY_LOCATION
Discussion
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
#define LIBXSLT_DOTTED_VERSION "1.1.11"
Discussion
LIBXSLT_DOTTED_VERSION:
the version string like "1.2.3"
#define LIBXSLT_VERSION 10111
Discussion
LIBXSLT_VERSION:
the version number: 1.2.3 value is 1002003
#define LIBXSLT_VERSION_EXTRA ""
Discussion
LIBXSLT_VERSION_EXTRA:
extra version information, used to show a CVS compilation
#define LIBXSLT_VERSION_STRING "10111"
Discussion
LIBXSLT_VERSION_STRING:
the version number string, 1.2.3 value is "1002003"
|
Did this document help you? |
Yes: Tell us what works for you.
|
|
Last Updated: 2006-06-20