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

Side by Side Diff: third_party/libxslt/linux/libxslt/xsltwin32config.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
« no previous file with comments | « third_party/libxslt/linux/libxslt/Makefile ('k') | third_party/libxslt/linux/stamp-h1 » ('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 * when compiled on windows 3 * when compiled on windows
4 * Description: compile-time version informations for the XSLT engine 4 * Description: compile-time version informations for the XSLT engine
5 * when compiled on windows. This file is generated. 5 * when compiled on windows. This file is generated.
6 * 6 *
7 * Copy: See Copyright for the status of this software. 7 * Copy: See Copyright for the status of this software.
8 * 8 *
9 * Author: Daniel Veillard 9 * Author: Daniel Veillard
10 */ 10 */
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 */ 55 */
56 #if 1 56 #if 1
57 #define WITH_XSLT_DEBUG 57 #define WITH_XSLT_DEBUG
58 #endif 58 #endif
59 59
60 /** 60 /**
61 * WITH_MODULES: 61 * WITH_MODULES:
62 * 62 *
63 * Whether module support is configured into libxslt 63 * Whether module support is configured into libxslt
64 */ 64 */
65 #if 1 65 #if 0
66 #ifndef WITH_MODULES 66 #ifndef WITH_MODULES
67 #define WITH_MODULES 67 #define WITH_MODULES
68 #endif 68 #endif
69 #define LIBXSLT_PLUGINS_PATH() getenv("LIBXSLT_PLUGINS_PATH") 69 #define LIBXSLT_PLUGINS_PATH() getenv("LIBXSLT_PLUGINS_PATH")
70 #endif 70 #endif
71 71
72 #if 0 72 #if 0
73 /** 73 /**
74 * DEBUG_MEMORY: 74 * DEBUG_MEMORY:
75 * 75 *
(...skipping 20 matching lines...) Expand all
96 */ 96 */
97 #ifndef ATTRIBUTE_UNUSED 97 #ifndef ATTRIBUTE_UNUSED
98 #define ATTRIBUTE_UNUSED 98 #define ATTRIBUTE_UNUSED
99 #endif 99 #endif
100 100
101 #ifdef __cplusplus 101 #ifdef __cplusplus
102 } 102 }
103 #endif 103 #endif
104 104
105 #endif /* __XML_XSLTWIN32CONFIG_H__ */ 105 #endif /* __XML_XSLTWIN32CONFIG_H__ */
OLDNEW
« no previous file with comments | « third_party/libxslt/linux/libxslt/Makefile ('k') | third_party/libxslt/linux/stamp-h1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698