Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: third_party/libxslt/linux/libexslt/exsltconfig.h

Issue 1848793005: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/linux/libexslt/Makefile ('k') | third_party/libxslt/linux/libxslt.pc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/libxslt/linux/libexslt/Makefile ('k') | third_party/libxslt/linux/libxslt.pc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698