ReactOS 0.4.15-dev-7934-g1dc8d80
xsltconfig.h
Go to the documentation of this file.
1/*
2 * Summary: compile-time version information for the XSLT engine
3 * Description: compile-time version information for the XSLT engine
4 * this module is autogenerated.
5 *
6 * Copy: See Copyright for the status of this software.
7 *
8 * Author: Daniel Veillard
9 */
10
11#ifndef __XML_XSLTCONFIG_H__
12#define __XML_XSLTCONFIG_H__
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
23#define LIBXSLT_DOTTED_VERSION "1.1.37"
24
30#define LIBXSLT_VERSION 10137
31
37#define LIBXSLT_VERSION_STRING "10137"
38
44#define LIBXSLT_VERSION_EXTRA ""
45
53#if 1
54#define WITH_XSLT_DEBUG
55#endif
56
57#if 1
65#define DEBUG_MEMORY
66
74#define DEBUG_MEMORY_LOCATION
75#endif
76
85#if 0
86#define XSLT_NEED_TRIO
87#endif
88#ifdef __VMS
89#define HAVE_SYS_STAT_H 1
90#ifndef XSLT_NEED_TRIO
91#define XSLT_NEED_TRIO
92#endif
93#endif
94
95#ifdef XSLT_NEED_TRIO
96#define TRIO_REPLACE_STDIO
97#endif
98
106#if 1
107#ifndef WITH_DEBUGGER
108#define WITH_DEBUGGER
109#endif
110#endif
111
119#if 0
120#ifndef WITH_PROFILER
121#define WITH_PROFILER
122#endif
123#endif
124
131#if 0
132#ifndef WITH_MODULES
133#define WITH_MODULES
134#endif
135#define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/lib/libxslt-plugins"
136#endif
137
143#ifdef __GNUC__
144#ifndef ATTRIBUTE_UNUSED
145#define ATTRIBUTE_UNUSED __attribute__((unused))
146#endif
147#else
148#define ATTRIBUTE_UNUSED
149#endif
150
156#ifdef __GNUC__
157#define LIBXSLT_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
158#else
159#define LIBXSLT_ATTR_FORMAT(fmt,args)
160#endif
161
167#if !defined LIBXSLT_PUBLIC
168#if (defined(__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined LIBXSLT_STATIC
169#define LIBXSLT_PUBLIC __declspec(dllimport)
170#else
171#define LIBXSLT_PUBLIC
172#endif
173#endif
174
175#ifdef __cplusplus
176}
177#endif
178
179#endif /* __XML_XSLTCONFIG_H__ */