preparing release 1.1.6 keep the ChangeLog compressed Daniel
[platform/upstream/libxslt.git] / libxslt / xsltwin32config.h
1 /*
2  * Summary: compile-time version informations for the XSLT engine 
3  *          when compiled on windows
4  * Description: compile-time version informations for the XSLT engine
5  *              when compiled on windows. This file is generated.
6  *
7  * Copy: See Copyright for the status of this software.
8  *
9  * Author: Daniel Veillard
10  */
11
12 #ifndef __XML_XSLTWIN32CONFIG_H__
13 #define __XML_XSLTWIN32CONFIG_H__
14
15 #include "win32config.h"
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /**
22  * LIBXSLT_DOTTED_VERSION:
23  *
24  * the version string like "1.2.3"
25  */
26 #define LIBXSLT_DOTTED_VERSION "1.1.6"
27
28 /**
29  * LIBXSLT_VERSION:
30  *
31  * the version number: 1.2.3 value is 1002003
32  */
33 #define LIBXSLT_VERSION 10106
34
35 /**
36  * LIBXSLT_VERSION_STRING:
37  *
38  * the version number string, 1.2.3 value is "1002003"
39  */
40 #define LIBXSLT_VERSION_STRING "10106"
41
42 /**
43  * WITH_XSLT_DEBUG:
44  *
45  * Activate the compilation of the debug reporting. Speed penalty
46  * is insignifiant and being able to run xsltpoc -v is useful. On
47  * by default
48  */
49 #if 1
50 #define WITH_XSLT_DEBUG
51 #endif
52
53 #if 0
54 /**
55  * DEBUG_MEMORY:
56  *
57  * should be activated only when debugging libxslt. It replaces the
58  * allocator with a collect and debug shell to the libc allocator.
59  * Use configure --with-mem-debug to activate it on both library
60  */
61 #define DEBUG_MEMORY
62
63 /**
64  * DEBUG_MEMORY_LOCATION:
65  *
66  * should be activated only when debugging libxslt.
67  * DEBUG_MEMORY_LOCATION should be activated only when libxml has
68  * been configured with --with-debug-mem too
69  */
70 #define DEBUG_MEMORY_LOCATION
71 #endif
72
73 /**
74  * ATTRIBUTE_UNUSED:
75  *
76  * This macro is used to flag unused function parameters to GCC, useless here
77  */
78 #ifndef ATTRIBUTE_UNUSED
79 #define ATTRIBUTE_UNUSED
80 #endif
81
82 #ifdef __cplusplus
83 }
84 #endif
85
86 #endif /* __XML_XSLTWIN32CONFIG_H__ */