-
Notifications
You must be signed in to change notification settings - Fork 0
/
pvfs2-config.h.in
486 lines (328 loc) · 13.8 KB
/
pvfs2-config.h.in
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
/* pvfs2-config.h.in. Generated from configure.in by autoheader. */
/* Define if berkeley db error reporting was enabled */
#undef BERKDB_ERROR_REPORTING
/* Define if kernel has aio support */
#undef HAVE_AIO
/* Define if aiocb->__error_code exists */
#undef HAVE_AIOCB_ERROR_CODE
/* Define if aiocb->__return_value exists */
#undef HAVE_AIOCB_RETURN_VALUE
/* Define if VFS AIO support in kernel has a new prototype */
#undef HAVE_AIO_NEW_AIO_SIGNATURE
/* Define if we are enabling VFS AIO support in kernel */
#undef HAVE_AIO_VFS_SUPPORT
/* Define if read_descriptor_t has an arg member */
#undef HAVE_ARG_IN_READ_DESCRIPTOR_T
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
/* Define to 1 if you have the <asm/ioctl32.h> header file. */
#undef HAVE_ASM_IOCTL32_H
/* Define to 1 if you have the <attr/xattr.h> header file. */
#undef HAVE_ATTR_XATTR_H
/* Define if kernel backing_dev_info struct has a name field */
#undef HAVE_BACKING_DEV_INFO_NAME
/* Define if bdi_init function is present */
#undef HAVE_BDI_INIT
/* Define if struct backing_dev_info in kernel has memory_backed */
#undef HAVE_BDI_MEMORY_BACKED
/* Define if struct file_operations has combined aio_read and readv functions
*/
#undef HAVE_COMBINED_AIO_AND_VECTOR
/* Define if there exists a compat_ioctl member in file_operations */
#undef HAVE_COMPAT_IOCTL_HANDLER
/* Define if third param (message) to DB error callback function is const */
#undef HAVE_CONST_THIRD_PARAMETER_TO_DB_ERROR_CALLBACK
/* Define if cred.h contains current_fsuid */
#undef HAVE_CURRENT_FSUID
/* Define if DB error callback function takes dbenv parameter */
#undef HAVE_DBENV_PARAMETER_TO_DB_ERROR_CALLBACK
/* Define if db library has DB_BUFFER_SMALL error */
#undef HAVE_DB_BUFFER_SMALL
/* Define if db library has DB_DIRTY_READ flag */
#undef HAVE_DB_DIRTY_READ
/* Define if DB has get_pagesize function */
#undef HAVE_DB_GET_PAGESIZE
/* Define if super_operations statfs has dentry argument */
#undef HAVE_DENTRY_STATFS_SOP
/* Define if kernel super_operations contains drop_inode field */
#undef HAVE_DROP_INODE
/* Define if dcache.h contains d_alloc_annon */
#undef HAVE_D_ALLOC_ANON
/* Define if export_operations has an encode_fh member */
#undef HAVE_ENCODEFH_EXPORT_OPERATIONS
/* Define to 1 if you have the <execinfo.h> header file. */
#undef HAVE_EXECINFO_H
/* Define to 1 if you have the `fgetxattr' function. */
#undef HAVE_FGETXATTR
/* Define if fgetxattr takes position and option arguments */
#undef HAVE_FGETXATTR_EXTRA_ARGS
/* Define if system provides fgtxattr prototype */
#undef HAVE_FGETXATTR_PROTOTYPE
/* Define if export_operations has an fh_to_dentry member */
#undef HAVE_FHTODENTRY_EXPORT_OPERATIONS
/* Define if struct inode_operations in kernel has fill_handle callback */
#undef HAVE_FILL_HANDLE_INODE_OPERATIONS
/* Define if struct super_operations in kernel has find_inode_handle callback
*/
#undef HAVE_FIND_INODE_HANDLE_SUPER_OPERATIONS
/* Define to 1 if you have the `fsetxattr' function. */
#undef HAVE_FSETXATTR
/* Define if fsetxattr takes position and option arguments */
#undef HAVE_FSETXATTR_EXTRA_ARGS
/* Define to 1 if you have the <fstab.h> header file. */
#undef HAVE_FSTAB_H
/* Define if kernel has generic_file_readv */
#undef HAVE_GENERIC_FILE_READV
/* Define if kernel has generic_getxattr */
#undef HAVE_GENERIC_GETXATTR
/* Define if kernel has generic_permission */
#undef HAVE_GENERIC_PERMISSION
/* Define if struct inode_operations in kernel has getattr_lite callback */
#undef HAVE_GETATTR_LITE_INODE_OPERATIONS
/* Define if gethostbyaddr function exists */
#undef HAVE_GETHOSTBYADDR
/* Define if gethostbyname function exists */
#undef HAVE_GETHOSTBYNAME
/* Define to 1 if you have the `getmntent' function. */
#undef HAVE_GETMNTENT
/* Define if pwd.h exists */
#undef HAVE_GETPWUID
/* Define if struct super_operations in kernel has get_fs_key callback */
#undef HAVE_GET_FS_KEY_SUPER_OPERATIONS
/* Define if strerror_r is GNU-specific */
#undef HAVE_GNU_STRERROR_R
/* Define if libibverbs has reregister event */
#undef HAVE_IBV_EVENT_CLIENT_REREGISTER
/* Define if libibverbs has ibv_get_devices */
#undef HAVE_IBV_GET_DEVICES
/* Define if IB wrap_common.h exists. */
#undef HAVE_IB_WRAP_COMMON_H
/* Define if kernel has iget4_locked */
#undef HAVE_IGET4_LOCKED
/* Define if kernel has iget5_locked */
#undef HAVE_IGET5_LOCKED
/* Define if kernel has iget_locked */
#undef HAVE_IGET_LOCKED
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if sceond argument to releasepage in address_space_operations is
type int */
#undef HAVE_INT_ARG2_ADDRESS_SPACE_OPERATIONS_RELEASEPAGE
/* Define if return type of invalidatepage should be int */
#undef HAVE_INT_RETURN_ADDRESS_SPACE_OPERATIONS_INVALIDATEPAGE
/* Define if return value from follow_link in inode_operations is type int */
#undef HAVE_INT_RETURN_INODE_OPERATIONS_FOLLOW_LINK
/* Define if return value from kmem_cache_destroy is type int */
#undef HAVE_INT_RETURN_KMEM_CACHE_DESTROY
/* Define if struct inode in kernel has i_blksize member */
#undef HAVE_I_BLKSIZE_IN_STRUCT_INODE
/* Define if struct inode in kernel has i_sem member */
#undef HAVE_I_SEM_IN_STRUCT_INODE
/* Define if kernel has i_size_read */
#undef HAVE_I_SIZE_READ
/* Define if kernel has i_size_write */
#undef HAVE_I_SIZE_WRITE
/* Define if kernel has device classes */
#undef HAVE_KERNEL_DEVICE_CLASSES
/* Define if kernel kmem_cache_create constructor has newer-style
one-parameter form */
#undef HAVE_KMEM_CACHE_CREATE_CTOR_ONE_PARAM
/* Define if kernel kmem_cache_create constructor has new-style two-parameter
form */
#undef HAVE_KMEM_CACHE_CREATE_CTOR_TWO_PARAM
/* Define if kernel kmem_cache_create has destructor param */
#undef HAVE_KMEM_CACHE_CREATE_DESTRUCTOR_PARAM
/* Define if kmem_cache_destroy returns int */
#undef HAVE_KMEM_CACHE_DESTROY_INT_RETURN
/* Define if kzalloc exists */
#undef HAVE_KZALLOC
/* Define to 1 if you have the `efence' library (-lefence). */
#undef HAVE_LIBEFENCE
/* Define to 1 if you have the <linux/compat.h> header file. */
#undef HAVE_LINUX_COMPAT_H
/* Define to 1 if you have the <linux/exportfs.h> header file. */
#undef HAVE_LINUX_EXPORTFS_H
/* Define to 1 if you have the <linux/ioctl32.h> header file. */
#undef HAVE_LINUX_IOCTL32_H
/* Define to 1 if you have the <linux/mount.h> header file. */
#undef HAVE_LINUX_MOUNT_H
/* Define to 1 if you have the <linux/posix_acl.h> header file. */
#undef HAVE_LINUX_POSIX_ACL_H
/* Define to 1 if you have the <linux/posix_acl_xattr.h> header file. */
#undef HAVE_LINUX_POSIX_ACL_XATTR_H
/* Define to 1 if you have the <linux/syscalls.h> header file. */
#undef HAVE_LINUX_SYSCALLS_H
/* Define to 1 if you have the <linux/xattr_acl.h> header file. */
#undef HAVE_LINUX_XATTR_ACL_H
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define if kernel defines mapping_nrpages macro -- defined by RT linux */
#undef HAVE_MAPPING_NRPAGES_MACRO
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <mntent.h> header file. */
#undef HAVE_MNTENT_H
/* Define to 1 if you have the <mntent.h,> header file. */
#undef HAVE_MNTENT_H_
/* Define if mount.h contains MNT_NOATIME flags */
#undef HAVE_MNT_NOATIME
/* Define if mount.h contains MNT_NODIRATIME flags */
#undef HAVE_MNT_NODIRATIME
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define if including linux/config.h gives no warnings */
#undef HAVE_NOWARNINGS_WHEN_INCLUDING_LINUX_CONFIG_H
/* Define if FS_IOC flags missing from fs.h */
#undef HAVE_NO_FS_IOC_FLAGS
/* Define if struct page defines a count member without leading underscore */
#undef HAVE_OBSOLETE_STRUCT_PAGE_COUNT_NO_UNDERSCORE
/* Define to 1 if you have the <openssl/crypto.h> header file. */
#undef HAVE_OPENSSL_CRYPTO_H
/* Define to 1 if you have the <openssl/evp.h> header file. */
#undef HAVE_OPENSSL_EVP_H
/* Define if sysctl proc handlers have 6th argument */
#undef HAVE_PROC_HANDLER_FILE_ARG
/* Define if sysctl proc handlers have ppos argument */
#undef HAVE_PROC_HANDLER_PPOS_ARG
/* Define if have PtlACEntry with jid argument. */
#undef HAVE_PTLACENTRY_JID
/* Define to 1 if you have the `PtlErrorStr' function. */
#undef HAVE_PTLERRORSTR
/* Define to 1 if you have the `PtlEventKindStr' function. */
#undef HAVE_PTLEVENTKINDSTR
/* Define if kernel super_operations contains put_inode field */
#undef HAVE_PUT_INODE
/* Define if struct file_operations in kernel has readdirplus_lite callback */
#undef HAVE_READDIRPLUSLITE_FILE_OPERATIONS
/* Define if struct file_operations in kernel has readdirplus callback */
#undef HAVE_READDIRPLUS_FILE_OPERATIONS
/* Define if struct file_operations in kernel has readv callback */
#undef HAVE_READV_FILE_OPERATIONS
/* Define if struct file_operations in kernel has readx callback */
#undef HAVE_READX_FILE_OPERATIONS
/* Define if kernel super_operations contains read_inode field */
#undef HAVE_READ_INODE
/* Define if kernel has register_ioctl32_conversion */
#undef HAVE_REGISTER_IOCTL32_CONVERSION
/* Define if kernel address_space struct has a spin_lock for private data
instead of rw_lock -- used by RT linux */
#undef HAVE_RT_PRIV_LOCK_ADDR_SPACE_STRUCT
/* Define if kernel address_space struct has a rw_lock_t member named
tree_lock */
#undef HAVE_RW_LOCK_TREE_ADDR_SPACE_STRUCT
/* Define if struct super_block has s_dirty list */
#undef HAVE_SB_DIRTY_LIST
/* Define to 1 if you have the <SDL/SDL_ttf.h> header file. */
#undef HAVE_SDL_SDL_TTF_H
/* Define to 1 if you have the <SDL_ttf.h> header file. */
#undef HAVE_SDL_TTF_H
/* Define if struct file_operations in kernel has sendfile callback */
#undef HAVE_SENDFILE_VFS_SUPPORT
/* Define if kernel setxattr has const void* argument */
#undef HAVE_SETXATTR_CONST_ARG
/* Define if SLAB_KERNEL is defined in kernel */
#undef HAVE_SLAB_KERNEL
/* Define if kernel address_space struct has a spin_lock member named
page_lock instead of rw_lock */
#undef HAVE_SPIN_LOCK_PAGE_ADDR_SPACE_STRUCT
/* Define if kernel address_space struct has a spin_lock_t member named
tree_lock */
#undef HAVE_SPIN_LOCK_TREE_ADDR_SPACE_STRUCT
/* Define if struct super_operations in kernel has statfs_lite callback */
#undef HAVE_STATFS_LITE_SUPER_OPERATIONS
/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the `strnlen' function. */
#undef HAVE_STRNLEN
/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR
/* Define to 1 if you have the `strtoull' function. */
#undef HAVE_STRTOULL
/* Define if struct kmem_cache is defined in kernel */
#undef HAVE_STRUCT_KMEM_CACHE
/* Define if struct xtvec is defined in the kernel */
#undef HAVE_STRUCT_XTVEC
/* Define if sysinfo.h is present */
#undef HAVE_SYSINFO
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H
/* Define if sys/mount.h exists */
#undef HAVE_SYS_MOUNT_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define if sys/vfs.h exists */
#undef HAVE_SYS_VFS_H
/* Define to 1 if you have the <sys/xattr.h> header file. */
#undef HAVE_SYS_XATTR_H
/* Define if TAU library is used */
#undef HAVE_TAU
/* Define if register_sysctl_table takes two arguments */
#undef HAVE_TWO_ARG_REGISTER_SYSCTL_TABLE
/* Define if kernel's inode_operations has two parameters permission function
*/
#undef HAVE_TWO_PARAM_PERMISSION
/* Define if DB open function takes a txnid parameter */
#undef HAVE_TXNID_PARAMETER_TO_DB_OPEN
/* Define if DB stat function takes txnid parameter */
#undef HAVE_TXNID_PARAMETER_TO_DB_STAT
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if DB stat function takes malloc function ptr */
#undef HAVE_UNKNOWN_PARAMETER_TO_DB_STAT
/* Define if include file valgrind.h exists */
#undef HAVE_VALGRIND_H
/* Define if file_system_type get_sb has vfsmount argument */
#undef HAVE_VFSMOUNT_GETSB
/* Define if struct file_operations in kernel has writev callback */
#undef HAVE_WRITEV_FILE_OPERATIONS
/* Define if struct file_operations in kernel has writex callback */
#undef HAVE_WRITEX_FILE_OPERATIONS
/* Define if kernel has xattr support */
#undef HAVE_XATTR
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* major version number */
#undef PVFS2_VERSION_MAJOR
/* minor version number */
#undef PVFS2_VERSION_MINOR
/* sub version number */
#undef PVFS2_VERSION_SUB
/* The size of `long int', as computed by sizeof. */
#undef SIZEOF_LONG_INT
/* The size of `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if on darwin */
#undef TARGET_OS_DARWIN
/* Define if on linux */
#undef TARGET_OS_LINUX
/* Define to build for linux kernel module userspace helper. */
#undef WITH_LINUX_KMOD
/* Define if mtrace memory leak detection was enabled */
#undef WITH_MTRACE
/* Define if openssl exists */
#undef WITH_OPENSSL
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN