~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to plugin/innodb_memcached/daemon_memcached/config.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.  Generated from config.h.in by configure.  */
 
2
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
3
 
 
4
#ifndef CONFIG_H
 
5
#define CONFIG_H
 
6
 
 
7
/* Define if building universal (internal helper macro) */
 
8
/* #undef AC_APPLE_UNIVERSAL_BUILD */
 
9
 
 
10
/* Set to nonzero if you want to include DTRACE */
 
11
/* #undef ENABLE_DTRACE */
 
12
 
 
13
/* Set to nonzero if you want to include ISASL */
 
14
/* #undef ENABLE_ISASL */
 
15
 
 
16
/* Set to nonzero if you want to include SASL */
 
17
/* #undef ENABLE_SASL */
 
18
 
 
19
/* Set to nonzero if you want to enable a SASL pwdb */
 
20
/* #undef ENABLE_SASL_PWDB */
 
21
 
 
22
/* Define to 1 if you have the <dlfcn.h> header file. */
 
23
#define HAVE_DLFCN_H 1
 
24
 
 
25
/* Define this if you have an implementation of drop_privileges() */
 
26
/* #undef HAVE_DROP_PRIVILEGES */
 
27
 
 
28
/* Define to 1 if you have the `getpagesizes' function. */
 
29
/* #undef HAVE_GETPAGESIZES */
 
30
 
 
31
/* Have ntohll */
 
32
/* #undef HAVE_HTONLL */
 
33
 
 
34
/* Define to 1 if you have the <inttypes.h> header file. */
 
35
#define HAVE_INTTYPES_H 1
 
36
 
 
37
/* Define to 1 if you have the <link.h> header file. */
 
38
#define HAVE_LINK_H 1
 
39
 
 
40
/* Define to 1 if you have the `memcntl' function. */
 
41
/* #undef HAVE_MEMCNTL */
 
42
 
 
43
/* Define to 1 if you have the <memory.h> header file. */
 
44
#define HAVE_MEMORY_H 1
 
45
 
 
46
/* Define to 1 if you have the `mlockall' function. */
 
47
#define HAVE_MLOCKALL 1
 
48
 
 
49
/* Define to 1 if you have the <netdb.h> header file. */
 
50
#define HAVE_NETDB_H 1
 
51
 
 
52
/* Define to 1 if you have the <netinet/in.h> header file. */
 
53
#define HAVE_NETINET_IN_H 1
 
54
 
 
55
/* Define to 1 if you have the <netinet/tcp.h> header file. */
 
56
#define HAVE_NETINET_TCP_H 1
 
57
 
 
58
/* Define to 1 if you have the <priv.h> header file. */
 
59
/* #undef HAVE_PRIV_H */
 
60
 
 
61
/* Define to 1 if you have the <pwd.h> header file. */
 
62
#define HAVE_PWD_H 1
 
63
 
 
64
/* Set to nonzero if your SASL implementation supports SASL_CB_GETCONF */
 
65
/* #undef HAVE_SASL_CB_GETCONF */
 
66
 
 
67
/* Define to 1 if you have the <sasl/sasl.h> header file. */
 
68
/* #undef HAVE_SASL_SASL_H */
 
69
 
 
70
/* Define to 1 if you have the `setppriv' function. */
 
71
/* #undef HAVE_SETPPRIV */
 
72
 
 
73
/* Define to 1 if you have the `sigignore' function. */
 
74
#define HAVE_SIGIGNORE 1
 
75
 
 
76
/* Define to 1 if stdbool.h conforms to C99. */
 
77
/* #undef HAVE_STDBOOL_H */
 
78
 
 
79
/* Define to 1 if you have the <stdint.h> header file. */
 
80
#define HAVE_STDINT_H 1
 
81
 
 
82
/* Define to 1 if you have the <stdlib.h> header file. */
 
83
#define HAVE_STDLIB_H 1
 
84
 
 
85
/* Define to 1 if you have the <strings.h> header file. */
 
86
#define HAVE_STRINGS_H 1
 
87
 
 
88
/* Define to 1 if you have the <string.h> header file. */
 
89
#define HAVE_STRING_H 1
 
