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

Side by Side Diff: third_party/libxml/win32/include/libxml/xmlversion.h

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/libxml/src/xmlIO.c ('k') | third_party/re2/patches/re2-libcxx.patch » ('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 2 * Summary: compile-time version informations
3 * Description: compile-time version informations for the XML library 3 * Description: compile-time version informations for the XML library
4 * 4 *
5 * Copy: See Copyright for the status of this software. 5 * Copy: See Copyright for the status of this software.
6 * 6 *
7 * Author: Daniel Veillard 7 * Author: Daniel Veillard
8 */ 8 */
9 9
10 #ifndef __XML_VERSION_H__ 10 #ifndef __XML_VERSION_H__
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 */ 158 */
159 #if 1 159 #if 1
160 #define LIBXML_SAX1_ENABLED 160 #define LIBXML_SAX1_ENABLED
161 #endif 161 #endif
162 162
163 /** 163 /**
164 * LIBXML_FTP_ENABLED: 164 * LIBXML_FTP_ENABLED:
165 * 165 *
166 * Whether the FTP support is configured in 166 * Whether the FTP support is configured in
167 */ 167 */
168 #if 1 168 #if 0
169 #define LIBXML_FTP_ENABLED 169 #define LIBXML_FTP_ENABLED
170 #endif 170 #endif
171 171
172 /** 172 /**
173 * LIBXML_HTTP_ENABLED: 173 * LIBXML_HTTP_ENABLED:
174 * 174 *
175 * Whether the HTTP support is configured in 175 * Whether the HTTP support is configured in
176 */ 176 */
177 #if 1 177 #if 0
178 #define LIBXML_HTTP_ENABLED 178 #define LIBXML_HTTP_ENABLED
179 #endif 179 #endif
180 180
181 /** 181 /**
182 * LIBXML_VALID_ENABLED: 182 * LIBXML_VALID_ENABLED:
183 * 183 *
184 * Whether the DTD validation support is configured in 184 * Whether the DTD validation support is configured in
185 */ 185 */
186 #if 1 186 #if 1
187 #define LIBXML_VALID_ENABLED 187 #define LIBXML_VALID_ENABLED
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 */ 458 */
459 #define LIBXML_ATTR_FORMAT(fmt,args) 459 #define LIBXML_ATTR_FORMAT(fmt,args)
460 #endif /* __GNUC__ */ 460 #endif /* __GNUC__ */
461 461
462 #ifdef __cplusplus 462 #ifdef __cplusplus
463 } 463 }
464 #endif /* __cplusplus */ 464 #endif /* __cplusplus */
465 #endif 465 #endif
466 466
467 467
OLDNEW
« no previous file with comments | « third_party/libxml/src/xmlIO.c ('k') | third_party/re2/patches/re2-libcxx.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698