-
Notifications
You must be signed in to change notification settings - Fork 40
/
acconfig.h
391 lines (265 loc) · 10.5 KB
/
acconfig.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
/* src/acconfig.h. Generated from acconfig.h.in by configure. */
/* src/acconfig.h.in. Generated from configure.ac by autoheader. */
/* fallocate(2) is supported */
#define CEPH_HAVE_FALLOCATE /**/
/* F_SETPIPE_SZ is supported */
/* #undef CEPH_HAVE_SETPIPE_SZ */
/* splice(2) is supported */
//#define CEPH_HAVE_SPLICE /**/
/* Define if darwin/osx */
/* #undef DARWIN */
/* Define if you want C_Gather debugging */
#define DEBUG_GATHER 1
/* Define if enabling coverage. */
/* #undef ENABLE_COVERAGE */
/* FastCGI headers are in /usr/include/fastcgi */
/* #undef FASTCGI_INCLUDE_DIR */
/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1
/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
#define HAVE_ARPA_NAMESER_COMPAT_H 1
/* have boost::random::discrete_distribution */
/* #undef HAVE_BOOST_RANDOM_DISCRETE_DISTRIBUTION */
/* Define if have curl_multi_wait() */
/* #undef HAVE_CURL_MULTI_WAIT */
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
don't. */
#define HAVE_DECL_STRERROR_R 1
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#define HAVE_DIRENT_H 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have fdatasync. */
#define HAVE_FDATASYNC 1
/* linux/fiemap.h was found, fiemap ioctl will be used */
#define HAVE_FIEMAP_H /**/
/* Define if the C complier supports __func__ */
#define HAVE_FUNC /**/
/* Define to 1 if you have the `fuse_getgroups' function. */
#define HAVE_FUSE_GETGROUPS 1
/* we have a recent yasm and are x86_64 */
/* #undef HAVE_GOOD_YASM_ELF64 */
/* Define to 1 if the system has the type `int16_t'. */
#define HAVE_INT16_T 1
/* Define to 1 if the system has the type `int32_t'. */
#define HAVE_INT32_T 1
/* Define to 1 if the system has the type `int64_t'. */
#define HAVE_INT64_T 1
/* Define to 1 if the system has the type `int8_t'. */
#define HAVE_INT8_T 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Defined if LevelDB supports bloom filters */
#define HAVE_LEVELDB_FILTER_POLICY 1
/* Defined if you don't have atomic_ops */
#define HAVE_LIBAIO 1
/* Define to 1 if you have the `boost_program_options' library
(-lboost_program_options). */
/* #undef HAVE_LIBBOOST_PROGRAM_OPTIONS */
/* Define to 1 if you have the `boost_program_options-mt' library
(-lboost_program_options-mt). */
#define HAVE_LIBBOOST_PROGRAM_OPTIONS_MT 1
/* Define to 1 if you have the `boost_system' library (-lboost_system). */
/* #undef HAVE_LIBBOOST_SYSTEM */
/* Define to 1 if you have the `boost_system-mt' library (-lboost_system-mt).
*/
#define HAVE_LIBBOOST_SYSTEM_MT 1
/* Define to 1 if you have the `boost_thread' library (-lboost_thread). */
/* #undef HAVE_LIBBOOST_THREAD */
/* Define to 1 if you have the `boost_thread-mt' library (-lboost_thread-mt).
*/
#define HAVE_LIBBOOST_THREAD_MT 1
/* Define if you have fuse */
#define HAVE_LIBFUSE 1
/* Define to 1 if you have the `leveldb' library (-lleveldb). */
#define HAVE_LIBLEVELDB 1
/* Define to 1 if you have the `profiler' library (-lprofiler). */
/* #undef HAVE_LIBPROFILER */
/* Define to 1 if you have the `snappy' library (-lsnappy). */
#define HAVE_LIBSNAPPY 1
/* Define if you have tcmalloc */
#define HAVE_LIBTCMALLOC 1
/* Define to 1 if you have libxfs */
#define HAVE_LIBXFS 1
/* Defined if you have libzfs enabled */
/* #undef HAVE_LIBZFS */
/* Define to 1 if you have the <linux/types.h> header file. */
#define HAVE_LINUX_TYPES_H 1 //crack for mingw, a bit dirty
/* Define to 1 if you have the <linux/version.h> header file. */
#define HAVE_LINUX_VERSION_H 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */
/* Define to 1 if you have the <netdb.h> header file. */
#define HAVE_NETDB_H 1
/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1
/* Support (PCLMUL) Carry-Free Muliplication */
#define HAVE_PCLMUL /**/
/* Define to 1 if you have the `pipe2' function. */
#define HAVE_PIPE2 1
/* Define to 1 if you have the `posix_fadvise' function. */
#define HAVE_POSIX_FADVISE 1
/* Define to 1 if you have the `posix_fallocate' function. */
#define HAVE_POSIX_FALLOCATE 1
/* Define to 1 if you have the `prctl' function. */
#define HAVE_PRCTL 1
/* Define if the C complier supports __PRETTY_FUNCTION__ */
#define HAVE_PRETTY_FUNC /**/
/* Define if you have perftools profiler enabled */
/* #undef HAVE_PROFILER */
/* Define if you have POSIX threads libraries and header files. */
#define HAVE_PTHREAD 1
/* Define if you have pthread_spin_init */
#define HAVE_PTHREAD_SPINLOCK 1
/* Support SSE (Streaming SIMD Extensions) instructions */
#define HAVE_SSE /**/
/* Support SSE2 (Streaming SIMD Extensions 2) instructions */
#define HAVE_SSE2 /**/
/* Support SSE3 (Streaming SIMD Extensions 3) instructions */
#define HAVE_SSE3 /**/
/* Support SSE4.1 (Streaming SIMD Extensions 4.1) instructions */
#define HAVE_SSE4_1 /**/
/* Support SSE4.2 (Streaming SIMD Extensions 4.2) instructions */
#define HAVE_SSE4_2 /**/
/* Support SSSE3 (Supplemental Streaming SIMD Extensions 3) instructions */
#define HAVE_SSSE3 /**/
/* define if the compiler supports static_cast<> */
#define HAVE_STATIC_CAST /**/
/* Define if you have struct stat.st_mtimespec.tv_nsec */
/* #undef HAVE_STAT_ST_MTIMESPEC_TV_NSEC */
/* Define if you have struct stat.st_mtim.tv_nsec */
//#define HAVE_STAT_ST_MTIM_TV_NSEC 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strerror_r' function. */
#define HAVE_STRERROR_R 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `syncfs' function. */
/* #undef HAVE_SYNCFS */
/* sync_file_range(2) is supported */
#define HAVE_SYNC_FILE_RANGE /**/
/* Define to 1 if you have the <syslog.h> header file. */
#define HAVE_SYSLOG_H 1
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_DIR_H */
/* Define to 1 if you have the <sys/file.h> header file. */
#define HAVE_SYS_FILE_H 1
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/mount.h> header file. */
#define HAVE_SYS_MOUNT_H 1
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_NDIR_H */
/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/prctl.h> header file. */
//#define HAVE_SYS_PRCTL_H 1
/* Define to 1 if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#define HAVE_SYS_STATVFS_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* we have syncfs */
/* #undef HAVE_SYS_SYNCFS */
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/vfs.h> header file. */
//#define HAVE_SYS_VFS_H 1
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* Define to 1 if you have the <sys/xattr.h> header file. */
#define HAVE_SYS_XATTR_H 1
/* Define to 1 if the system has the type `uint16_t'. */
#define HAVE_UINT16_T 1
/* Define to 1 if the system has the type `uint32_t'. */
#define HAVE_UINT32_T 1
/* Define to 1 if the system has the type `uint64_t'. */
#define HAVE_UINT64_T 1
/* Define to 1 if the system has the type `uint8_t'. */
#define HAVE_UINT8_T 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
/* Define to 1 if the system has the type `__be16'. */
#define HAVE___BE16 1
/* Define to 1 if the system has the type `__be32'. */
#define HAVE___BE32 1
/* Define to 1 if the system has the type `__be64'. */
#define HAVE___BE64 1
/* Define to 1 if the system has the type `__le16'. */
#define HAVE___LE16 1
/* Define to 1 if the system has the type `__le32'. */
#define HAVE___LE32 1
/* Define to 1 if the system has the type `__le64'. */
#define HAVE___LE64 1
/* Define to 1 if the system has the type `__s16'. */
#define HAVE___S16 1
/* Define to 1 if the system has the type `__s32'. */
#define HAVE___S32 1
/* Define to 1 if the system has the type `__s64'. */
#define HAVE___S64 1
/* Define to 1 if the system has the type `__s8'. */
#define HAVE___S8 1
/* Define to 1 if the system has the type `__u16'. */
#define HAVE___U16 1
/* Define to 1 if the system has the type `__u32'. */
#define HAVE___U32 1
/* Define to 1 if the system has the type `__u64'. */
#define HAVE___U64 1
/* Define to 1 if the system has the type `__u8'. */
#define HAVE___U8 1
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#define LT_OBJDIR ".libs/"
/* Defined if you do not have atomic_ops */
#define NO_ATOMIC_OPS
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
/* Name of package */
#define PACKAGE "ceph"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
/* Define to the full name of this package. */
#define PACKAGE_NAME "ceph"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ceph 0.94.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ceph"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.94.2"
/* Defined if you want pg ref debugging */
/* #undef PG_DEBUG_REFS */
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
/* #undef PTHREAD_CREATE_JOINABLE */
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define to 1 if strerror_r returns char *. */
#define STRERROR_R_CHAR_P 1
/* Define if using CryptoPP. */
#define USE_CRYPTOPP 1
/* Define if using NSS. */
/* #undef USE_NSS */
/* Version number of package */
#define VERSION "0.94.2"
/* define if radosgw enabled */
#define WITH_RADOSGW 0
#ifdef __struct_timespec_defined
#ifndef HAVE_STRUCT_TIMESPEC
#define HAVE_STRUCT_TIMESPEC
#endif
#endif