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