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

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

Issue 1848793005: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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
(...skipping 23 matching lines...) Expand all
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 "10128" 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 "-GITv1.1.27-16-g9382efe" 44 #define»LIBXSLT_VERSION_EXTRA ""
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 0
54 #define WITH_XSLT_DEBUG 54 #define WITH_XSLT_DEBUG
55 #endif 55 #endif
56 56
57 #if 0 57 #if 0
58 /** 58 /**
59 * DEBUG_MEMORY: 59 * DEBUG_MEMORY:
60 * 60 *
61 * should be activated only when debugging libxslt. It replaces the 61 * should be activated only when debugging libxslt. It replaces the
62 * allocator with a collect and debug shell to the libc allocator. 62 * allocator with a collect and debug shell to the libc allocator.
63 * Use configure --with-mem-debug to activate it on both library 63 * Use configure --with-mem-debug to activate it on both library
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 #define TRIO_REPLACE_STDIO 97 #define TRIO_REPLACE_STDIO
98 #endif 98 #endif
99 99
100 /** 100 /**
101 * WITH_XSLT_DEBUGGER: 101 * WITH_XSLT_DEBUGGER:
102 * 102 *
103 * Activate the compilation of the debugger support. Speed penalty 103 * Activate the compilation of the debugger support. Speed penalty
104 * is insignifiant. 104 * is insignifiant.
105 * On by default unless --without-debugger is passed to configure 105 * On by default unless --without-debugger is passed to configure
106 */ 106 */
107 #if 1 107 #if 0
108 #ifndef WITH_DEBUGGER 108 #ifndef WITH_DEBUGGER
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 1 119 #if 0
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() "/usr/lib/libxslt-plugins" 123 #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/local/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 12 matching lines...) Expand all
146 #include <ansidecl.h> 146 #include <ansidecl.h>
147 #endif 147 #endif
148 #ifndef ATTRIBUTE_UNUSED 148 #ifndef ATTRIBUTE_UNUSED
149 #define ATTRIBUTE_UNUSED __attribute__((unused)) 149 #define ATTRIBUTE_UNUSED __attribute__((unused))
150 #endif 150 #endif
151 #else 151 #else
152 #define ATTRIBUTE_UNUSED 152 #define ATTRIBUTE_UNUSED
153 #endif 153 #endif
154 154
155 /** 155 /**
156 * LIBXSLT_ATTR_FORMAT:
157 *
158 * This macro is used to indicate to GCC the parameters are printf-like
159 */
160 #ifdef __GNUC__
161 #define LIBXSLT_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,a rgs)))
162 #else
163 #define LIBXSLT_ATTR_FORMAT(fmt,args)
164 #endif
165
166 /**
156 * LIBXSLT_PUBLIC: 167 * LIBXSLT_PUBLIC:
157 * 168 *
158 * This macro is used to declare PUBLIC variables for Cygwin and for MSC on Wind ows 169 * This macro is used to declare PUBLIC variables for Cygwin and for MSC on Wind ows
159 */ 170 */
160 #if !defined LIBXSLT_PUBLIC 171 #if !defined LIBXSLT_PUBLIC
161 #if (defined(__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined LIBXSLT_STATIC 172 #if (defined(__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined LIBXSLT_STATIC
162 #define LIBXSLT_PUBLIC __declspec(dllimport) 173 #define LIBXSLT_PUBLIC __declspec(dllimport)
163 #else 174 #else
164 #define LIBXSLT_PUBLIC 175 #define LIBXSLT_PUBLIC
165 #endif 176 #endif
166 #endif 177 #endif
167 178
168 #ifdef __cplusplus 179 #ifdef __cplusplus
169 } 180 }
170 #endif 181 #endif
171 182
172 #endif /* __XML_XSLTCONFIG_H__ */ 183 #endif /* __XML_XSLTCONFIG_H__ */
OLDNEW
« no previous file with comments | « third_party/libxslt/libxslt/xsltInternals.h ('k') | third_party/libxslt/libxslt/xsltconfig.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698