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

« back to all changes in this revision

Viewing changes to storage/tokudb/ft-index/toku_include/toku_config.h.in

  • 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
 
 
3
#ifndef __CONFIG_H__
 
4
#define __CONFIG_H__
 
5
 
 
6
#ident "$Id$"
 
7
#ident "Copyright (c) 2007-2012 Tokutek Inc.  All rights reserved."
 
8
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
 
9
 
 
10
#define TOKUDB_REVISION @CMAKE_TOKUDB_REVISION@
 
11
 
 
12
#cmakedefine TOKU_DEBUG_PARANOID 1
 
13
#cmakedefine USE_VALGRIND 1
 
14
 
 
15
#cmakedefine HAVE_ALLOCA_H 1
 
16
#cmakedefine HAVE_ARPA_INET_H 1
 
17
#cmakedefine HAVE_BYTESWAP_H 1
 
18
#cmakedefine HAVE_ENDIAN_H 1
 
19
#cmakedefine HAVE_FCNTL_H 1
 
20
#cmakedefine HAVE_INTTYPES_H 1
 
21
#cmakedefine HAVE_LIBKERN_OSATOMIC_H 1
 
22
#cmakedefine HAVE_LIBKERN_OSBYTEORDER_H 1
 
23
#cmakedefine HAVE_LIMITS_H 1
 
24
#cmakedefine HAVE_MACHINE_ENDIAN_H 1
 
25
#cmakedefine HAVE_MALLOC_H 1
 
26
#cmakedefine HAVE_MALLOC_MALLOC_H 1
 
27
#cmakedefine HAVE_MALLOC_NP_H 1
 
28
#cmakedefine HAVE_PTHREAD_H 1
 
29
#cmakedefine HAVE_PTHREAD_NP_H 1
 
30
#cmakedefine HAVE_STDINT_H 1
 
31
#cmakedefine HAVE_STDLIB_H 1
 
32
#cmakedefine HAVE_STRING_H 1
 
33
#cmakedefine HAVE_SYSCALL_H 1
 
34
#cmakedefine HAVE_SYS_ENDIAN_H 1
 
35
#cmakedefine HAVE_SYS_FILE_H 1
 
36
#cmakedefine HAVE_SYS_MALLOC_H 1
 
37
#cmakedefine HAVE_SYS_RESOURCE_H 1
 
38
#cmakedefine HAVE_SYS_STATVFS_H 1
 
39
#cmakedefine HAVE_SYS_SYSCALL_H 1
 
40
#cmakedefine HAVE_SYS_SYSCTL_H 1
 
41
#cmakedefine HAVE_SYS_SYSLIMITS_H 1
 
42
#cmakedefine HAVE_SYS_TIME_H 1
 
43
#cmakedefine HAVE_UNISTD_H 1
 
44
 
 
45
#cmakedefine HAVE_M_MMAP_THRESHOLD 1
 
46
#cmakedefine HAVE_CLOCK_REALTIME 1
 
47
#cmakedefine HAVE_O_DIRECT 1
 
48
#cmakedefine HAVE_F_NOCACHE 1
 
49
 
 
50
#cmakedefine HAVE_MALLOC_SIZE 1
 
51
#cmakedefine HAVE_MALLOC_USABLE_SIZE 1
 
52
#cmakedefine HAVE_MEMALIGN 1
 
53
#cmakedefine HAVE_VALLOC 1
 
54
#cmakedefine HAVE_NRAND48 1
 
55
#cmakedefine HAVE_RANDOM_R 1
 
56
 
 
57
#cmakedefine HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP 1
 
58
#cmakedefine HAVE_PTHREAD_YIELD 1
 
59
#cmakedefine HAVE_PTHREAD_YIELD_NP 1
 
60
#cmakedefine HAVE_PTHREAD_GETTHREADID_NP 1
 
61
 
 
62
#cmakedefine PTHREAD_YIELD_RETURNS_INT 1
 
63
#cmakedefine PTHREAD_YIELD_RETURNS_VOID 1
 
64
 
 
65
#cmakedefine HAVE_GNU_TLS 1
 
66
 
 
67
#endif /* __CONFIG_H__ */