node10-libxslt
Version:
[Fork] Node.js bindings for libxslt compatible with libxmljs
74 lines (63 loc) • 1.3 kB
Plain Text
/*
* exsltconfig.h: compile-time version informations for the EXSLT library
*
* See Copyright for the status of this software.
*
* daniel@veillard.com
*/
extern "C" {
/**
* LIBEXSLT_DOTTED_VERSION:
*
* the version string like "1.2.3"
*/
/**
* LIBEXSLT_VERSION:
*
* the version number: 1.2.3 value is 10203
*/
/**
* LIBEXSLT_VERSION_STRING:
*
* the version number string, 1.2.3 value is "10203"
*/
/**
* LIBEXSLT_VERSION_EXTRA:
*
* extra version information, used to show a CVS compilation
*/
/**
* WITH_CRYPTO:
*
* Whether crypto support is configured into exslt
*/
/**
* ATTRIBUTE_UNUSED:
*
* This macro is used to flag unused function parameters to GCC
*/
}