OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |