Chromium Code Reviews| 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 11 matching lines...) Expand all Loading... | |
| 22 */ | 22 */ |
| 23 #ifndef LIBXML2_COMPILING_MSCCDEF | 23 #ifndef LIBXML2_COMPILING_MSCCDEF |
| 24 XMLPUBFUN void XMLCALL xmlCheckVersion(int version); | 24 XMLPUBFUN void XMLCALL xmlCheckVersion(int version); |
| 25 #endif /* LIBXML2_COMPILING_MSCCDEF */ | 25 #endif /* LIBXML2_COMPILING_MSCCDEF */ |
| 26 | 26 |
| 27 /** | 27 /** |
| 28 * LIBXML_DOTTED_VERSION: | 28 * LIBXML_DOTTED_VERSION: |
| 29 * | 29 * |
| 30 * the version string like "1.2.3" | 30 * the version string like "1.2.3" |
| 31 */ | 31 */ |
| 32 #define LIBXML_DOTTED_VERSION "2.9.3" | 32 #define LIBXML_DOTTED_VERSION "2.9.4" |
| 33 | 33 |
| 34 /** | 34 /** |
| 35 * LIBXML_VERSION: | 35 * LIBXML_VERSION: |
| 36 * | 36 * |
| 37 * the version number: 1.2.3 value is 10203 | 37 * the version number: 1.2.3 value is 10203 |
| 38 */ | 38 */ |
| 39 #define LIBXML_VERSION 20903 | 39 #define LIBXML_VERSION 20904 |
| 40 | 40 |
| 41 /** | 41 /** |
| 42 * LIBXML_VERSION_STRING: | 42 * LIBXML_VERSION_STRING: |
| 43 * | 43 * |
| 44 * the version number string, 1.2.3 value is "10203" | 44 * the version number string, 1.2.3 value is "10203" |
| 45 */ | 45 */ |
| 46 #define LIBXML_VERSION_STRING "20903" | 46 #define LIBXML_VERSION_STRING "20904" |
| 47 | 47 |
| 48 /** | 48 /** |
| 49 * LIBXML_VERSION_EXTRA: | 49 * LIBXML_VERSION_EXTRA: |
| 50 * | 50 * |
| 51 * extra version information, used to show a CVS compilation | 51 * extra version information, used to show a CVS compilation |
| 52 */ | 52 */ |
| 53 #define LIBXML_VERSION_EXTRA "" | 53 #define LIBXML_VERSION_EXTRA "" |
| 54 | 54 |
| 55 /** | 55 /** |
| 56 * LIBXML_TEST_VERSION: | 56 * LIBXML_TEST_VERSION: |
| 57 * | 57 * |
| 58 * Macro to check that the libxml version in use is compatible with | 58 * Macro to check that the libxml version in use is compatible with |
| 59 * the version the software has been compiled against | 59 * the version the software has been compiled against |
| 60 */ | 60 */ |
| 61 #define LIBXML_TEST_VERSION xmlCheckVersion(20903); | 61 #define LIBXML_TEST_VERSION xmlCheckVersion(20904); |
| 62 | 62 |
| 63 #ifndef VMS | 63 #ifndef VMS |
| 64 #if 0 | 64 #if 0 |
| 65 /** | 65 /** |
| 66 * WITH_TRIO: | 66 * WITH_TRIO: |
| 67 * | 67 * |
| 68 * defined if the trio support need to be configured in | 68 * defined if the trio support need to be configured in |
| 69 */ | 69 */ |
| 70 #define WITH_TRIO | 70 #define WITH_TRIO |
| 71 #else | 71 #else |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 275 */ | 275 */ |
| 276 #if 0 | 276 #if 0 |
| 277 #define LIBXML_ICONV_ENABLED | 277 #define LIBXML_ICONV_ENABLED |
| 278 #endif | 278 #endif |
| 279 | 279 |
| 280 /** | 280 /** |
| 281 * LIBXML_ICU_ENABLED: | 281 * LIBXML_ICU_ENABLED: |
| 282 * | 282 * |
| 283 * Whether icu support is available | 283 * Whether icu support is available |
| 284 */ | 284 */ |
| 285 #if 1 | 285 #if 0 |
|
scottmg
2016/05/19 16:26:52
Was this intentional? It's 1 on Linux and Win stil
| |
| 286 #define LIBXML_ICU_ENABLED | 286 #define LIBXML_ICU_ENABLED |
| 287 #endif | 287 #endif |
| 288 | 288 |
| 289 /** | 289 /** |
| 290 * LIBXML_ISO8859X_ENABLED: | 290 * LIBXML_ISO8859X_ENABLED: |
| 291 * | 291 * |
| 292 * Whether ISO-8859-* support is made available in case iconv is not | 292 * Whether ISO-8859-* support is made available in case iconv is not |
| 293 */ | 293 */ |
| 294 #if 1 | 294 #if 1 |
| 295 #define LIBXML_ISO8859X_ENABLED | 295 #define LIBXML_ISO8859X_ENABLED |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 |
| OLD | NEW |