| Index: third_party/libxslt/linux/libexslt/exsltconfig.h
|
| diff --git a/third_party/libxslt/libexslt/exsltconfig.h.in b/third_party/libxslt/linux/libexslt/exsltconfig.h
|
| similarity index 82%
|
| copy from third_party/libxslt/libexslt/exsltconfig.h.in
|
| copy to third_party/libxslt/linux/libexslt/exsltconfig.h
|
| index b46ffc056696f87d6670688b2cf7d7d01ade8416..448fc9a2fb6a48bbbcbe0cc61436d8b07a6c5c42 100644
|
| --- a/third_party/libxslt/libexslt/exsltconfig.h.in
|
| +++ b/third_party/libxslt/linux/libexslt/exsltconfig.h
|
| @@ -18,35 +18,35 @@ extern "C" {
|
| *
|
| * the version string like "1.2.3"
|
| */
|
| -#define LIBEXSLT_DOTTED_VERSION "@VERSION@"
|
| +#define LIBEXSLT_DOTTED_VERSION "1.1.28"
|
|
|
| /**
|
| * LIBEXSLT_VERSION:
|
| *
|
| * the version number: 1.2.3 value is 10203
|
| */
|
| -#define LIBEXSLT_VERSION @LIBEXSLT_VERSION_NUMBER@
|
| +#define LIBEXSLT_VERSION 817
|
|
|
| /**
|
| * LIBEXSLT_VERSION_STRING:
|
| *
|
| * the version number string, 1.2.3 value is "10203"
|
| */
|
| -#define LIBEXSLT_VERSION_STRING "@LIBEXSLT_VERSION_NUMBER@"
|
| +#define LIBEXSLT_VERSION_STRING "817"
|
|
|
| /**
|
| * LIBEXSLT_VERSION_EXTRA:
|
| *
|
| * extra version information, used to show a CVS compilation
|
| */
|
| -#define LIBEXSLT_VERSION_EXTRA "@LIBEXSLT_VERSION_EXTRA@"
|
| +#define LIBEXSLT_VERSION_EXTRA ""
|
|
|
| /**
|
| * WITH_CRYPTO:
|
| *
|
| * Whether crypto support is configured into exslt
|
| */
|
| -#if @WITH_CRYPTO@
|
| +#if 1
|
| #define EXSLT_CRYPTO_ENABLED
|
| #endif
|
|
|
|
|