File indexing completed on 2025-07-05 08:58:44
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef __XML_XSLTCONFIG_H__
0012 #define __XML_XSLTCONFIG_H__
0013
0014 #ifdef __cplusplus
0015 extern "C" {
0016 #endif
0017
0018
0019
0020
0021
0022
0023 #define LIBXSLT_DOTTED_VERSION "1.1.42"
0024
0025
0026
0027
0028
0029
0030 #define LIBXSLT_VERSION 10142
0031
0032
0033
0034
0035
0036
0037 #define LIBXSLT_VERSION_STRING "10142"
0038
0039
0040
0041
0042
0043
0044 #define LIBXSLT_VERSION_EXTRA ""
0045
0046
0047
0048
0049
0050
0051
0052
0053 #if 1
0054 #define WITH_XSLT_DEBUG
0055 #endif
0056
0057
0058
0059
0060
0061
0062
0063
0064
0065 #if 0
0066 #define XSLT_NEED_TRIO
0067 #endif
0068 #ifdef __VMS
0069 #define HAVE_SYS_STAT_H 1
0070 #ifndef XSLT_NEED_TRIO
0071 #define XSLT_NEED_TRIO
0072 #endif
0073 #endif
0074
0075 #ifdef XSLT_NEED_TRIO
0076 #define TRIO_REPLACE_STDIO
0077 #endif
0078
0079
0080
0081
0082
0083
0084
0085
0086 #if 1
0087 #ifndef WITH_DEBUGGER
0088 #define WITH_DEBUGGER
0089 #endif
0090 #endif
0091
0092
0093
0094
0095
0096
0097
0098
0099 #if 1
0100 #ifndef WITH_PROFILER
0101 #define WITH_PROFILER
0102 #endif
0103 #endif
0104
0105
0106
0107
0108
0109
0110
0111 #if 1
0112 #ifndef WITH_MODULES
0113 #define WITH_MODULES
0114 #endif
0115 #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/opt/software/linux-debian12-x86_64_v2/gcc-12.2.0/libxslt-1.1.42-cxkbdvzco6ewdm4tuxm4ibqbjmw6ojpy/lib/libxslt-plugins"
0116 #endif
0117
0118
0119
0120
0121
0122
0123 #ifdef __GNUC__
0124 #define LIBXSLT_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
0125 #else
0126 #define LIBXSLT_ATTR_FORMAT(fmt,args)
0127 #endif
0128
0129
0130
0131
0132
0133
0134 #if !defined LIBXSLT_PUBLIC
0135 #if (defined(__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined LIBXSLT_STATIC
0136 #define LIBXSLT_PUBLIC __declspec(dllimport)
0137 #else
0138 #define LIBXSLT_PUBLIC
0139 #endif
0140 #endif
0141
0142 #ifdef __cplusplus
0143 }
0144 #endif
0145
0146 #endif