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

Side by Side Diff: third_party/libxslt/libxslt/xsltconfig.h

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « third_party/libxslt/libxslt/xsltInternals.h ('k') | third_party/libxslt/libxslt/xsltlocale.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Summary: compile-time version informations for the XSLT engine 2 * Summary: compile-time version informations for the XSLT engine
3 * Description: compile-time version informations for the XSLT engine 3 * Description: compile-time version informations for the XSLT engine
4 * this module is autogenerated. 4 * this module is autogenerated.
5 * 5 *
6 * Copy: See Copyright for the status of this software. 6 * Copy: See Copyright for the status of this software.
7 * 7 *
8 * Author: Daniel Veillard 8 * Author: Daniel Veillard
9 */ 9 */
10 10
11 #ifndef __XML_XSLTCONFIG_H__ 11 #ifndef __XML_XSLTCONFIG_H__
12 #define __XML_XSLTCONFIG_H__ 12 #define __XML_XSLTCONFIG_H__
13 13
14 #ifdef __cplusplus 14 #ifdef __cplusplus
15 extern "C" { 15 extern "C" {
16 #endif 16 #endif
17 17
18 /** 18 /**
19 * LIBXSLT_DOTTED_VERSION: 19 * LIBXSLT_DOTTED_VERSION:
20 * 20 *
21 * the version string like "1.2.3" 21 * the version string like "1.2.3"
22 */ 22 */
23 #define LIBXSLT_DOTTED_VERSION "1.1.26" 23 #define LIBXSLT_DOTTED_VERSION "1.1.28"
24 24
25 /** 25 /**
26 * LIBXSLT_VERSION: 26 * LIBXSLT_VERSION:
27 * 27 *
28 * the version number: 1.2.3 value is 10203 28 * the version number: 1.2.3 value is 10203
29 */ 29 */
30 #define LIBXSLT_VERSION 10126 30 #define LIBXSLT_VERSION 10128
31 31
32 /** 32 /**
33 * LIBXSLT_VERSION_STRING: 33 * LIBXSLT_VERSION_STRING:
34 * 34 *
35 * the version number string, 1.2.3 value is "10203" 35 * the version number string, 1.2.3 value is "10203"
36 */ 36 */
37 #define LIBXSLT_VERSION_STRING "10126" 37 #define LIBXSLT_VERSION_STRING "10128"
38 38
39 /** 39 /**
40 * LIBXSLT_VERSION_EXTRA: 40 * LIBXSLT_VERSION_EXTRA:
41 * 41 *
42 * extra version information, used to show a CVS compilation 42 * extra version information, used to show a CVS compilation
43 */ 43 */
44 #define»LIBXSLT_VERSION_EXTRA "" 44 #define»LIBXSLT_VERSION_EXTRA "-GITv1.1.27-16-g9382efe"
45 45
46 /** 46 /**
47 * WITH_XSLT_DEBUG: 47 * WITH_XSLT_DEBUG:
48 * 48 *
49 * Activate the compilation of the debug reporting. Speed penalty 49 * Activate the compilation of the debug reporting. Speed penalty
50 * is insignifiant and being able to run xsltpoc -v is useful. On 50 * is insignifiant and being able to run xsltpoc -v is useful. On
51 * by default unless --without-debug is passed to configure 51 * by default unless --without-debug is passed to configure
52 */ 52 */
53 #if 1 53 #if 1
54 #define WITH_XSLT_DEBUG 54 #define WITH_XSLT_DEBUG
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 #define WITH_DEBUGGER 109 #define WITH_DEBUGGER
110 #endif 110 #endif
111 #endif 111 #endif
112 112
113 /** 113 /**
114 * WITH_MODULES: 114 * WITH_MODULES:
115 * 115 *
116 * Whether module support is configured into libxslt 116 * Whether module support is configured into libxslt
117 * Note: no default module path for win32 platforms 117 * Note: no default module path for win32 platforms
118 */ 118 */
119 #if 0 119 #if 1
120 #ifndef WITH_MODULES 120 #ifndef WITH_MODULES
121 #define WITH_MODULES 121 #define WITH_MODULES
122 #endif 122 #endif
123 #define LIBXSLT_DEFAULT_PLUGINS_PATH() "NULL" 123 #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/lib/libxslt-plugins"
124 #endif 124 #endif
125 125
126 /** 126 /**
127 * Locale support 127 * Locale support
128 */ 128 */
129 #if 0 129 #if 0
130 #ifndef XSLT_LOCALE_XLOCALE 130 #ifndef XSLT_LOCALE_XLOCALE
131 #define XSLT_LOCALE_XLOCALE 131 #define XSLT_LOCALE_XLOCALE
132 #endif 132 #endif
133 #elif 0 133 #elif 0
(...skipping 29 matching lines...) Expand all
163 #else 163 #else
164 #define LIBXSLT_PUBLIC 164 #define LIBXSLT_PUBLIC
165 #endif 165 #endif
166 #endif 166 #endif
167 167
168 #ifdef __cplusplus 168 #ifdef __cplusplus
169 } 169 }
170 #endif 170 #endif
171 171
172 #endif /* __XML_XSLTCONFIG_H__ */ 172 #endif /* __XML_XSLTCONFIG_H__ */
OLDNEW
« no previous file with comments | « third_party/libxslt/libxslt/xsltInternals.h ('k') | third_party/libxslt/libxslt/xsltlocale.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698