| Index: third_party/libxslt/linux/libxslt/xsltconfig.h
|
| ===================================================================
|
| --- third_party/libxslt/linux/libxslt/xsltconfig.h (revision 39981)
|
| +++ third_party/libxslt/linux/libxslt/xsltconfig.h (working copy)
|
| @@ -20,21 +20,21 @@
|
| *
|
| * the version string like "1.2.3"
|
| */
|
| -#define LIBXSLT_DOTTED_VERSION "1.1.24"
|
| +#define LIBXSLT_DOTTED_VERSION "1.1.26"
|
|
|
| /**
|
| * LIBXSLT_VERSION:
|
| *
|
| * the version number: 1.2.3 value is 10203
|
| */
|
| -#define LIBXSLT_VERSION 10124
|
| +#define LIBXSLT_VERSION 10126
|
|
|
| /**
|
| * LIBXSLT_VERSION_STRING:
|
| *
|
| * the version number string, 1.2.3 value is "10203"
|
| */
|
| -#define LIBXSLT_VERSION_STRING "10124"
|
| +#define LIBXSLT_VERSION_STRING "10126"
|
|
|
| /**
|
| * LIBXSLT_VERSION_EXTRA:
|
| @@ -116,11 +116,11 @@
|
| * Whether module support is configured into libxslt
|
| * Note: no default module path for win32 platforms
|
| */
|
| -#if 1
|
| +#if 0
|
| #ifndef WITH_MODULES
|
| #define WITH_MODULES
|
| #endif
|
| -#define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/local/lib/libxslt-plugins"
|
| +#define LIBXSLT_DEFAULT_PLUGINS_PATH() "NULL"
|
| #endif
|
|
|
| /**
|
|
|