ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


xsltconfig.h

Includes:
<ansidecl.h>

Introduction



#defines


DEBUG_MEMORY


#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


DEBUG_MEMORY_LOCATION


#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


LIBXSLT_DOTTED_VERSION


#define LIBXSLT_DOTTED_VERSION "1.1.11" 
Discussion

LIBXSLT_DOTTED_VERSION:

the version string like "1.2.3"


LIBXSLT_VERSION


#define LIBXSLT_VERSION 10111 
Discussion

LIBXSLT_VERSION:

the version number: 1.2.3 value is 1002003


LIBXSLT_VERSION_EXTRA


#define LIBXSLT_VERSION_EXTRA "" 
Discussion

LIBXSLT_VERSION_EXTRA:

extra version information, used to show a CVS compilation


LIBXSLT_VERSION_STRING


#define LIBXSLT_VERSION_STRING "10111" 
Discussion

LIBXSLT_VERSION_STRING:

the version number string, 1.2.3 value is "1002003"

Last Updated: 2006-06-20