~ubuntu-branches/ubuntu/oneiric/libxslt/oneiric-security

« back to all changes in this revision

Viewing changes to libxslt/xsltconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-19 13:15:06 UTC
  • mfrom: (9.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100119131506-cp3debjmuhm12lzi
Tags: 1.1.26-1ubuntu1
Merge with Debian; remaining changes:
Build a python-libxslt1-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *
21
21
 * the version string like "1.2.3"
22
22
 */
23
 
#define LIBXSLT_DOTTED_VERSION "1.1.24"
 
23
#define LIBXSLT_DOTTED_VERSION "1.1.26"
24
24
 
25
25
/**
26
26
 * LIBXSLT_VERSION:
27
27
 *
28
28
 * the version number: 1.2.3 value is 10203
29
29
 */
30
 
#define LIBXSLT_VERSION 10124
 
30
#define LIBXSLT_VERSION 10126
31
31
 
32
32
/**
33
33
 * LIBXSLT_VERSION_STRING:
34
34
 *
35
35
 * the version number string, 1.2.3 value is "10203"
36
36
 */
37
 
#define LIBXSLT_VERSION_STRING "10124"
 
37
#define LIBXSLT_VERSION_STRING "10126"
38
38
 
39
39
/**
40
40
 * LIBXSLT_VERSION_EXTRA:
41
41
 *
42
42
 * extra version information, used to show a CVS compilation
43
43
 */
44
 
#define LIBXSLT_VERSION_EXTRA "-CVS1070"
 
44
#define LIBXSLT_VERSION_EXTRA "-GITv1.1.26"
45
45
 
46
46
/**
47
47
 * WITH_XSLT_DEBUG:
124
124
#endif
125
125
 
126
126
/**
 
127
 * Locale support
 
128
 */
 
129
#if 1
 
130
#ifndef XSLT_LOCALE_XLOCALE
 
131
#define XSLT_LOCALE_XLOCALE
 
132
#endif
 
133
#elif 0
 
134
#ifndef XSLT_LOCALE_WINAPI
 
135
#define XSLT_LOCALE_WINAPI
 
136
#endif
 
137
#endif
 
138
 
 
139
/**
127
140
 * ATTRIBUTE_UNUSED:
128
141
 *
129
142
 * This macro is used to flag unused function parameters to GCC