-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpvfs2-config.h
More file actions
821 lines (557 loc) · 23.3 KB
/
pvfs2-config.h
File metadata and controls
821 lines (557 loc) · 23.3 KB
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
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
/* pvfs2-config.h. Generated from pvfs2-config.h.in by configure. */
/* pvfs2-config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* Define if aio_put_req returns int */
#define AIO_PUT_REQ_RETURNS_INT 1
/* Define if struct backing_dev_info is defined */
#define BACKING_DEV_IN_ADDR_SPACE 1
/* Define if berkeley db error reporting was enabled */
/* #undef BERKDB_ERROR_REPORTING */
/* Define if __bswap_64 is a function */
/* #undef BSWAP_64_IS_A_FUNC */
/* Define if capability cache is enabled */
/* #undef ENABLE_CAPCACHE */
/* Define if certificate cache is enabled */
/* #undef ENABLE_CERTCACHE */
/* Define if credential cache is enabled */
/* #undef ENABLE_CREDCACHE */
/* Define if profiling is enabled */
/* #undef ENABLE_PROFILING */
/* Define if certificate-based security is enabled */
/* #undef ENABLE_SECURITY_CERT */
/* Define if key-based security is enabled */
/* #undef ENABLE_SECURITY_KEY */
/* Define if kernel has aio support */
#define HAVE_AIO 1
/* Define if aiocb->__error_code exists */
#define HAVE_AIOCB_ERROR_CODE 1
/* Define if aiocb->__return_value exists */
#define HAVE_AIOCB_RETURN_VALUE 1
/* Define if VFS AIO support in kernel has a new prototype */
#define HAVE_AIO_NEW_AIO_SIGNATURE 1
/* Define if we are enabling VFS AIO support in kernel */
#define HAVE_AIO_VFS_SUPPORT 1
/* Define if read_descriptor_t has an arg member */
#define HAVE_ARG_IN_READ_DESCRIPTOR_T 1
/* Define if arpa/inet.h exists */
#define HAVE_ARPA_INET_H 1
/* Define to 1 if you have the <asm/ioctl32.h> header file. */
/* #undef HAVE_ASM_IOCTL32_H */
/* Define if assert.h exists */
#define HAVE_ASSERT_H 1
/* Define if attr/xattr.h exists */
#define HAVE_ATTR_XATTR_H 1
/* Define if kernel backing_dev_info struct has a name field */
#define HAVE_BACKING_DEV_INFO_NAME 1
/* Define if bdi_init function is present */
#define HAVE_BDI_INIT 1
/* 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
*/
#define HAVE_COMBINED_AIO_AND_VECTOR 1
/* Define if there exists a compat_ioctl member in file_operations */
#define HAVE_COMPAT_IOCTL_HANDLER 1
/* Define if setfilecon uses a const security_context_t */
/* #undef HAVE_CONST_SECURITY_CONTEXT */
/* Define if s_xattr member of super_block struct is const */
/* #undef HAVE_CONST_S_XATTR_IN_SUPERBLOCK */
/* Define if third param (message) to DB error callback function is const */
#define HAVE_CONST_THIRD_PARAMETER_TO_DB_ERROR_CALLBACK 1
/* Define if struct ctl_table has ctl_name member */
#define HAVE_CTL_NAME 1
/* Define if cred.h contains current_fsuid */
#define HAVE_CURRENT_FSUID 1
/* Define if DB error callback function takes dbenv parameter */
#define HAVE_DBENV_PARAMETER_TO_DB_ERROR_CALLBACK 1
/* Define if db library has DB_BUFFER_SMALL error */
#define HAVE_DB_BUFFER_SMALL 1
/* Define if db library has DB_DIRTY_READ flag */
#define HAVE_DB_DIRTY_READ 1
/* Define if DB has get_pagesize function */
#define HAVE_DB_GET_PAGESIZE 1
/* Define if d_count member of dentry is of type atomic_t */
#define HAVE_DENTRY_D_COUNT_ATOMIC 1
/* Define if dentry struct has a lockref struct member */
/* #undef HAVE_DENTRY_LOCKREF_STRUCT */
/* Define if super_operations statfs has dentry argument */
#define HAVE_DENTRY_STATFS_SOP 1
/* Define if dirent.h exists */
#define HAVE_DIRENT_H 1
/* Define if dirty_inode takes a flag argument */
/* #undef HAVE_DIRTY_INODE_FLAGS */
/* Define if dlfcn.h exists */
#define HAVE_DLFCN_H 1
/* Define if kernel super_operations contains drop_inode field */
#define HAVE_DROP_INODE 1
/* Define if dcache.h contains d_alloc_annon */
/* #undef HAVE_D_ALLOC_ANON */
/* Define if kernel defines d_alloc_root */
#define HAVE_D_ALLOC_ROOT 1
/* define if d_count() is provided */
/* #undef HAVE_D_COUNT_FUNCTION */
/* Define if d_delete member of dentry_operations has a const dentry param */
/* #undef HAVE_D_DELETE_CONST */
/* Define if kernel has d_set_d_op */
/* #undef HAVE_D_SET_D_OP */
/* Define if export_operations has an encode_fh member */
#define HAVE_ENCODEFH_EXPORT_OPERATIONS 1
/* Define to 1 if you have the <execinfo.h> header file. */
#define HAVE_EXECINFO_H 1
/* Define if system defines F_NOCACHE fcntl */
/* #undef HAVE_FCNTL_F_NOCACHE */
/* Define if fcntl.h exists */
#define HAVE_FCNTL_H 1
/* Define if features.h exists */
#define HAVE_FEATURES_H 1
/* Define to 1 if you have the `fgetxattr' function. */
#define HAVE_FGETXATTR 1
/* Define if fgetxattr takes position and option arguments */
/* #undef HAVE_FGETXATTR_EXTRA_ARGS */
/* Define if system provides fgtxattr prototype */
#define HAVE_FGETXATTR_PROTOTYPE 1
/* Define if export_operations has an fh_to_dentry member */
#define HAVE_FHTODENTRY_EXPORT_OPERATIONS 1
/* 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 if d_compare member of dentry_operations has five params */
/* #undef HAVE_FIVE_PARAM_D_COMPARE */
/* Define if generic_permission takes four parameters */
/* #undef HAVE_FOUR_PARAM_GENERIC_PERMISSION */
/* Define if from_kuid function is found */
/* #undef HAVE_FROM_KUID */
/* Define to 1 if you have the `fsetxattr' function. */
#define HAVE_FSETXATTR 1
/* Define if fsetxattr takes position and option arguments */
/* #undef HAVE_FSETXATTR_EXTRA_ARGS */
/* Define if fstab.h exists */
#define HAVE_FSTAB_H 1
/* Define if only filesystem_type has get_sb */
#define HAVE_FSTYPE_GET_SB 1
/* Define if only filesystem_type has mount and HAVE_FSTYPE_GET_SB is false */
/* #undef HAVE_FSTYPE_MOUNT_ONLY */
/* Define if fsync function in file_operations struct wants a dentry pointer
as the second parameter */
#define HAVE_FSYNC_DENTRY_PARAM 1
/* Define if fsync has loff_t params */
/* #undef HAVE_FSYNC_LOFF_T_PARAMS */
/* Define if file struct has f_dentry */
#define HAVE_F_DENTRY 1
/* Define if kernel has generic_file_readv */
/* #undef HAVE_GENERIC_FILE_READV */
/* Define if kernel has generic_getxattr */
#define HAVE_GENERIC_GETXATTR 1
/* Define if kernel has generic_permission */
#define HAVE_GENERIC_PERMISSION 1
/* Define if struct inode_operations in kernel has getattr_lite callback */
/* #undef HAVE_GETATTR_LITE_INODE_OPERATIONS */
/* Define if distro has getgrouplist */
#define HAVE_GETGROUPLIST 1
/* Define if getgrouplist() uses gid_t as 3rd param */
#define HAVE_GETGROUPLIST_GID 1
/* Define if getgrouplist() uses int as 3rd param */
/* #undef HAVE_GETGROUPLIST_INT */
/* Define if gethostbyaddr function exists */
#define HAVE_GETHOSTBYADDR 1
/* Define if gethostbyname function exists */
#define HAVE_GETHOSTBYNAME 1
/* Define to 1 if you have the `getmntent' function. */
#define HAVE_GETMNTENT 1
/* Define if get_sb_nodev function exists */
#define HAVE_GETSB_NODEV 1
/* Define if getxattr takes position and option arguments */
/* #undef HAVE_GETXATTR_EXTRA_ARGS */
/* Define if struct super_operations in kernel has get_fs_key callback */
/* #undef HAVE_GET_FS_KEY_SUPER_OPERATIONS */
/* Define if get_sb is a member of file_system_type struct */
#define HAVE_GET_SB_MEMBER_FILE_SYSTEM_TYPE 1
/* 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 */
#define HAVE_IGET5_LOCKED 1
/* Define if kernel has iget_locked */
#define HAVE_IGET_LOCKED 1
/* Define if inode_setattr is defined */
#define HAVE_INODE_SETATTR 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* 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 clear_nlink exists */
#define HAVE_I_CLEAR_NLINK 1
/* Define if drop_nlink exists */
#define HAVE_I_DROP_NLINK 1
/* Define if inc_nlink exists */
#define HAVE_I_INC_NLINK 1
/* Define if struct inode in kernel has i_sem member */
/* #undef HAVE_I_SEM_IN_STRUCT_INODE */
/* Define if set_nlink exists */
/* #undef HAVE_I_SET_NLINK */
/* Define if kernel has i_size_read */
#define HAVE_I_SIZE_READ 1
/* Define if kernel has i_size_write */
#define HAVE_I_SIZE_WRITE 1
/* Define if jni.h exists at the path given with --with-jdk */
/* #undef HAVE_JNI_H */
/* Define if kconfig.h exists */
/* #undef HAVE_KCONFIG */
/* Define if kernel has device classes */
/* #undef HAVE_KERNEL_DEVICE_CLASSES */
/* Define if kiocbSetCancelled exists */
#define HAVE_KIOCBSETCANCELLED 1
/* Define if we have kiocb_set_cancel_fn */
/* #undef HAVE_KIOCB_SET_CANCEL_FN */
/* Define if kernel kmem_cache_create constructor has newer-style
one-parameter form */
#define HAVE_KMEM_CACHE_CREATE_CTOR_ONE_PARAM 1
/* 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 */
#define HAVE_KZALLOC 1
/* Define to 1 if you have the `efence' library (-lefence). */
/* #undef HAVE_LIBEFENCE */
/* Define if libgen.h exists */
#define HAVE_LIBGEN_H 1
/* Define to 1 if you have the <linux/compat.h> header file. */
#define HAVE_LINUX_COMPAT_H 1
/* Define to 1 if you have the <linux/exportfs.h> header file. */
#define HAVE_LINUX_EXPORTFS_H 1
/* Define to 1 if you have the <linux/ioctl32.h> header file. */
/* #undef HAVE_LINUX_IOCTL32_H */
/* Define if linux/malloc.h exists */
/* #undef HAVE_LINUX_MALLOC_H */
/* Define to 1 if you have the <linux/mount.h> header file. */
#define HAVE_LINUX_MOUNT_H 1
/* Define to 1 if you have the <linux/posix_acl.h> header file. */
#define HAVE_LINUX_POSIX_ACL_H 1
/* Define to 1 if you have the <linux/posix_acl_xattr.h> header file. */
#define HAVE_LINUX_POSIX_ACL_XATTR_H 1
/* Define to 1 if you have the <linux/syscalls.h> header file. */
#define HAVE_LINUX_SYSCALLS_H 1
/* Define if linux/types.h exists */
#define HAVE_LINUX_TYPES_H 1
/* Define to 1 if you have the <linux/xattr_acl.h> header file. */
/* #undef HAVE_LINUX_XATTR_ACL_H */
/* Define if malloc.h exists */
#define HAVE_MALLOC_H 1
/* Define if kernel defines mapping_nrpages macro -- defined by RT linux */
/* #undef HAVE_MAPPING_NRPAGES_MACRO */
/* Define if memory.h exists */
#define HAVE_MEMORY_H 1
/* Define if mntent.h exists */
#define HAVE_MNTENT_H 1
/* Define if mount.h contains MNT_NOATIME flags */
#define HAVE_MNT_NOATIME 1
/* Define if mount.h contains MNT_NODIRATIME flags */
#define HAVE_MNT_NODIRATIME 1
/* Define if netdb.h exists */
#define HAVE_NETDB_H 1
/* 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 OpenSSL is available */
#define HAVE_OPENSSL /**/
/* Define if system defines O_DIRECT fcntl */
#define HAVE_OPEN_O_DIRECT 1
/* Define if open() has O_CLOEXEC flag */
#define HAVE_O_CLOEXEC 1
/* Define if posix_acl_chmod exists and has two arguments */
/* #undef HAVE_POSIX_ACL_CHMOD_2 */
/* Define if posix_acl_chmod exists and has three arguments */
/* #undef HAVE_POSIX_ACL_CHMOD_3 */
/* Define if posix_acl_clone exists */
#define HAVE_POSIX_ACL_CLONE 1
/* Define if posix_acl_create has three arguments */
/* #undef HAVE_POSIX_ACL_CREATE_3 */
/* Define if posix_acl_create has four arguments */
/* #undef HAVE_POSIX_ACL_CREATE_4 */
/* Define if posix_acl_equiv_mode accepts umode_t type */
/* #undef HAVE_POSIX_ACL_EQUIV_MODE_UMODE_T */
/* Define if the user namespace has been added to posix_acl_from_xattr and
posix_acl_to_xattr */
/* #undef HAVE_POSIX_ACL_USER_NAMESPACE */
/* Define if sysctl proc handlers have 6th argument */
/* #undef HAVE_PROC_HANDLER_FILE_ARG */
/* Define if sysctl proc handlers have ppos argument */
#define HAVE_PROC_HANDLER_PPOS_ARG 1
/* 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 pwd.h exists */
#define HAVE_PWD_H 1
/* 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 readdir callback */
#define HAVE_READDIR_FILE_OPERATIONS 1
/* 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 selinux/selinux.h exists */
#define HAVE_SELINUX_H 1
/* Define if struct file_operations in kernel has sendfile callback */
/* #undef HAVE_SENDFILE_VFS_SUPPORT */
/* Define if kernel setxattr has const void* argument */
#define HAVE_SETXATTR_CONST_ARG 1
/* Define if setxattr takes position and option arguments */
/* #undef HAVE_SETXATTR_EXTRA_ARGS */
/* Define if d_compare member of dentry_operations has seven params */
/* #undef HAVE_SEVEN_PARAM_D_COMPARE */
/* 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 */
#define HAVE_SPIN_LOCK_TREE_ADDR_SPACE_STRUCT 1
/* Define if SPIN_LOCK_UNLOCKED defined */
#define HAVE_SPIN_LOCK_UNLOCKED 1
/* Define if struct super_operations in kernel has statfs_lite callback */
/* #undef HAVE_STATFS_LITE_SUPER_OPERATIONS */
/* Define if stdarg.h exists */
#define HAVE_STDARG_H 1
/* Define if stdint.h exists */
#define HAVE_STDINT_H 1
/* Define if gets supported in stdio.h */
#define HAVE_STDIO_GETS 1
/* Define if stdio.h exists */
#define HAVE_STDIO_H 1
/* Define if stdlib.h exists */
#define HAVE_STDLIB_H 1
/* Define if struct ctl_table has strategy member */
#define HAVE_STRATEGY_NAME 1
/* Define if strings.h exists */
#define HAVE_STRINGS_H 1
/* Define if string.h exists */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strnlen' function. */
#define HAVE_STRNLEN 1
/* Define to 1 if you have the `strstr' function. */
#define HAVE_STRSTR 1
/* Define to 1 if you have the `strtoull' function. */
#define HAVE_STRTOULL 1
/* Define if struct kmem_cache is defined in kernel */
#define HAVE_STRUCT_KMEM_CACHE 1
/* Define if struct xtvec is defined in the kernel */
/* #undef HAVE_STRUCT_XTVEC */
/* Define if sysinfo.h is present */
#define HAVE_SYSINFO 1
/* Define to 1 if you have the <sys/epoll.h> header file. */
#define HAVE_SYS_EPOLL_H 1
/* Define if sys/mman.h exists */
#define HAVE_SYS_MMAN_H 1
/* Define if sys/mount.h exists */
#define HAVE_SYS_MOUNT_H 1
/* Define if sys/sendfile.h exists */
#define HAVE_SYS_SENDFILE_H 1
/* Define if sys/socket.h exists */
#define HAVE_SYS_SOCKET_H 1
/* Define if sys/statvfs.h exists */
#define HAVE_SYS_STATVFS_H 1
/* Define if sys/stat.h exists */
#define HAVE_SYS_STAT_H 1
/* Define if sys/time.h exists */
#define HAVE_SYS_TIME_H 1
/* Define if sys/types.h exists */
#define HAVE_SYS_TYPES_H 1
/* Define if sys/uio.h exists */
#define HAVE_SYS_UIO_H 1
/* Define if sys/vfs.h exists */
#define HAVE_SYS_VFS_H 1
/* Define if sys/xattr.h exists */
#define HAVE_SYS_XATTR_H 1
/* Define if TAU library is used */
/* #undef HAVE_TAU */
/* Define if invalidatepage function has three arguments */
/* #undef HAVE_THREE_ARGUMENT_INVALIDATEPAGE */
/* Define if acl_check param of generic_permission function has three
parameters */
/* #undef HAVE_THREE_PARAM_ACL_CHECK */
/* Define if d_hash member of dentry_operations has three params, the second
inode paramsbeing the difference */
/* #undef HAVE_THREE_PARAM_D_HASH */
/* Define if generic_permission takes three parameters */
#define HAVE_THREE_PARAM_GENERIC_PERMISSION 1
/* Define if permission function pointer of inode_operations struct has three
parameters and the third parameter is for flags (unsigned int) */
/* #undef HAVE_THREE_PARAM_PERMISSION_WITH_FLAG */
/* Define if time.h exists */
#define HAVE_TIME_H 1
/* Define if kernel stddef has true/false enum */
#define HAVE_TRUE_FALSE_ENUM 1
/* Define if register_sysctl_table takes two arguments */
/* #undef HAVE_TWO_ARG_REGISTER_SYSCTL_TABLE */
/* Define if d_hash member of dentry_operations has two params, where the
first param is a const */
/* #undef HAVE_TWO_PARAM_D_HASH_WITH_CONST */
/* Define if generic_permission takes two parameters */
/* #undef HAVE_TWO_PARAM_GENERIC_PERMISSION */
/* Define if kernel's inode_operations has two parameters permission function
*/
#define HAVE_TWO_PARAM_PERMISSION 1
/* Define if DB open function takes a txnid parameter */
#define HAVE_TXNID_PARAMETER_TO_DB_OPEN 1
/* Define if DB stat function takes txnid parameter */
#define HAVE_TXNID_PARAMETER_TO_DB_STAT 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define if DB stat function takes malloc function ptr */
/* #undef HAVE_UNKNOWN_PARAMETER_TO_DB_STAT */
/* Define if file_operations struct has unlocked_ioctl member */
#define HAVE_UNLOCKED_IOCTL_HANDLER 1
/* Define if utime.h exists */
#define HAVE_UTIME_H 1
/* Define if include file valgrind.h exists */
/* #undef HAVE_VALGRIND_H */
/* Define if file_system_type get_sb has vfsmount argument */
#define HAVE_VFSMOUNT_GETSB 1
/* Define if vmtruncate exists */
#define HAVE_VMTRUNCATE 1
/* 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 */
#define HAVE_XATTR 1
/* Define if kernel xattr_handle get function has dentry as first parameter
and a fifth parameter */
/* #undef HAVE_XATTR_HANDLER_GET_FIVE_PARAM */
/* Define if kernel xattr_handle set function has dentry as first parameter
and a sixth parameter */
/* #undef HAVE_XATTR_HANDLER_SET_SIX_PARAM */
/* Define if ki_users is atomic */
/* #undef KI_USERS_ATOMIC */
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
/* major version number */
#define PVFS2_VERSION_MAJOR 2
/* minor version number */
#define PVFS2_VERSION_MINOR 9
/* sub version number */
#define PVFS2_VERSION_SUB 3
/* Define if kernel export ops encode_fh has dentry arg */
#define PVFS_ENCODE_FS_USES_DENTRY 1
/* Should we build user interface acl routines. */
#define PVFS_HAVE_ACL_INCLUDES 1
/* Should we enable PVFS Client JNI. */
#define PVFS_JNI_ENABLE 0
/* Define if kernel inode ops create takes nameidata not bool */
#define PVFS_KMOD_CREATE_TAKES_NAMEIDATA 1
/* Define if kernel inode ops create uses umode_t not int */
/* #undef PVFS_KMOD_CREATE_USES_UMODE_T */
/* Define if kernel dentry ops d_revalidate takes nameidata */
#define PVFS_KMOD_D_REVALIDATE_TAKES_NAMEIDATA 1
/* Define if kernel inode ops has get_acl */
/* #undef PVFS_KMOD_HAVE_GET_ACL */
/* Define if kernel inode ops lookup takes nameidata */
#define PVFS_KMOD_LOOKUP_TAKES_NAMEIDATA 1
/* Define if kernel inode ops mkdir uses umode_t not int */
/* #undef PVFS_KMOD_MKDIR_USES_UMODE_T */
/* Define if kernel inode ops mknod uses umode_t not int */
/* #undef PVFS_KMOD_MKNOD_USES_UMODE_T */
/* Should we have malloc zero freed memory. */
#define PVFS_MALLOC_FREE_ZERO 1
/* Should we have malloc check a magic number. */
#define PVFS_MALLOC_MAGIC 1
/* Should we redefine malloc. */
#define PVFS_MALLOC_REDEF 1
/* Should we have malloc zero new memory. */
#define PVFS_MALLOC_ZERO 1
/* scandir compare arg takes void pointers. */
/* #undef PVFS_SCANDIR_VOID */
/* Should we redefine stdin stdout stderr as PVFS streams. */
#define PVFS_STDIO_REDEFSTREAM 1
/* Should we enable user interface data cache. */
#define PVFS_UCACHE_ENABLE 0
/* Should we enable user environment variables. */
#define PVFS_USER_ENV_VARS_ENABLED 0
/* Should we build user interface libraries. */
#define PVFS_USRINT_BUILD 1
/* Should we enable user interface CWD support. */
#define PVFS_USRINT_CWD 1
/* Should user interface assume FS is mounted. */
#define PVFS_USRINT_KMOUNT 0
/* The size of `long int', as computed by sizeof. */
#define SIZEOF_LONG_INT 8
/* The size of `void *', as computed by sizeof. */
#define SIZEOF_VOID_P 8
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if on darwin */
/* #undef TARGET_OS_DARWIN */
/* Define if on linux */
#define TARGET_OS_LINUX 1
/* Define to build for linux kernel module userspace helper. */
#define WITH_LINUX_KMOD 1
/* Define if mtrace memory leak detection was enabled */
/* #undef WITH_MTRACE */
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* # undef WORDS_BIGENDIAN */
# endif
#endif