1/*
2 * $FreeBSD$
3 */
4
5/* zfs_config.h.  Generated from zfs_config.h.in by configure.  */
6/* zfs_config.h.in.  Generated from configure.ac by autoheader.  */
7
8/* Define to 1 if translation of program messages to the user's native
9   language is requested. */
10/* #undef ENABLE_NLS */
11
12/* bio_end_io_t wants 1 arg */
13/* #undef HAVE_1ARG_BIO_END_IO_T */
14
15/* lookup_bdev() wants 1 arg */
16/* #undef HAVE_1ARG_LOOKUP_BDEV */
17
18/* submit_bio() wants 1 arg */
19/* #undef HAVE_1ARG_SUBMIT_BIO */
20
21/* bdi_setup_and_register() wants 2 args */
22/* #undef HAVE_2ARGS_BDI_SETUP_AND_REGISTER */
23
24/* vfs_getattr wants 2 args */
25/* #undef HAVE_2ARGS_VFS_GETATTR */
26
27/* zlib_deflate_workspacesize() wants 2 args */
28/* #undef HAVE_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE */
29
30/* bdi_setup_and_register() wants 3 args */
31/* #undef HAVE_3ARGS_BDI_SETUP_AND_REGISTER */
32
33/* vfs_getattr wants 3 args */
34/* #undef HAVE_3ARGS_VFS_GETATTR */
35
36/* vfs_getattr wants 4 args */
37/* #undef HAVE_4ARGS_VFS_GETATTR */
38
39/* kernel has access_ok with 'type' parameter */
40/* #undef HAVE_ACCESS_OK_TYPE */
41
42/* posix_acl has refcount_t */
43/* #undef HAVE_ACL_REFCOUNT */
44
45/* Define if host toolchain supports AES */
46#define HAVE_AES 1
47
48#ifdef __amd64__
49#ifndef RESCUE
50/* Define if host toolchain supports AVX */
51#define HAVE_AVX 1
52#endif
53
54/* Define if host toolchain supports AVX2 */
55#define HAVE_AVX2 1
56
57/* Define if host toolchain supports AVX512BW */
58#define HAVE_AVX512BW 1
59
60/* Define if host toolchain supports AVX512CD */
61#define HAVE_AVX512CD 1
62
63/* Define if host toolchain supports AVX512DQ */
64#define HAVE_AVX512DQ 1
65
66/* Define if host toolchain supports AVX512ER */
67#define HAVE_AVX512ER 1
68
69/* Define if host toolchain supports AVX512F */
70#define HAVE_AVX512F 1
71
72/* Define if host toolchain supports AVX512IFMA */
73#define HAVE_AVX512IFMA 1
74
75/* Define if host toolchain supports AVX512PF */
76#define HAVE_AVX512PF 1
77
78/* Define if host toolchain supports AVX512VBMI */
79#define HAVE_AVX512VBMI 1
80
81/* Define if host toolchain supports AVX512VL */
82#define HAVE_AVX512VL 1
83#endif
84
85/* bdev_check_media_change() exists */
86/* #undef HAVE_BDEV_CHECK_MEDIA_CHANGE */
87
88/* bdev_whole() is available */
89/* #undef HAVE_BDEV_WHOLE */
90
91/* bio->bi_opf is defined */
92/* #undef HAVE_BIO_BI_OPF */
93
94/* bio->bi_status exists */
95/* #undef HAVE_BIO_BI_STATUS */
96
97/* bio has bi_iter */
98/* #undef HAVE_BIO_BVEC_ITER */
99
100/* bio_*_io_acct() available */
101/* #undef HAVE_BIO_IO_ACCT */
102
103/* bio_set_dev() is available */
104/* #undef HAVE_BIO_SET_DEV */
105
106/* bio_set_dev() GPL-only */
107/* #undef HAVE_BIO_SET_DEV_GPL_ONLY */
108
109/* bio_set_op_attrs is available */
110/* #undef HAVE_BIO_SET_OP_ATTRS */
111
112/* blkdev_reread_part() exists */
113/* #undef HAVE_BLKDEV_REREAD_PART */
114
115/* blkg_tryget() is available */
116/* #undef HAVE_BLKG_TRYGET */
117
118/* blkg_tryget() GPL-only */
119/* #undef HAVE_BLKG_TRYGET_GPL_ONLY */
120
121/* blk_alloc_queue() expects request function */
122/* #undef HAVE_BLK_ALLOC_QUEUE_REQUEST_FN */
123
124/* blk_alloc_queue_rh() expects request function */
125/* #undef HAVE_BLK_ALLOC_QUEUE_REQUEST_FN_RH */
126
127/* blk queue backing_dev_info is dynamic */
128/* #undef HAVE_BLK_QUEUE_BDI_DYNAMIC */
129
130/* blk_queue_flag_clear() exists */
131/* #undef HAVE_BLK_QUEUE_FLAG_CLEAR */
132
133/* blk_queue_flag_set() exists */
134/* #undef HAVE_BLK_QUEUE_FLAG_SET */
135
136/* blk_queue_flush() is available */
137/* #undef HAVE_BLK_QUEUE_FLUSH */
138
139/* blk_queue_flush() is GPL-only */
140/* #undef HAVE_BLK_QUEUE_FLUSH_GPL_ONLY */
141
142/* blk_queue_secdiscard() is available */
143/* #undef HAVE_BLK_QUEUE_SECDISCARD */
144
145/* blk_queue_secure_erase() is available */
146/* #undef HAVE_BLK_QUEUE_SECURE_ERASE */
147
148/* blk_queue_write_cache() exists */
149/* #undef HAVE_BLK_QUEUE_WRITE_CACHE */
150
151/* blk_queue_write_cache() is GPL-only */
152/* #undef HAVE_BLK_QUEUE_WRITE_CACHE_GPL_ONLY */
153
154/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
155   CoreFoundation framework. */
156/* #undef HAVE_CFLOCALECOPYCURRENT */
157
158/* Define to 1 if you have the Mac OS X function
159   CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
160/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
161
162/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
163   the CoreFoundation framework. */
164/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
165
166/* check_disk_change() exists */
167/* #undef HAVE_CHECK_DISK_CHANGE */
168
169/* clear_inode() is available */
170/* #undef HAVE_CLEAR_INODE */
171
172/* dentry uses const struct dentry_operations */
173/* #undef HAVE_CONST_DENTRY_OPERATIONS */
174
175/* copy_from_iter() is available */
176/* #undef HAVE_COPY_FROM_ITER */
177
178/* copy_to_iter() is available */
179/* #undef HAVE_COPY_TO_ITER */
180
181/* yes */
182/* #undef HAVE_CPU_HOTPLUG */
183
184/* current_time() exists */
185/* #undef HAVE_CURRENT_TIME */
186
187/* Define if the GNU dcgettext() function is already present or preinstalled.
188   */
189/* #undef HAVE_DCGETTEXT */
190
191/* DECLARE_EVENT_CLASS() is available */
192/* #undef HAVE_DECLARE_EVENT_CLASS */
193
194/* lookup_bdev() wants dev_t arg */
195/* #undef HAVE_DEVT_LOOKUP_BDEV */
196
197/* sops->dirty_inode() wants flags */
198/* #undef HAVE_DIRTY_INODE_WITH_FLAGS */
199
200/* Define to 1 if you have the <dlfcn.h> header file. */
201#define HAVE_DLFCN_H 1
202
203/* d_make_root() is available */
204/* #undef HAVE_D_MAKE_ROOT */
205
206/* d_prune_aliases() is available */
207/* #undef HAVE_D_PRUNE_ALIASES */
208
209/* dops->d_revalidate() operation takes nameidata */
210/* #undef HAVE_D_REVALIDATE_NAMEIDATA */
211
212/* eops->encode_fh() wants child and parent inodes */
213/* #undef HAVE_ENCODE_FH_WITH_INODE */
214
215/* sops->evict_inode() exists */
216/* #undef HAVE_EVICT_INODE */
217
218/* fops->aio_fsync() exists */
219/* #undef HAVE_FILE_AIO_FSYNC */
220
221/* file_dentry() is available */
222/* #undef HAVE_FILE_DENTRY */
223
224/* file_inode() is available */
225/* #undef HAVE_FILE_INODE */
226
227/* iops->follow_link() cookie */
228/* #undef HAVE_FOLLOW_LINK_COOKIE */
229
230/* iops->follow_link() nameidata */
231/* #undef HAVE_FOLLOW_LINK_NAMEIDATA */
232
233/* fops->fsync() with range */
234/* #undef HAVE_FSYNC_RANGE */
235
236/* fops->fsync() without dentry */
237/* #undef HAVE_FSYNC_WITHOUT_DENTRY */
238
239/* generic_*_io_acct() 3 arg available */
240/* #undef HAVE_GENERIC_IO_ACCT_3ARG */
241
242/* generic_*_io_acct() 4 arg available */
243/* #undef HAVE_GENERIC_IO_ACCT_4ARG */
244
245/* generic_readlink is global */
246/* #undef HAVE_GENERIC_READLINK */
247
248/* generic_setxattr() exists */
249/* #undef HAVE_GENERIC_SETXATTR */
250
251/* generic_write_checks() takes kiocb */
252/* #undef HAVE_GENERIC_WRITE_CHECKS_KIOCB */
253
254/* Define if the GNU gettext() function is already present or preinstalled. */
255/* #undef HAVE_GETTEXT */
256
257/* iops->get_link() cookie */
258/* #undef HAVE_GET_LINK_COOKIE */
259
260/* iops->get_link() delayed */
261/* #undef HAVE_GET_LINK_DELAYED */
262
263/* group_info->gid exists */
264/* #undef HAVE_GROUP_INFO_GID */
265
266/* has_capability() is available */
267/* #undef HAVE_HAS_CAPABILITY */
268
269/* Define if you have the iconv() function and it works. */
270#define HAVE_ICONV 1
271
272/* yes */
273/* #undef HAVE_INODE_LOCK_SHARED */
274
275/* inode_set_flags() exists */
276/* #undef HAVE_INODE_SET_FLAGS */
277
278/* inode_set_iversion() exists */
279/* #undef HAVE_INODE_SET_IVERSION */
280
281/* inode->i_*time's are timespec64 */
282/* #undef HAVE_INODE_TIMESPEC64_TIMES */
283
284/* timestamp_truncate() exists */
285/* #undef HAVE_INODE_TIMESTAMP_TRUNCATE */
286
287/* Define to 1 if you have the <inttypes.h> header file. */
288#define HAVE_INTTYPES_H 1
289
290/* in_compat_syscall() is available */
291/* #undef HAVE_IN_COMPAT_SYSCALL */
292
293/* iov_iter_advance() is available */
294/* #undef HAVE_IOV_ITER_ADVANCE */
295
296/* iov_iter_count() is available */
297/* #undef HAVE_IOV_ITER_COUNT */
298
299/* iov_iter_fault_in_readable() is available */
300/* #undef HAVE_IOV_ITER_FAULT_IN_READABLE */
301
302/* iov_iter_init() is available */
303/* #undef HAVE_IOV_ITER_INIT */
304
305/* iov_iter_init() is available */
306/* #undef HAVE_IOV_ITER_INIT_LEGACY */
307
308/* iov_iter_revert() is available */
309/* #undef HAVE_IOV_ITER_REVERT */
310
311/* iov_iter types are available */
312/* #undef HAVE_IOV_ITER_TYPES */
313
314/* yes */
315/* #undef HAVE_IO_SCHEDULE_TIMEOUT */
316
317/* Define to 1 if you have the `issetugid' function. */
318#define HAVE_ISSETUGID 1
319
320/* kernel has kernel_fpu_* functions */
321/* #undef HAVE_KERNEL_FPU */
322
323/* kernel has asm/fpu/api.h */
324/* #undef HAVE_KERNEL_FPU_API_HEADER */
325
326/* kernel fpu internal */
327/* #undef HAVE_KERNEL_FPU_INTERNAL */
328
329/* uncached_acl_sentinel() exists */
330/* #undef HAVE_KERNEL_GET_ACL_HANDLE_CACHE */
331
332/* kernel does stack verification */
333/* #undef HAVE_KERNEL_OBJTOOL */
334
335/* kernel has linux/objtool.h */
336/* #undef HAVE_KERNEL_OBJTOOL_HEADER */
337
338/* kernel_read() take loff_t pointer */
339/* #undef HAVE_KERNEL_READ_PPOS */
340
341/* timer_list.function gets a timer_list */
342/* #undef HAVE_KERNEL_TIMER_FUNCTION_TIMER_LIST */
343
344/* struct timer_list has a flags member */
345/* #undef HAVE_KERNEL_TIMER_LIST_FLAGS */
346
347/* timer_setup() is available */
348/* #undef HAVE_KERNEL_TIMER_SETUP */
349
350/* kernel_write() take loff_t pointer */
351/* #undef HAVE_KERNEL_WRITE_PPOS */
352
353/* kmem_cache_create_usercopy() exists */
354/* #undef HAVE_KMEM_CACHE_CREATE_USERCOPY */
355
356/* kstrtoul() exists */
357/* #undef HAVE_KSTRTOUL */
358
359/* ktime_get_coarse_real_ts64() exists */
360/* #undef HAVE_KTIME_GET_COARSE_REAL_TS64 */
361
362/* ktime_get_raw_ts64() exists */
363/* #undef HAVE_KTIME_GET_RAW_TS64 */
364
365/* kvmalloc exists */
366/* #undef HAVE_KVMALLOC */
367
368/* kernel has large stacks */
369/* #undef HAVE_LARGE_STACKS */
370
371/* Define if you have [aio] */
372/* #undef HAVE_LIBAIO */
373
374/* Define if you have [blkid] */
375/* #undef HAVE_LIBBLKID */
376
377/* Define if you have [crypto] */
378#define HAVE_LIBCRYPTO 1
379
380/* Define if you have [tirpc] */
381/* #undef HAVE_LIBTIRPC */
382
383/* Define if you have [udev] */
384/* #undef HAVE_LIBUDEV */
385
386/* Define if you have [uuid] */
387/* #undef HAVE_LIBUUID */
388
389/* lseek_execute() is available */
390/* #undef HAVE_LSEEK_EXECUTE */
391
392/* makedev() is declared in sys/mkdev.h */
393/* #undef HAVE_MAKEDEV_IN_MKDEV */
394
395/* makedev() is declared in sys/sysmacros.h */
396/* #undef HAVE_MAKEDEV_IN_SYSMACROS */
397
398/* Noting that make_request_fn() returns blk_qc_t */
399/* #undef HAVE_MAKE_REQUEST_FN_RET_QC */
400
401/* Noting that make_request_fn() returns void */
402/* #undef HAVE_MAKE_REQUEST_FN_RET_VOID */
403
404/* Define to 1 if you have the <memory.h> header file. */
405#define HAVE_MEMORY_H 1
406
407/* iops->create()/mkdir()/mknod() take umode_t */
408/* #undef HAVE_MKDIR_UMODE_T */
409
410/* Define to 1 if you have the `mlockall' function. */
411#define HAVE_MLOCKALL 1
412
413/* lookup_bdev() wants mode arg */
414/* #undef HAVE_MODE_LOOKUP_BDEV */
415
416/* Define if host toolchain supports MOVBE */
417#define HAVE_MOVBE 1
418
419/* new_sync_read()/new_sync_write() are available */
420/* #undef HAVE_NEW_SYNC_READ */
421
422/* iops->getattr() takes a path */
423/* #undef HAVE_PATH_IOPS_GETATTR */
424
425/* Define if host toolchain supports PCLMULQDQ */
426#define HAVE_PCLMULQDQ 1
427
428/* percpu_counter_init() wants gfp_t */
429/* #undef HAVE_PERCPU_COUNTER_INIT_WITH_GFP */
430
431/* posix_acl_chmod() exists */
432/* #undef HAVE_POSIX_ACL_CHMOD */
433
434/* posix_acl_from_xattr() needs user_ns */
435/* #undef HAVE_POSIX_ACL_FROM_XATTR_USERNS */
436
437/* posix_acl_release() is available */
438/* #undef HAVE_POSIX_ACL_RELEASE */
439
440/* posix_acl_release() is GPL-only */
441/* #undef HAVE_POSIX_ACL_RELEASE_GPL_ONLY */
442
443/* posix_acl_valid() wants user namespace */
444/* #undef HAVE_POSIX_ACL_VALID_WITH_NS */
445
446/* proc_ops structure exists */
447/* #undef HAVE_PROC_OPS_STRUCT */
448
449/* iops->put_link() cookie */
450/* #undef HAVE_PUT_LINK_COOKIE */
451
452/* iops->put_link() delayed */
453/* #undef HAVE_PUT_LINK_DELAYED */
454
455/* iops->put_link() nameidata */
456/* #undef HAVE_PUT_LINK_NAMEIDATA */
457
458/* If available, contains the Python version number currently in use. */
459#define HAVE_PYTHON "3.7"
460
461/* qat is enabled and existed */
462/* #undef HAVE_QAT */
463
464/* iops->rename() wants flags */
465/* #undef HAVE_RENAME_WANTS_FLAGS */
466
467/* REQ_DISCARD is defined */
468/* #undef HAVE_REQ_DISCARD */
469
470/* REQ_FLUSH is defined */
471/* #undef HAVE_REQ_FLUSH */
472
473/* REQ_OP_DISCARD is defined */
474/* #undef HAVE_REQ_OP_DISCARD */
475
476/* REQ_OP_FLUSH is defined */
477/* #undef HAVE_REQ_OP_FLUSH */
478
479/* REQ_OP_SECURE_ERASE is defined */
480/* #undef HAVE_REQ_OP_SECURE_ERASE */
481
482/* REQ_PREFLUSH is defined */
483/* #undef HAVE_REQ_PREFLUSH */
484
485/* revalidate_disk() is available */
486/* #undef HAVE_REVALIDATE_DISK */
487
488/* revalidate_disk_size() is available */
489/* #undef HAVE_REVALIDATE_DISK_SIZE */
490
491/* struct rw_semaphore has member activity */
492/* #undef HAVE_RWSEM_ACTIVITY */
493
494/* struct rw_semaphore has atomic_long_t member count */
495/* #undef HAVE_RWSEM_ATOMIC_LONG_COUNT */
496
497/* linux/sched/signal.h exists */
498/* #undef HAVE_SCHED_SIGNAL_HEADER */
499
500/* Define to 1 if you have the <security/pam_modules.h> header file. */
501#define HAVE_SECURITY_PAM_MODULES_H 1
502
503/* setattr_prepare() is available */
504/* #undef HAVE_SETATTR_PREPARE */
505
506/* iops->set_acl() exists */
507/* #undef HAVE_SET_ACL */
508
509/* set_cached_acl() is usable */
510/* #undef HAVE_SET_CACHED_ACL_USABLE */
511
512/* struct shrink_control exists */
513/* #undef HAVE_SHRINK_CONTROL_STRUCT */
514
515/* new shrinker callback wants 2 args */
516/* #undef HAVE_SINGLE_SHRINKER_CALLBACK */
517
518/* ->count_objects exists */
519/* #undef HAVE_SPLIT_SHRINKER_CALLBACK */
520
521#if defined(__amd64__) || defined(__i386__)
522/* Define if host toolchain supports SSE */
523#define HAVE_SSE 1
524
525/* Define if host toolchain supports SSE2 */
526#define HAVE_SSE2 1
527
528/* Define if host toolchain supports SSE3 */
529#define HAVE_SSE3 1
530
531/* Define if host toolchain supports SSE4.1 */
532#define HAVE_SSE4_1 1
533
534/* Define if host toolchain supports SSE4.2 */
535#define HAVE_SSE4_2 1
536
537/* Define if host toolchain supports SSSE3 */
538#define HAVE_SSSE3 1
539#endif
540
541/* STACK_FRAME_NON_STANDARD is defined */
542/* #undef HAVE_STACK_FRAME_NON_STANDARD */
543
544/* Define to 1 if you have the <stdint.h> header file. */
545#define HAVE_STDINT_H 1
546
547/* Define to 1 if you have the <stdlib.h> header file. */
548#define HAVE_STDLIB_H 1
549
550/* Define to 1 if you have the <strings.h> header file. */
551#define HAVE_STRINGS_H 1
552
553/* Define to 1 if you have the <string.h> header file. */
554#define HAVE_STRING_H 1
555
556/* Define to 1 if you have the `strlcat' function. */
557#define HAVE_STRLCAT 1
558
559/* Define to 1 if you have the `strlcpy' function. */
560#define HAVE_STRLCPY 1
561
562/* submit_bio is member of struct block_device_operations */
563/* #undef HAVE_SUBMIT_BIO_IN_BLOCK_DEVICE_OPERATIONS */
564
565/* super_setup_bdi_name() exits */
566/* #undef HAVE_SUPER_SETUP_BDI_NAME */
567
568/* super_block->s_user_ns exists */
569/* #undef HAVE_SUPER_USER_NS */
570
571/* Define to 1 if you have the <sys/stat.h> header file. */
572#define HAVE_SYS_STAT_H 1
573
574/* Define to 1 if you have the <sys/types.h> header file. */
575#define HAVE_SYS_TYPES_H 1
576
577/* i_op->tmpfile() exists */
578/* #undef HAVE_TMPFILE */
579
580/* totalhigh_pages() exists */
581/* #undef HAVE_TOTALHIGH_PAGES */
582
583/* kernel has totalram_pages() */
584/* #undef HAVE_TOTALRAM_PAGES_FUNC */
585
586/* Define to 1 if you have the `udev_device_get_is_initialized' function. */
587/* #undef HAVE_UDEV_DEVICE_GET_IS_INITIALIZED */
588
589/* kernel has __kernel_fpu_* functions */
590/* #undef HAVE_UNDERSCORE_KERNEL_FPU */
591
592/* Define to 1 if you have the <unistd.h> header file. */
593#define HAVE_UNISTD_H 1
594
595/* iops->getattr() takes a vfsmount */
596/* #undef HAVE_VFSMOUNT_IOPS_GETATTR */
597
598/* aops->direct_IO() uses iovec */
599/* #undef HAVE_VFS_DIRECT_IO_IOVEC */
600
601/* aops->direct_IO() uses iov_iter without rw */
602/* #undef HAVE_VFS_DIRECT_IO_ITER */
603
604/* aops->direct_IO() uses iov_iter with offset */
605/* #undef HAVE_VFS_DIRECT_IO_ITER_OFFSET */
606
607/* aops->direct_IO() uses iov_iter with rw and offset */
608/* #undef HAVE_VFS_DIRECT_IO_ITER_RW_OFFSET */
609
610/* All required iov_iter interfaces are available */
611/* #undef HAVE_VFS_IOV_ITER */
612
613/* fops->iterate() is available */
614/* #undef HAVE_VFS_ITERATE */
615
616/* fops->iterate_shared() is available */
617/* #undef HAVE_VFS_ITERATE_SHARED */
618
619/* fops->readdir() is available */
620/* #undef HAVE_VFS_READDIR */
621
622/* fops->read/write_iter() are available */
623/* #undef HAVE_VFS_RW_ITERATE */
624
625/* __vmalloc page flags exists */
626/* #undef HAVE_VMALLOC_PAGE_KERNEL */
627
628/* yes */
629/* #undef HAVE_WAIT_ON_BIT_ACTION */
630
631/* wait_queue_entry_t exists */
632/* #undef HAVE_WAIT_QUEUE_ENTRY_T */
633
634/* wq_head->head and wq_entry->entry exist */
635/* #undef HAVE_WAIT_QUEUE_HEAD_ENTRY */
636
637/* xattr_handler->get() wants dentry */
638/* #undef HAVE_XATTR_GET_DENTRY */
639
640/* xattr_handler->get() wants both dentry and inode */
641/* #undef HAVE_XATTR_GET_DENTRY_INODE */
642
643/* xattr_handler->get() wants xattr_handler */
644/* #undef HAVE_XATTR_GET_HANDLER */
645
646/* xattr_handler has name */
647/* #undef HAVE_XATTR_HANDLER_NAME */
648
649/* xattr_handler->list() wants dentry */
650/* #undef HAVE_XATTR_LIST_DENTRY */
651
652/* xattr_handler->list() wants xattr_handler */
653/* #undef HAVE_XATTR_LIST_HANDLER */
654
655/* xattr_handler->list() wants simple */
656/* #undef HAVE_XATTR_LIST_SIMPLE */
657
658/* xattr_handler->set() wants dentry */
659/* #undef HAVE_XATTR_SET_DENTRY */
660
661/* xattr_handler->set() wants both dentry and inode */
662/* #undef HAVE_XATTR_SET_DENTRY_INODE */
663
664/* xattr_handler->set() wants xattr_handler */
665/* #undef HAVE_XATTR_SET_HANDLER */
666
667/* Define if you have [z] */
668#define HAVE_ZLIB 1
669
670/* __posix_acl_chmod() exists */
671/* #undef HAVE___POSIX_ACL_CHMOD */
672
673/* kernel exports FPU functions */
674/* #undef KERNEL_EXPORTS_X86_FPU */
675
676/* Define to the sub-directory where libtool stores uninstalled libraries. */
677#define LT_OBJDIR ".libs/"
678
679/* make_request_fn() return type */
680/* #undef MAKE_REQUEST_FN_RET */
681
682/* hardened module_param_call */
683/* #undef MODULE_PARAM_CALL_CONST */
684
685/* struct shrink_control has nid */
686/* #undef SHRINK_CONTROL_HAS_NID */
687
688/* Defined for legacy compatibility. */
689#define SPL_META_ALIAS ZFS_META_ALIAS
690
691/* Defined for legacy compatibility. */
692#define SPL_META_RELEASE ZFS_META_RELEASE
693
694/* Defined for legacy compatibility. */
695#define SPL_META_VERSION ZFS_META_VERSION
696
697/* True if ZFS is to be compiled for a FreeBSD system */
698#define SYSTEM_FREEBSD 1
699
700/* True if ZFS is to be compiled for a Linux system */
701/* #undef SYSTEM_LINUX */
702
703/* zfs debugging enabled */
704/* #undef ZFS_DEBUG */
705
706/* /dev/zfs minor */
707/* #undef ZFS_DEVICE_MINOR */
708
709/* enum node_stat_item contains NR_FILE_PAGES */
710/* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_FILE_PAGES */
711
712/* enum node_stat_item contains NR_INACTIVE_ANON */
713/* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_INACTIVE_ANON */
714
715/* enum node_stat_item contains NR_INACTIVE_FILE */
716/* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_INACTIVE_FILE */
717
718/* enum zone_stat_item contains NR_FILE_PAGES */
719/* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_FILE_PAGES */
720
721/* enum zone_stat_item contains NR_INACTIVE_ANON */
722/* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_INACTIVE_ANON */
723
724/* enum zone_stat_item contains NR_INACTIVE_FILE */
725/* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_INACTIVE_FILE */
726
727/* global_node_page_state() exists */
728/* #undef ZFS_GLOBAL_NODE_PAGE_STATE */
729
730/* global_zone_page_state() exists */
731/* #undef ZFS_GLOBAL_ZONE_PAGE_STATE */
732
733/* Define to 1 if GPL-only symbols can be used */
734/* #undef ZFS_IS_GPL_COMPATIBLE */
735
736/* Define the project alias string. */
737#define ZFS_META_ALIAS "zfs-2.1.0-FreeBSD_g9a865b7fb"
738
739/* Define the project author. */
740#define ZFS_META_AUTHOR "OpenZFS"
741
742/* Define the project release date. */
743/* #undef ZFS_META_DATA */
744
745/* Define the maximum compatible kernel version. */
746#define ZFS_META_KVER_MAX "5.12"
747
748/* Define the minimum compatible kernel version. */
749#define ZFS_META_KVER_MIN "3.10"
750
751/* Define the project license. */
752#define ZFS_META_LICENSE "CDDL"
753
754/* Define the libtool library 'age' version information. */
755/* #undef ZFS_META_LT_AGE */
756
757/* Define the libtool library 'current' version information. */
758/* #undef ZFS_META_LT_CURRENT */
759
760/* Define the libtool library 'revision' version information. */
761/* #undef ZFS_META_LT_REVISION */
762
763/* Define the project name. */
764#define ZFS_META_NAME "zfs"
765
766/* Define the project release. */
767#define ZFS_META_RELEASE "FreeBSD_g9a865b7fb"
768
769/* Define the project version. */
770#define ZFS_META_VERSION "2.1.0"
771
772/* count is located in percpu_ref.data */
773/* #undef ZFS_PERCPU_REF_COUNT_IN_DATA */
774
775