2 * exsltconfig.h: compile-time version informations for the EXSLT library
4 * See Copyright for the status of this software.
9 #ifndef __XML_EXSLTCONFIG_H__
10 #define __XML_EXSLTCONFIG_H__
17 * LIBEXSLT_DOTTED_VERSION:
19 * the version string like "1.2.3"
21 #define LIBEXSLT_DOTTED_VERSION "@VERSION@"
26 * the version number: 1.2.3 value is 10203
28 #define LIBEXSLT_VERSION @LIBEXSLT_VERSION_NUMBER@
31 * LIBEXSLT_VERSION_STRING:
33 * the version number string, 1.2.3 value is "10203"
35 #define LIBEXSLT_VERSION_STRING "@LIBEXSLT_VERSION_NUMBER@"
38 * LIBEXSLT_VERSION_EXTRA:
40 * extra version information, used to show a CVS compilation
42 #define LIBEXSLT_VERSION_EXTRA "@LIBEXSLT_VERSION_EXTRA@"
47 * Whether crypto support is configured into exslt
50 #define EXSLT_CRYPTO_ENABLED
56 * This macro is used to flag unused function parameters to GCC
59 #ifdef HAVE_ANSIDECL_H
62 #ifndef ATTRIBUTE_UNUSED
63 #define ATTRIBUTE_UNUSED __attribute__((unused))
66 #define ATTRIBUTE_UNUSED
73 #endif /* __XML_EXSLTCONFIG_H__ */