90
 
 
91
/* Define to 1 if you have the <sysexits.h> header file. */
 
92
#define HAVE_SYSEXITS_H 1
 
93
 
 
94
/* Define to 1 if you have the <syslog.h> header file. */
 
95
#define HAVE_SYSLOG_H 1
 
96
 
 
97
/* Define to 1 if you have the <sys/mman.h> header file. */
 
98
#define HAVE_SYS_MMAN_H 1
 
99
 
 
100
/* Define to 1 if you have the <sys/resource.h> header file. */
 
101
#define HAVE_SYS_RESOURCE_H 1
 
102
 
 
103
/* Define to 1 if you have the <sys/socket.h> header file. */
 
104
#define HAVE_SYS_SOCKET_H 1
 
105
 
 
106
/* Define to 1 if you have the <sys/stat.h> header file. */
 
107
#define HAVE_SYS_STAT_H 1
 
108
 
 
109
/* Define to 1 if you have the <sys/types.h> header file. */
 
110
#define HAVE_SYS_TYPES_H 1
 
111
 
 
112
/* Define to 1 if you have the <sys/uio.h> header file. */
 
113
#define HAVE_SYS_UIO_H 1
 
114
 
 
115
/* Define to 1 if you have the <sys/un.h> header file. */
 
116
#define HAVE_SYS_UN_H 1
 
117
 
 
118
/* Define to 1 if you have the <sys/wait.h> header file. */
 
119
#define HAVE_SYS_WAIT_H 1
 
120
 
 
121
/* Define this if you have umem.h */
 
122
/* #undef HAVE_UMEM_H */
 
123
 
 
124
/* Define to 1 if you have the <unistd.h> header file. */
 
125
#define HAVE_UNISTD_H 1
 
126
 
 
127
/* Define to 1 if you have the <windows.h> header file. */
 
128
/* #undef HAVE_WINDOWS_H */
 
129
 
 
130
/* Define to 1 if the system has the type `_Bool'. */
 
131
#define HAVE__BOOL 1
 
132
 
 
133
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
134
   */
 
135
#define LT_OBJDIR ".libs/"
 
136
 
 
137
/* Machine need alignment */
 
138
#define NEED_ALIGN 1
 
139
 
 
140
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
141
/* #undef NO_MINUS_C_MINUS_O */
 
142
 
 
143
/* Name of package */
 
144
#define PACKAGE "memcached"
 
145
 
 
146
/* Define to the address where bug reports for this package should be sent. */
 
147
#define PACKAGE_BUGREPORT "memcached@googlegroups.com"
 
148
 
 
149
/* Define to the full name of this package. */
 
150
#define PACKAGE_NAME "memcached"
 
151
 
 
152
/* Define to the full name and version of this package. */
 
153
#define PACKAGE_STRING "memcached 1.6.0_beta1"
 
154
 
 
155
/* Define to the one symbol short name of this package. */
 
156
#define PACKAGE_TARNAME "memcached"
 
157
 
 
158
/* Define to the home page for this package. */
 
159
#define PACKAGE_URL ""
 
160
 
 
161
/* Define to the version of this package. */
 
162
#define PACKAGE_VERSION "1.6.0_beta1"
 
163
 
 
164
/* Define to 1 if you have the ANSI C header files. */
 
165
#define STDC_HEADERS 1
 
166
 
 
167
/* Version number of package */
 
168
#define VERSION "1.6.0_beta1"
 
169
 
 
170
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
171
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
172
#if defined AC_APPLE_UNIVERSAL_BUILD
 
173
# if defined __BIG_ENDIAN__
 
174
#  define WORDS_BIGENDIAN 1
 
175
# endif
 
176
#else
 
177
# ifndef WORDS_BIGENDIAN
 
178
/* #  undef WORDS_BIGENDIAN */
 
179
# endif
 
180
#endif
 
181
 
 
182
/* find sigignore on Linux */
 
183
#define _GNU_SOURCE 1
 
184
 
 
185
/* Define to empty if `const' does not conform to ANSI C. */
 
186
/* #undef const */
 
187
 
 
188
/* define to int if socklen_t not available */
 
189
/* #undef socklen_t */
 
190
 
 
191
#include "config_static.h"
 
192
#endif