~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to storage/tokudb/ft-index/third_party/xz-4.999.9beta/dos/config.h

  • Committer: Package Import Robot
  • Author(s): James Page, Otto Kekäläinen
  • Date: 2014-02-17 16:51:52 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140217165152-k315d3175g865kkx
Tags: 5.5.35-1
[ Otto Kekäläinen ]
* New upstream release, fixing the following security issues:
  - Buffer overflow in client/mysql.cc (Closes: #737597).
    - CVE-2014-0001
  - http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html
    - CVE-2013-5891
    - CVE-2013-5908
    - CVE-2014-0386
    - CVE-2014-0393
    - CVE-2014-0401
    - CVE-2014-0402
    - CVE-2014-0412
    - CVE-2014-0420
    - CVE-2014-0437
* Upstream https://mariadb.atlassian.net/browse/MDEV-4902
  fixes compatibility with Bison 3.0 (Closes: #733002)
* Updated Russian debconf translation (Closes: #734426)
* Updated Japanese debconf translation (Closes: #735284)
* Updated French debconf translation (Closes: #736480)
* Renamed SONAME properly (Closes: #732967)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
 
2
// vim: expandtab:ts=8:sw=4:softtabstop=4:
 
3
/* Define to 1 if using x86 assembler optimizations. */
 
4
#define HAVE_ASM_X86 1
 
5
 
 
6
/* Define to 1 if crc32 integrity check is enabled. */
 
7
#define HAVE_CHECK_CRC32 1
 
8
 
 
9
/* Define to 1 if crc64 integrity check is enabled. */
 
10
#define HAVE_CHECK_CRC64 1
 
11
 
 
12
/* Define to 1 if sha256 integrity check is enabled. */
 
13
#define HAVE_CHECK_SHA256 1
 
14
 
 
15
/* Define to 1 if decoder components are enabled. */
 
16
#define HAVE_DECODER 1
 
17
 
 
18
/* Define to 1 if arm decoder is enabled. */
 
19
#define HAVE_DECODER_ARM 1
 
20
 
 
21
/* Define to 1 if armthumb decoder is enabled. */
 
22
#define HAVE_DECODER_ARMTHUMB 1
 
23
 
 
24
/* Define to 1 if delta decoder is enabled. */
 
25
#define HAVE_DECODER_DELTA 1
 
26
 
 
27
/* Define to 1 if ia64 decoder is enabled. */
 
28
#define HAVE_DECODER_IA64 1
 
29
 
 
30
/* Define to 1 if lzma1 decoder is enabled. */
 
31
#define HAVE_DECODER_LZMA1 1
 
32
 
 
33
/* Define to 1 if lzma2 decoder is enabled. */
 
34
#define HAVE_DECODER_LZMA2 1
 
35
 
 
36
/* Define to 1 if powerpc decoder is enabled. */
 
37
#define HAVE_DECODER_POWERPC 1
 
38
 
 
39
/* Define to 1 if sparc decoder is enabled. */
 
40
#define HAVE_DECODER_SPARC 1
 
41
 
 
42
/* Define to 1 if subblock decoder is enabled. */
 
43
/* #undef HAVE_DECODER_SUBBLOCK */
 
44
 
 
45
/* Define to 1 if x86 decoder is enabled. */
 
46
#define HAVE_DECODER_X86 1
 
47
 
 
48
/* Define to 1 if encoder components are enabled. */
 
49
#define HAVE_ENCODER 1
 
50
 
 
51
/* Define to 1 if arm encoder is enabled. */
 
52
#define HAVE_ENCODER_ARM 1
 
53
 
 
54
/* Define to 1 if armthumb encoder is enabled. */
 
55
#define HAVE_ENCODER_ARMTHUMB 1
 
56
 
 
57
/* Define to 1 if delta encoder is enabled. */
 
58
#define HAVE_ENCODER_DELTA 1
 
59
 
 
60
/* Define to 1 if ia64 encoder is enabled. */
 
61
#define HAVE_ENCODER_IA64 1
 
62
 
 
63
/* Define to 1 if lzma1 encoder is enabled. */
 
64
#define HAVE_ENCODER_LZMA1 1
 
65
 
 
66
/* Define to 1 if lzma2 encoder is enabled. */
 
67
#define HAVE_ENCODER_LZMA2 1
 
68
 
 
69
/* Define to 1 if powerpc encoder is enabled. */
 
70
#define HAVE_ENCODER_POWERPC 1
 
71
 
 
72
/* Define to 1 if sparc encoder is enabled. */
 
73
#define HAVE_ENCODER_SPARC 1
 
74
 
 
75
/* Define to 1 if subblock encoder is enabled. */
 
76
/* #undef HAVE_ENCODER_SUBBLOCK */
 
77
 
 
78
/* Define to 1 if x86 encoder is enabled. */
 
79
#define HAVE_ENCODER_X86 1
 
80
 
 
81
/* Define to 1 if the system supports fast unaligned memory access. */
 
82
#define HAVE_FAST_UNALIGNED_ACCESS 1
 
83
 
 
84
/* Define to 1 if you have the <inttypes.h> header file. */
 
85
#define HAVE_INTTYPES_H 1
 
86
 
 
87
/* Define to 1 if you have the <limits.h> header file. */
 
88
#define HAVE_LIMITS_H 1
 
89
 
 
90
/* Define to 1 if you have the <memory.h> header file. */
 
91
#define HAVE_MEMORY_H 1
 
92
 
 
93
/* Define to 1 to enable bt2 match finder. */
 
94
#define HAVE_MF_BT2 1
 
95
 
 
96
/* Define to 1 to enable bt3 match finder. */
 
97
#define HAVE_MF_BT3 1
 
98
 
 
99
/* Define to 1 to enable bt4 match finder. */
 
100
#define HAVE_MF_BT4 1
 
101
 
 
102
/* Define to 1 to enable hc3 match finder. */
 
103
#define HAVE_MF_HC3 1
 
104
 
 
105
/* Define to 1 to enable hc4 match finder. */
 
106
#define HAVE_MF_HC4 1
 
107
 
 
108
/* Define to 1 if optimizing for size. */
 
109
/* #undef HAVE_SMALL */
 
110
 
 
111
/* Define to 1 if stdbool.h conforms to C99. */
 
112
#define HAVE_STDBOOL_H 1
 
113
 
 
114
/* Define to 1 if you have the <stdint.h> header file. */
 
115
#define HAVE_STDINT_H 1
 
116
 
 
117
/* Define to 1 if you have the <stdlib.h> header file. */
 
118
#define HAVE_STDLIB_H 1
 
119
 
 
120
/* Define to 1 if you have the <strings.h> header file. */
 
121
#define HAVE_STRINGS_H 1
 
122
 
 
123
/* Define to 1 if you have the <string.h> header file. */
 
124
#define HAVE_STRING_H 1
 
125
 
 
126
/* Define to 1 if the system has the type `uintptr_t'. */
 
127
#define HAVE_UINTPTR_T 1
 
128
 
 
129
/* Define to 1 if you have the <sys/time.h> header file. */
 
130
#define HAVE_SYS_TIME_H 1
 
131
 
 
132
/* Define to 1 if you have the `utimes' function. */
 
133
#define HAVE_UTIMES 1
 
134
 
 
135
/* Define to 1 or 0, depending whether the compiler supports simple visibility
 
136
   declarations. */
 
137
#define HAVE_VISIBILITY 0
 
138
 
 
139
/* Define to 1 if the system has the type `_Bool'. */
 
140
#define HAVE__BOOL 1
 
141
 
 
142
/* Define to the address where bug reports for this package should be sent. */
 
143
#define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
 
144
 
 
145
/* Define to the full name of this package. */
 
146
#define PACKAGE_NAME "XZ Utils"
 
147
 
 
148
/* The size of `size_t', as computed by sizeof. */
 
149
#define SIZEOF_SIZE_T 4
 
150
 
 
151
/* Define to 1 if you have the ANSI C header files. */
 
152
#define STDC_HEADERS 1