Eneboo - Documentación para desarrolladores
|
#include "win32config.h"
Ir al código fuente de este archivo.
'defines' | |
#define | LIBXSLT_DOTTED_VERSION "1.1.26" |
#define | LIBXSLT_VERSION 10126 |
#define | LIBXSLT_VERSION_STRING "10126" |
#define | LIBXSLT_VERSION_EXTRA "-win32" |
#define | WITH_MODULES |
#define | LIBXSLT_PLUGINS_PATH() getenv("LIBXSLT_PLUGINS_PATH") |
#define | ATTRIBUTE_UNUSED |
#define ATTRIBUTE_UNUSED |
ATTRIBUTE_UNUSED:
This macro is used to flag unused function parameters to GCC, useless here
#define LIBXSLT_DOTTED_VERSION "1.1.26" |
LIBXSLT_DOTTED_VERSION:
the version string like "1.2.3"
#define LIBXSLT_PLUGINS_PATH | ( | ) | getenv("LIBXSLT_PLUGINS_PATH") |
#define LIBXSLT_VERSION 10126 |
LIBXSLT_VERSION:
the version number: 1.2.3 value is 1002003
#define LIBXSLT_VERSION_EXTRA "-win32" |
LIBXSLT_VERSION_EXTRA:
extra version information, used to show a CVS compilation
#define LIBXSLT_VERSION_STRING "10126" |
LIBXSLT_VERSION_STRING:
the version number string, 1.2.3 value is "1002003"
#define WITH_MODULES |
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 WITH_MODULES:
Whether module support is configured into libxslt