* exsltconfig.h: compile-time version informations for the EXSLT library
* See Copyright for the status of this software.
#ifndef __XML_EXSLTCONFIG_H__
#define __XML_EXSLTCONFIG_H__
* LIBEXSLT_DOTTED_VERSION:
* the version string like "1.2.3"
#define LIBEXSLT_DOTTED_VERSION "1.1.32"
* the version number: 1.2.3 value is 10203
#define LIBEXSLT_VERSION 820
* LIBEXSLT_VERSION_STRING:
* the version number string, 1.2.3 value is "10203"
#define LIBEXSLT_VERSION_STRING "820"
* LIBEXSLT_VERSION_EXTRA:
* extra version information, used to show a CVS compilation
#define LIBEXSLT_VERSION_EXTRA ""
* Whether crypto support is configured into exslt
#define EXSLT_CRYPTO_ENABLED
* This macro is used to flag unused function parameters to GCC
#define ATTRIBUTE_UNUSED __attribute__((unused))
#endif /* __XML_EXSLTCONFIG_H__ */