| 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 * Description: compile-time version informations for the XSLT engine | 3 * Description: compile-time version informations for the XSLT engine |
| 4 * this module is autogenerated. | 4 * this module is autogenerated. |
| 5 * | 5 * |
| 6 * Copy: See Copyright for the status of this software. | 6 * Copy: See Copyright for the status of this software. |
| 7 * | 7 * |
| 8 * Author: Daniel Veillard | 8 * Author: Daniel Veillard |
| 9 */ | 9 */ |
| 10 | 10 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 * | 34 * |
| 35 * the version number string, 1.2.3 value is "10203" | 35 * the version number string, 1.2.3 value is "10203" |
| 36 */ | 36 */ |
| 37 #define LIBXSLT_VERSION_STRING "10128" | 37 #define LIBXSLT_VERSION_STRING "10128" |
| 38 | 38 |
| 39 /** | 39 /** |
| 40 * LIBXSLT_VERSION_EXTRA: | 40 * LIBXSLT_VERSION_EXTRA: |
| 41 * | 41 * |
| 42 * extra version information, used to show a CVS compilation | 42 * extra version information, used to show a CVS compilation |
| 43 */ | 43 */ |
| 44 #define»LIBXSLT_VERSION_EXTRA "-GITv1.1.27-16-g9382efe" | 44 #define»LIBXSLT_VERSION_EXTRA "" |
| 45 | 45 |
| 46 /** | 46 /** |
| 47 * WITH_XSLT_DEBUG: | 47 * WITH_XSLT_DEBUG: |
| 48 * | 48 * |
| 49 * Activate the compilation of the debug reporting. Speed penalty | 49 * Activate the compilation of the debug reporting. Speed penalty |
| 50 * is insignifiant and being able to run xsltpoc -v is useful. On | 50 * is insignifiant and being able to run xsltpoc -v is useful. On |
| 51 * by default unless --without-debug is passed to configure | 51 * by default unless --without-debug is passed to configure |
| 52 */ | 52 */ |
| 53 #if 1 | 53 #if 0 |
| 54 #define WITH_XSLT_DEBUG | 54 #define WITH_XSLT_DEBUG |
| 55 #endif | 55 #endif |
| 56 | 56 |
| 57 #if 0 | 57 #if 0 |
| 58 /** | 58 /** |
| 59 * DEBUG_MEMORY: | 59 * DEBUG_MEMORY: |
| 60 * | 60 * |
| 61 * should be activated only when debugging libxslt. It replaces the | 61 * should be activated only when debugging libxslt. It replaces the |
| 62 * allocator with a collect and debug shell to the libc allocator. | 62 * allocator with a collect and debug shell to the libc allocator. |
| 63 * Use configure --with-mem-debug to activate it on both library | 63 * Use configure --with-mem-debug to activate it on both library |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 #define TRIO_REPLACE_STDIO | 97 #define TRIO_REPLACE_STDIO |
| 98 #endif | 98 #endif |
| 99 | 99 |
| 100 /** | 100 /** |
| 101 * WITH_XSLT_DEBUGGER: | 101 * WITH_XSLT_DEBUGGER: |
| 102 * | 102 * |
| 103 * Activate the compilation of the debugger support. Speed penalty | 103 * Activate the compilation of the debugger support. Speed penalty |
| 104 * is insignifiant. | 104 * is insignifiant. |
| 105 * On by default unless --without-debugger is passed to configure | 105 * On by default unless --without-debugger is passed to configure |
| 106 */ | 106 */ |
| 107 #if 1 | 107 #if 0 |
| 108 #ifndef WITH_DEBUGGER | 108 #ifndef WITH_DEBUGGER |
| 109 #define WITH_DEBUGGER | 109 #define WITH_DEBUGGER |
| 110 #endif | 110 #endif |
| 111 #endif | 111 #endif |
| 112 | 112 |
| 113 /** | 113 /** |
| 114 * WITH_MODULES: | 114 * WITH_MODULES: |
| 115 * | 115 * |
| 116 * Whether module support is configured into libxslt | 116 * Whether module support is configured into libxslt |
| 117 * Note: no default module path for win32 platforms | 117 * Note: no default module path for win32 platforms |
| 118 */ | 118 */ |
| 119 #if 1 | 119 #if 0 |
| 120 #ifndef WITH_MODULES | 120 #ifndef WITH_MODULES |
| 121 #define WITH_MODULES | 121 #define WITH_MODULES |
| 122 #endif | 122 #endif |
| 123 #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/lib/libxslt-plugins" | 123 #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/local/lib/libxslt-plugins" |
| 124 #endif | 124 #endif |
| 125 | 125 |
| 126 /** | 126 /** |
| 127 * Locale support | 127 * Locale support |
| 128 */ | 128 */ |
| 129 #if 0 | 129 #if 1 |
| 130 #ifndef XSLT_LOCALE_XLOCALE | 130 #ifndef XSLT_LOCALE_XLOCALE |
| 131 #define XSLT_LOCALE_XLOCALE | 131 #define XSLT_LOCALE_XLOCALE |
| 132 #endif | 132 #endif |
| 133 #elif 0 | 133 #elif 0 |
| 134 #ifndef XSLT_LOCALE_WINAPI | 134 #ifndef XSLT_LOCALE_WINAPI |
| 135 #define XSLT_LOCALE_WINAPI | 135 #define XSLT_LOCALE_WINAPI |
| 136 #endif | 136 #endif |
| 137 #endif | 137 #endif |
| 138 | 138 |
| 139 /** | 139 /** |
| 140 * ATTRIBUTE_UNUSED: | 140 * ATTRIBUTE_UNUSED: |
| 141 * | 141 * |
| 142 * This macro is used to flag unused function parameters to GCC | 142 * This macro is used to flag unused function parameters to GCC |
| 143 */ | 143 */ |
| 144 #ifdef __GNUC__ | 144 #ifdef __GNUC__ |
| 145 #ifdef HAVE_ANSIDECL_H | 145 #ifdef HAVE_ANSIDECL_H |
| 146 #include <ansidecl.h> | 146 #include <ansidecl.h> |
| 147 #endif | 147 #endif |
| 148 #ifndef ATTRIBUTE_UNUSED | 148 #ifndef ATTRIBUTE_UNUSED |
| 149 #define ATTRIBUTE_UNUSED __attribute__((unused)) | 149 #define ATTRIBUTE_UNUSED __attribute__((unused)) |
| 150 #endif | 150 #endif |
| 151 #else | 151 #else |
| 152 #define ATTRIBUTE_UNUSED | 152 #define ATTRIBUTE_UNUSED |
| 153 #endif | 153 #endif |
| 154 | 154 |
| 155 /** | 155 /** |
| 156 * LIBXSLT_ATTR_FORMAT: |
| 157 * |
| 158 * This macro is used to indicate to GCC the parameters are printf-like |
| 159 */ |
| 160 #ifdef __GNUC__ |
| 161 #define LIBXSLT_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,a
rgs))) |
| 162 #else |
| 163 #define LIBXSLT_ATTR_FORMAT(fmt,args) |
| 164 #endif |
| 165 |
| 166 /** |
| 156 * LIBXSLT_PUBLIC: | 167 * LIBXSLT_PUBLIC: |
| 157 * | 168 * |
| 158 * This macro is used to declare PUBLIC variables for Cygwin and for MSC on Wind
ows | 169 * This macro is used to declare PUBLIC variables for Cygwin and for MSC on Wind
ows |
| 159 */ | 170 */ |
| 160 #if !defined LIBXSLT_PUBLIC | 171 #if !defined LIBXSLT_PUBLIC |
| 161 #if (defined(__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined
LIBXSLT_STATIC | 172 #if (defined(__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined
LIBXSLT_STATIC |
| 162 #define LIBXSLT_PUBLIC __declspec(dllimport) | 173 #define LIBXSLT_PUBLIC __declspec(dllimport) |
| 163 #else | 174 #else |
| 164 #define LIBXSLT_PUBLIC | 175 #define LIBXSLT_PUBLIC |
| 165 #endif | 176 #endif |
| 166 #endif | 177 #endif |
| 167 | 178 |
| 168 #ifdef __cplusplus | 179 #ifdef __cplusplus |
| 169 } | 180 } |
| 170 #endif | 181 #endif |
| 171 | 182 |
| 172 #endif /* __XML_XSLTCONFIG_H__ */ | 183 #endif /* __XML_XSLTCONFIG_H__ */ |
| OLD | NEW |