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

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

Issue 2792873002: Roll libxml to e905f08123e4a6e7731549e6f09dadff4cab65bd (Closed)
Patch Set: Created 3 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
« no previous file with comments | « third_party/libxml/src/xpointer.c ('k') | no next file » | 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 */ 185 */
186 #if 0 186 #if 0
187 #define LIBXML_HTTP_ENABLED 187 #define LIBXML_HTTP_ENABLED
188 #endif 188 #endif
189 189
190 /** 190 /**
191 * LIBXML_VALID_ENABLED: 191 * LIBXML_VALID_ENABLED:
192 * 192 *
193 * Whether the DTD validation support is configured in 193 * Whether the DTD validation support is configured in
194 */ 194 */
195 #if 1 195 #if 0
196 #define LIBXML_VALID_ENABLED 196 #define LIBXML_VALID_ENABLED
197 #endif 197 #endif
198 198
199 /** 199 /**
200 * LIBXML_HTML_ENABLED: 200 * LIBXML_HTML_ENABLED:
201 * 201 *
202 * Whether the HTML support is configured in 202 * Whether the HTML support is configured in
203 */ 203 */
204 #if 1 204 #if 1
205 #define LIBXML_HTML_ENABLED 205 #define LIBXML_HTML_ENABLED
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 */ 480 */
481 #define LIBXML_ATTR_FORMAT(fmt,args) 481 #define LIBXML_ATTR_FORMAT(fmt,args)
482 #endif /* __GNUC__ */ 482 #endif /* __GNUC__ */
483 483
484 #ifdef __cplusplus 484 #ifdef __cplusplus
485 } 485 }
486 #endif /* __cplusplus */ 486 #endif /* __cplusplus */
487 #endif 487 #endif
488 488
489 489
OLDNEW
« no previous file with comments | « third_party/libxml/src/xpointer.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698