xref: /freebsd/sys/modules/zfs/zfs_config.h (revision da5137ab)
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 /* add_disk() returns int */
46 /* #undef HAVE_ADD_DISK_RET */
47 
48 /* Define if host toolchain supports AES */
49 #define HAVE_AES 1
50 
51 #ifdef __amd64__
52 #ifndef RESCUE
53 /* Define if host toolchain supports AVX */
54 #define HAVE_AVX 1
55 #endif
56 
57 /* Define if host toolchain supports AVX2 */
58 #define HAVE_AVX2 1
59 
60 /* Define if host toolchain supports AVX512BW */
61 #define HAVE_AVX512BW 1
62 
63 /* Define if host toolchain supports AVX512CD */
64 #define HAVE_AVX512CD 1
65 
66 /* Define if host toolchain supports AVX512DQ */
67 #define HAVE_AVX512DQ 1
68 
69 /* Define if host toolchain supports AVX512ER */
70 #define HAVE_AVX512ER 1
71 
72 /* Define if host toolchain supports AVX512F */
73 #define HAVE_AVX512F 1
74 
75 /* Define if host toolchain supports AVX512IFMA */
76 #define HAVE_AVX512IFMA 1
77 
78 /* Define if host toolchain supports AVX512PF */
79 #define HAVE_AVX512PF 1
80 
81 /* Define if host toolchain supports AVX512VBMI */
82 #define HAVE_AVX512VBMI 1
83 
84 /* Define if host toolchain supports AVX512VL */
85 #define HAVE_AVX512VL 1
86 #endif
87 
88 /* bdev_check_media_change() exists */
89 /* #undef HAVE_BDEV_CHECK_MEDIA_CHANGE */
90 
91 /* block_device_operations->submit_bio() returns void */
92 /* #undef HAVE_BDEV_SUBMIT_BIO_RETURNS_VOID */
93 
94 /* bdev_whole() is available */
95 /* #undef HAVE_BDEV_WHOLE */
96 
97 /* bio->bi_bdev->bd_disk exists */
98 /* #undef HAVE_BIO_BDEV_DISK */
99 
100 /* bio->bi_opf is defined */
101 /* #undef HAVE_BIO_BI_OPF */
102 
103 /* bio->bi_status exists */
104 /* #undef HAVE_BIO_BI_STATUS */
105 
106 /* bio has bi_iter */
107 /* #undef HAVE_BIO_BVEC_ITER */
108 
109 /* bio_*_io_acct() available */
110 /* #undef HAVE_BIO_IO_ACCT */
111 
112 /* bio_max_segs() is implemented */
113 /* #undef HAVE_BIO_MAX_SEGS */
114 
115 /* bio_set_dev() is available */
116 /* #undef HAVE_BIO_SET_DEV */
117 
118 /* bio_set_dev() GPL-only */
119 /* #undef HAVE_BIO_SET_DEV_GPL_ONLY */
120 
121 /* bio_set_dev() is a macro */
122 /* #undef HAVE_BIO_SET_DEV_MACRO */
123 
124 /* bio_set_op_attrs is available */
125 /* #undef HAVE_BIO_SET_OP_ATTRS */
126 
127 /* blkdev_get_by_path() handles ERESTARTSYS */
128 /* #undef HAVE_BLKDEV_GET_ERESTARTSYS */
129 
130 /* blkdev_reread_part() exists */
131 /* #undef HAVE_BLKDEV_REREAD_PART */
132 
133 /* blkg_tryget() is available */
134 /* #undef HAVE_BLKG_TRYGET */
135 
136 /* blkg_tryget() GPL-only */
137 /* #undef HAVE_BLKG_TRYGET_GPL_ONLY */
138 
139 /* blk_alloc_disk() exists */
140 /* #undef HAVE_BLK_ALLOC_DISK */
141 
142 /* blk_alloc_queue() expects request function */
143 /* #undef HAVE_BLK_ALLOC_QUEUE_REQUEST_FN */
144 
145 /* blk_alloc_queue_rh() expects request function */
146 /* #undef HAVE_BLK_ALLOC_QUEUE_REQUEST_FN_RH */
147 
148 /* blk queue backing_dev_info is dynamic */
149 /* #undef HAVE_BLK_QUEUE_BDI_DYNAMIC */
150 
151 /* blk_queue_flag_clear() exists */
152 /* #undef HAVE_BLK_QUEUE_FLAG_CLEAR */
153 
154 /* blk_queue_flag_set() exists */
155 /* #undef HAVE_BLK_QUEUE_FLAG_SET */
156 
157 /* blk_queue_flush() is available */
158 /* #undef HAVE_BLK_QUEUE_FLUSH */
159 
160 /* blk_queue_flush() is GPL-only */
161 /* #undef HAVE_BLK_QUEUE_FLUSH_GPL_ONLY */
162 
163 /* blk_queue_secdiscard() is available */
164 /* #undef HAVE_BLK_QUEUE_SECDISCARD */
165 
166 /* blk_queue_secure_erase() is available */
167 /* #undef HAVE_BLK_QUEUE_SECURE_ERASE */
168 
169 /* blk_queue_update_readahead() exists */
170 /* #undef HAVE_BLK_QUEUE_UPDATE_READAHEAD */
171 
172 /* blk_queue_write_cache() exists */
173 /* #undef HAVE_BLK_QUEUE_WRITE_CACHE */
174 
175 /* blk_queue_write_cache() is GPL-only */
176 /* #undef HAVE_BLK_QUEUE_WRITE_CACHE_GPL_ONLY */
177 
178 /* Define if revalidate_disk() in block_device_operations */
179 /* #undef HAVE_BLOCK_DEVICE_OPERATIONS_REVALIDATE_DISK */
180 
181 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
182    CoreFoundation framework. */
183 /* #undef HAVE_CFLOCALECOPYCURRENT */
184 
185 /* Define to 1 if you have the Mac OS X function
186    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
187 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
188 
189 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
190    the CoreFoundation framework. */
191 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
192 
193 /* check_disk_change() exists */
194 /* #undef HAVE_CHECK_DISK_CHANGE */
195 
196 /* clear_inode() is available */
197 /* #undef HAVE_CLEAR_INODE */
198 
199 /* dentry uses const struct dentry_operations */
200 /* #undef HAVE_CONST_DENTRY_OPERATIONS */
201 
202 /* copy_from_iter() is available */
203 /* #undef HAVE_COPY_FROM_ITER */
204 
205 /* copy_to_iter() is available */
206 /* #undef HAVE_COPY_TO_ITER */
207 
208 /* yes */
209 /* #undef HAVE_CPU_HOTPLUG */
210 
211 /* current_time() exists */
212 /* #undef HAVE_CURRENT_TIME */
213 
214 /* Define if the GNU dcgettext() function is already present or preinstalled.
215    */
216 /* #undef HAVE_DCGETTEXT */
217 
218 /* DECLARE_EVENT_CLASS() is available */
219 /* #undef HAVE_DECLARE_EVENT_CLASS */
220 
221 /* dequeue_signal() takes 4 arguments */
222 /* #undef HAVE_DEQUEUE_SIGNAL_4ARG */
223 
224 /* lookup_bdev() wants dev_t arg */
225 /* #undef HAVE_DEVT_LOOKUP_BDEV */
226 
227 /* sops->dirty_inode() wants flags */
228 /* #undef HAVE_DIRTY_INODE_WITH_FLAGS */
229 
230 /* disk_*_io_acct() available */
231 /* #undef HAVE_DISK_IO_ACCT */
232 
233 /* disk_update_readahead() exists */
234 /* #undef HAVE_DISK_UPDATE_READAHEAD */
235 
236 /* Define to 1 if you have the <dlfcn.h> header file. */
237 #define HAVE_DLFCN_H 1
238 
239 /* d_make_root() is available */
240 /* #undef HAVE_D_MAKE_ROOT */
241 
242 /* d_prune_aliases() is available */
243 /* #undef HAVE_D_PRUNE_ALIASES */
244 
245 /* dops->d_revalidate() operation takes nameidata */
246 /* #undef HAVE_D_REVALIDATE_NAMEIDATA */
247 
248 /* eops->encode_fh() wants child and parent inodes */
249 /* #undef HAVE_ENCODE_FH_WITH_INODE */
250 
251 /* sops->evict_inode() exists */
252 /* #undef HAVE_EVICT_INODE */
253 
254 /* FALLOC_FL_ZERO_RANGE is defined */
255 /* #undef HAVE_FALLOC_FL_ZERO_RANGE */
256 
257 /* fault_in_iov_iter_readable() is available */
258 /* #undef HAVE_FAULT_IN_IOV_ITER_READABLE */
259 
260 /* fops->aio_fsync() exists */
261 /* #undef HAVE_FILE_AIO_FSYNC */
262 
263 /* file_dentry() is available */
264 /* #undef HAVE_FILE_DENTRY */
265 
266 /* file_inode() is available */
267 /* #undef HAVE_FILE_INODE */
268 
269 /* iops->follow_link() cookie */
270 /* #undef HAVE_FOLLOW_LINK_COOKIE */
271 
272 /* iops->follow_link() nameidata */
273 /* #undef HAVE_FOLLOW_LINK_NAMEIDATA */
274 
275 /* fops->fsync() with range */
276 /* #undef HAVE_FSYNC_RANGE */
277 
278 /* fops->fsync() without dentry */
279 /* #undef HAVE_FSYNC_WITHOUT_DENTRY */
280 
281 /* generic_fillattr requires struct user_namespace* */
282 /* #undef HAVE_GENERIC_FILLATTR_USERNS */
283 
284 /* generic_*_io_acct() 3 arg available */
285 /* #undef HAVE_GENERIC_IO_ACCT_3ARG */
286 
287 /* generic_*_io_acct() 4 arg available */
288 /* #undef HAVE_GENERIC_IO_ACCT_4ARG */
289 
290 /* generic_readlink is global */
291 /* #undef HAVE_GENERIC_READLINK */
292 
293 /* generic_setxattr() exists */
294 /* #undef HAVE_GENERIC_SETXATTR */
295 
296 /* generic_write_checks() takes kiocb */
297 /* #undef HAVE_GENERIC_WRITE_CHECKS_KIOCB */
298 
299 /* Define if the GNU gettext() function is already present or preinstalled. */
300 /* #undef HAVE_GETTEXT */
301 
302 /* iops->get_acl() exists */
303 /* #undef HAVE_GET_ACL */
304 
305 /* iops->get_acl() takes rcu */
306 /* #undef HAVE_GET_ACL_RCU */
307 
308 /* iops->get_link() cookie */
309 /* #undef HAVE_GET_LINK_COOKIE */
310 
311 /* iops->get_link() delayed */
312 /* #undef HAVE_GET_LINK_DELAYED */
313 
314 /* group_info->gid exists */
315 /* #undef HAVE_GROUP_INFO_GID */
316 
317 /* has_capability() is available */
318 /* #undef HAVE_HAS_CAPABILITY */
319 
320 /* Define if you have the iconv() function and it works. */
321 #define HAVE_ICONV 1
322 
323 /* yes */
324 /* #undef HAVE_INODE_LOCK_SHARED */
325 
326 /* inode_owner_or_capable() exists */
327 /* #undef HAVE_INODE_OWNER_OR_CAPABLE */
328 
329 /* inode_owner_or_capable() takes user_ns */
330 /* #undef HAVE_INODE_OWNER_OR_CAPABLE_IDMAPPED */
331 
332 /* inode_set_flags() exists */
333 /* #undef HAVE_INODE_SET_FLAGS */
334 
335 /* inode_set_iversion() exists */
336 /* #undef HAVE_INODE_SET_IVERSION */
337 
338 /* inode->i_*time's are timespec64 */
339 /* #undef HAVE_INODE_TIMESPEC64_TIMES */
340 
341 /* timestamp_truncate() exists */
342 /* #undef HAVE_INODE_TIMESTAMP_TRUNCATE */
343 
344 /* Define to 1 if you have the <inttypes.h> header file. */
345 #define HAVE_INTTYPES_H 1
346 
347 /* in_compat_syscall() is available */
348 /* #undef HAVE_IN_COMPAT_SYSCALL */
349 
350 /* iops->create() takes struct user_namespace* */
351 /* #undef HAVE_IOPS_CREATE_USERNS */
352 
353 /* iops->mkdir() takes struct user_namespace* */
354 /* #undef HAVE_IOPS_MKDIR_USERNS */
355 
356 /* iops->mknod() takes struct user_namespace* */
357 /* #undef HAVE_IOPS_MKNOD_USERNS */
358 
359 /* iops->rename() takes struct user_namespace* */
360 /* #undef HAVE_IOPS_RENAME_USERNS */
361 
362 /* iops->symlink() takes struct user_namespace* */
363 /* #undef HAVE_IOPS_SYMLINK_USERNS */
364 
365 /* iov_iter_advance() is available */
366 /* #undef HAVE_IOV_ITER_ADVANCE */
367 
368 /* iov_iter_count() is available */
369 /* #undef HAVE_IOV_ITER_COUNT */
370 
371 /* iov_iter_fault_in_readable() is available */
372 /* #undef HAVE_IOV_ITER_FAULT_IN_READABLE */
373 
374 /* iov_iter_revert() is available */
375 /* #undef HAVE_IOV_ITER_REVERT */
376 
377 /* iov_iter_type() is available */
378 /* #undef HAVE_IOV_ITER_TYPE */
379 
380 /* iov_iter types are available */
381 /* #undef HAVE_IOV_ITER_TYPES */
382 
383 /* yes */
384 /* #undef HAVE_IO_SCHEDULE_TIMEOUT */
385 
386 /* Define to 1 if you have the `issetugid' function. */
387 #define HAVE_ISSETUGID 1
388 
389 /* kernel has kernel_fpu_* functions */
390 /* #undef HAVE_KERNEL_FPU */
391 
392 /* kernel has asm/fpu/api.h */
393 /* #undef HAVE_KERNEL_FPU_API_HEADER */
394 
395 /* kernel fpu internal */
396 /* #undef HAVE_KERNEL_FPU_INTERNAL */
397 
398 /* kernel has asm/fpu/xcr.h */
399 /* #undef HAVE_KERNEL_FPU_XCR_HEADER */
400 
401 /* kernel fpu and XSAVE internal */
402 /* #undef HAVE_KERNEL_FPU_XSAVE_INTERNAL */
403 
404 /* uncached_acl_sentinel() exists */
405 /* #undef HAVE_KERNEL_GET_ACL_HANDLE_CACHE */
406 
407 /* kernel does stack verification */
408 /* #undef HAVE_KERNEL_OBJTOOL */
409 
410 /* kernel has linux/objtool.h */
411 /* #undef HAVE_KERNEL_OBJTOOL_HEADER */
412 
413 /* kernel_read() take loff_t pointer */
414 /* #undef HAVE_KERNEL_READ_PPOS */
415 
416 /* timer_list.function gets a timer_list */
417 /* #undef HAVE_KERNEL_TIMER_FUNCTION_TIMER_LIST */
418 
419 /* struct timer_list has a flags member */
420 /* #undef HAVE_KERNEL_TIMER_LIST_FLAGS */
421 
422 /* timer_setup() is available */
423 /* #undef HAVE_KERNEL_TIMER_SETUP */
424 
425 /* kernel_write() take loff_t pointer */
426 /* #undef HAVE_KERNEL_WRITE_PPOS */
427 
428 /* kmem_cache_create_usercopy() exists */
429 /* #undef HAVE_KMEM_CACHE_CREATE_USERCOPY */
430 
431 /* kstrtoul() exists */
432 /* #undef HAVE_KSTRTOUL */
433 
434 /* ktime_get_coarse_real_ts64() exists */
435 /* #undef HAVE_KTIME_GET_COARSE_REAL_TS64 */
436 
437 /* ktime_get_raw_ts64() exists */
438 /* #undef HAVE_KTIME_GET_RAW_TS64 */
439 
440 /* kvmalloc exists */
441 /* #undef HAVE_KVMALLOC */
442 
443 /* Define if you have [aio] */
444 /* #undef HAVE_LIBAIO */
445 
446 /* Define if you have [blkid] */
447 /* #undef HAVE_LIBBLKID */
448 
449 /* Define if you have [crypto] */
450 #define HAVE_LIBCRYPTO 1
451 
452 /* Define if you have [tirpc] */
453 /* #undef HAVE_LIBTIRPC */
454 
455 /* Define if you have [udev] */
456 /* #undef HAVE_LIBUDEV */
457 
458 /* Define if you have [uuid] */
459 /* #undef HAVE_LIBUUID */
460 
461 /* linux/blk-cgroup.h exists */
462 /* #undef HAVE_LINUX_BLK_CGROUP_HEADER */
463 
464 /* lseek_execute() is available */
465 /* #undef HAVE_LSEEK_EXECUTE */
466 
467 /* makedev() is declared in sys/mkdev.h */
468 /* #undef HAVE_MAKEDEV_IN_MKDEV */
469 
470 /* makedev() is declared in sys/sysmacros.h */
471 /* #undef HAVE_MAKEDEV_IN_SYSMACROS */
472 
473 /* Noting that make_request_fn() returns blk_qc_t */
474 /* #undef HAVE_MAKE_REQUEST_FN_RET_QC */
475 
476 /* Noting that make_request_fn() returns void */
477 /* #undef HAVE_MAKE_REQUEST_FN_RET_VOID */
478 
479 /* Define to 1 if you have the <memory.h> header file. */
480 #define HAVE_MEMORY_H 1
481 
482 /* iops->mkdir() takes umode_t */
483 /* #undef HAVE_MKDIR_UMODE_T */
484 
485 /* Define to 1 if you have the `mlockall' function. */
486 #define HAVE_MLOCKALL 1
487 
488 /* lookup_bdev() wants mode arg */
489 /* #undef HAVE_MODE_LOOKUP_BDEV */
490 
491 /* Define if host toolchain supports MOVBE */
492 #define HAVE_MOVBE 1
493 
494 /* new_sync_read()/new_sync_write() are available */
495 /* #undef HAVE_NEW_SYNC_READ */
496 
497 /* folio_wait_bit() exists */
498 /* #undef HAVE_PAGEMAP_FOLIO_WAIT_BIT */
499 
500 /* iops->getattr() takes a path */
501 /* #undef HAVE_PATH_IOPS_GETATTR */
502 
503 /* Define if host toolchain supports PCLMULQDQ */
504 #define HAVE_PCLMULQDQ 1
505 
506 /* percpu_counter_add_batch() is defined */
507 /* #undef HAVE_PERCPU_COUNTER_ADD_BATCH */
508 
509 /* percpu_counter_init() wants gfp_t */
510 /* #undef HAVE_PERCPU_COUNTER_INIT_WITH_GFP */
511 
512 /* posix_acl_chmod() exists */
513 /* #undef HAVE_POSIX_ACL_CHMOD */
514 
515 /* posix_acl_from_xattr() needs user_ns */
516 /* #undef HAVE_POSIX_ACL_FROM_XATTR_USERNS */
517 
518 /* posix_acl_release() is available */
519 /* #undef HAVE_POSIX_ACL_RELEASE */
520 
521 /* posix_acl_release() is GPL-only */
522 /* #undef HAVE_POSIX_ACL_RELEASE_GPL_ONLY */
523 
524 /* posix_acl_valid() wants user namespace */
525 /* #undef HAVE_POSIX_ACL_VALID_WITH_NS */
526 
527 /* proc_ops structure exists */
528 /* #undef HAVE_PROC_OPS_STRUCT */
529 
530 /* iops->put_link() cookie */
531 /* #undef HAVE_PUT_LINK_COOKIE */
532 
533 /* iops->put_link() delayed */
534 /* #undef HAVE_PUT_LINK_DELAYED */
535 
536 /* iops->put_link() nameidata */
537 /* #undef HAVE_PUT_LINK_NAMEIDATA */
538 
539 /* If available, contains the Python version number currently in use. */
540 #define HAVE_PYTHON "3.7"
541 
542 /* qat is enabled and existed */
543 /* #undef HAVE_QAT */
544 
545 /* iops->rename() wants flags */
546 /* #undef HAVE_RENAME_WANTS_FLAGS */
547 
548 /* REQ_DISCARD is defined */
549 /* #undef HAVE_REQ_DISCARD */
550 
551 /* REQ_FLUSH is defined */
552 /* #undef HAVE_REQ_FLUSH */
553 
554 /* REQ_OP_DISCARD is defined */
555 /* #undef HAVE_REQ_OP_DISCARD */
556 
557 /* REQ_OP_FLUSH is defined */
558 /* #undef HAVE_REQ_OP_FLUSH */
559 
560 /* REQ_OP_SECURE_ERASE is defined */
561 /* #undef HAVE_REQ_OP_SECURE_ERASE */
562 
563 /* REQ_PREFLUSH is defined */
564 /* #undef HAVE_REQ_PREFLUSH */
565 
566 /* revalidate_disk() is available */
567 /* #undef HAVE_REVALIDATE_DISK */
568 
569 /* revalidate_disk_size() is available */
570 /* #undef HAVE_REVALIDATE_DISK_SIZE */
571 
572 /* struct rw_semaphore has member activity */
573 /* #undef HAVE_RWSEM_ACTIVITY */
574 
575 /* struct rw_semaphore has atomic_long_t member count */
576 /* #undef HAVE_RWSEM_ATOMIC_LONG_COUNT */
577 
578 /* linux/sched/signal.h exists */
579 /* #undef HAVE_SCHED_SIGNAL_HEADER */
580 
581 /* Define to 1 if you have the <security/pam_modules.h> header file. */
582 #define HAVE_SECURITY_PAM_MODULES_H 1
583 
584 /* setattr_prepare() is available, doesn't accept user_namespace */
585 /* #undef HAVE_SETATTR_PREPARE_NO_USERNS */
586 
587 /* setattr_prepare() accepts user_namespace */
588 /* #undef HAVE_SETATTR_PREPARE_USERNS */
589 
590 /* iops->set_acl() exists, takes 3 args */
591 /* #undef HAVE_SET_ACL */
592 
593 /* iops->set_acl() takes 4 args */
594 /* #undef HAVE_SET_ACL_USERNS */
595 
596 /* set_cached_acl() is usable */
597 /* #undef HAVE_SET_CACHED_ACL_USABLE */
598 
599 /* set_special_state() exists */
600 /* #undef HAVE_SET_SPECIAL_STATE */
601 
602 /* struct shrink_control exists */
603 /* #undef HAVE_SHRINK_CONTROL_STRUCT */
604 
605 /* kernel_siginfo_t exists */
606 /* #undef HAVE_SIGINFO */
607 
608 /* signal_stop() exists */
609 /* #undef HAVE_SIGNAL_STOP */
610 
611 /* new shrinker callback wants 2 args */
612 /* #undef HAVE_SINGLE_SHRINKER_CALLBACK */
613 
614 /* ->count_objects exists */
615 /* #undef HAVE_SPLIT_SHRINKER_CALLBACK */
616 
617 #if defined(__amd64__) || defined(__i386__)
618 /* Define if host toolchain supports SSE */
619 #define HAVE_SSE 1
620 
621 /* Define if host toolchain supports SSE2 */
622 #define HAVE_SSE2 1
623 
624 /* Define if host toolchain supports SSE3 */
625 #define HAVE_SSE3 1
626 
627 /* Define if host toolchain supports SSE4.1 */
628 #define HAVE_SSE4_1 1
629 
630 /* Define if host toolchain supports SSE4.2 */
631 #define HAVE_SSE4_2 1
632 
633 /* Define if host toolchain supports SSSE3 */
634 #define HAVE_SSSE3 1
635 #endif
636 
637 /* STACK_FRAME_NON_STANDARD is defined */
638 /* #undef HAVE_STACK_FRAME_NON_STANDARD */
639 
640 /* standalone <linux/stdarg.h> exists */
641 /* #undef HAVE_STANDALONE_LINUX_STDARG */
642 
643 /* Define to 1 if you have the <stdint.h> header file. */
644 #define HAVE_STDINT_H 1
645 
646 /* Define to 1 if you have the <stdlib.h> header file. */
647 #define HAVE_STDLIB_H 1
648 
649 /* Define to 1 if you have the <strings.h> header file. */
650 #define HAVE_STRINGS_H 1
651 
652 /* Define to 1 if you have the <string.h> header file. */
653 #define HAVE_STRING_H 1
654 
655 /* Define to 1 if you have the `strlcat' function. */
656 #define HAVE_STRLCAT 1
657 
658 /* Define to 1 if you have the `strlcpy' function. */
659 #define HAVE_STRLCPY 1
660 
661 /* submit_bio is member of struct block_device_operations */
662 /* #undef HAVE_SUBMIT_BIO_IN_BLOCK_DEVICE_OPERATIONS */
663 
664 /* super_setup_bdi_name() exits */
665 /* #undef HAVE_SUPER_SETUP_BDI_NAME */
666 
667 /* super_block->s_user_ns exists */
668 /* #undef HAVE_SUPER_USER_NS */
669 
670 /* Define to 1 if you have the <sys/stat.h> header file. */
671 #define HAVE_SYS_STAT_H 1
672 
673 /* Define to 1 if you have the <sys/types.h> header file. */
674 #define HAVE_SYS_TYPES_H 1
675 
676 /* i_op->tmpfile() exists */
677 /* #undef HAVE_TMPFILE */
678 
679 /* i_op->tmpfile() has userns */
680 /* #undef HAVE_TMPFILE_USERNS */
681 
682 /* totalhigh_pages() exists */
683 /* #undef HAVE_TOTALHIGH_PAGES */
684 
685 /* kernel has totalram_pages() */
686 /* #undef HAVE_TOTALRAM_PAGES_FUNC */
687 
688 /* Define to 1 if you have the `udev_device_get_is_initialized' function. */
689 /* #undef HAVE_UDEV_DEVICE_GET_IS_INITIALIZED */
690 
691 /* kernel has __kernel_fpu_* functions */
692 /* #undef HAVE_UNDERSCORE_KERNEL_FPU */
693 
694 /* Define to 1 if you have the <unistd.h> header file. */
695 #define HAVE_UNISTD_H 1
696 
697 /* iops->getattr() takes struct user_namespace* */
698 /* #undef HAVE_USERNS_IOPS_GETATTR */
699 
700 /* iops->getattr() takes a vfsmount */
701 /* #undef HAVE_VFSMOUNT_IOPS_GETATTR */
702 
703 /* aops->direct_IO() uses iovec */
704 /* #undef HAVE_VFS_DIRECT_IO_IOVEC */
705 
706 /* aops->direct_IO() uses iov_iter without rw */
707 /* #undef HAVE_VFS_DIRECT_IO_ITER */
708 
709 /* aops->direct_IO() uses iov_iter with offset */
710 /* #undef HAVE_VFS_DIRECT_IO_ITER_OFFSET */
711 
712 /* aops->direct_IO() uses iov_iter with rw and offset */
713 /* #undef HAVE_VFS_DIRECT_IO_ITER_RW_OFFSET */
714 
715 /* All required iov_iter interfaces are available */
716 /* #undef HAVE_VFS_IOV_ITER */
717 
718 /* fops->iterate() is available */
719 /* #undef HAVE_VFS_ITERATE */
720 
721 /* fops->iterate_shared() is available */
722 /* #undef HAVE_VFS_ITERATE_SHARED */
723 
724 /* fops->readdir() is available */
725 /* #undef HAVE_VFS_READDIR */
726 
727 /* fops->read/write_iter() are available */
728 /* #undef HAVE_VFS_RW_ITERATE */
729 
730 /* __set_page_dirty_nobuffers exists */
731 /* #undef HAVE_VFS_SET_PAGE_DIRTY_NOBUFFERS */
732 
733 /* __vmalloc page flags exists */
734 /* #undef HAVE_VMALLOC_PAGE_KERNEL */
735 
736 /* yes */
737 /* #undef HAVE_WAIT_ON_BIT_ACTION */
738 
739 /* wait_queue_entry_t exists */
740 /* #undef HAVE_WAIT_QUEUE_ENTRY_T */
741 
742 /* wq_head->head and wq_entry->entry exist */
743 /* #undef HAVE_WAIT_QUEUE_HEAD_ENTRY */
744 
745 /* xattr_handler->get() wants dentry */
746 /* #undef HAVE_XATTR_GET_DENTRY */
747 
748 /* xattr_handler->get() wants both dentry and inode */
749 /* #undef HAVE_XATTR_GET_DENTRY_INODE */
750 
751 /* xattr_handler->get() wants xattr_handler */
752 /* #undef HAVE_XATTR_GET_HANDLER */
753 
754 /* xattr_handler has name */
755 /* #undef HAVE_XATTR_HANDLER_NAME */
756 
757 /* xattr_handler->list() wants dentry */
758 /* #undef HAVE_XATTR_LIST_DENTRY */
759 
760 /* xattr_handler->list() wants xattr_handler */
761 /* #undef HAVE_XATTR_LIST_HANDLER */
762 
763 /* xattr_handler->list() wants simple */
764 /* #undef HAVE_XATTR_LIST_SIMPLE */
765 
766 /* xattr_handler->set() wants dentry */
767 /* #undef HAVE_XATTR_SET_DENTRY */
768 
769 /* xattr_handler->set() wants both dentry and inode */
770 /* #undef HAVE_XATTR_SET_DENTRY_INODE */
771 
772 /* xattr_handler->set() wants xattr_handler */
773 /* #undef HAVE_XATTR_SET_HANDLER */
774 
775 /* xattr_handler->set() takes user_namespace */
776 /* #undef HAVE_XATTR_SET_USERNS */
777 
778 /* Define if host toolchain supports XSAVE */
779 #define HAVE_XSAVE 1
780 
781 /* Define if host toolchain supports XSAVEOPT */
782 #define HAVE_XSAVEOPT 1
783 
784 /* Define if host toolchain supports XSAVES */
785 #define HAVE_XSAVES 1
786 
787 /* Define if you have [z] */
788 #define HAVE_ZLIB 1
789 
790 /* __posix_acl_chmod() exists */
791 /* #undef HAVE___POSIX_ACL_CHMOD */
792 
793 /* kernel exports FPU functions */
794 /* #undef KERNEL_EXPORTS_X86_FPU */
795 
796 /* TBD: fetch(3) support */
797 #if 0
798 /* whether the chosen libfetch is to be loaded at run-time */
799 #define LIBFETCH_DYNAMIC 1
800 
801 /* libfetch is fetch(3) */
802 #define LIBFETCH_IS_FETCH 1
803 
804 /* libfetch is libcurl */
805 #define LIBFETCH_IS_LIBCURL 0
806 
807 /* soname of chosen libfetch */
808 #define LIBFETCH_SONAME "libfetch.so.6"
809 #endif
810 
811 /* Define to the sub-directory where libtool stores uninstalled libraries. */
812 #define LT_OBJDIR ".libs/"
813 
814 /* make_request_fn() return type */
815 /* #undef MAKE_REQUEST_FN_RET */
816 
817 /* hardened module_param_call */
818 /* #undef MODULE_PARAM_CALL_CONST */
819 
820 /* struct shrink_control has nid */
821 /* #undef SHRINK_CONTROL_HAS_NID */
822 
823 /* using complete_and_exit() instead */
824 /* #undef SPL_KTHREAD_COMPLETE_AND_EXIT */
825 
826 /* Defined for legacy compatibility. */
827 #define SPL_META_ALIAS ZFS_META_ALIAS
828 
829 /* Defined for legacy compatibility. */
830 #define SPL_META_RELEASE ZFS_META_RELEASE
831 
832 /* Defined for legacy compatibility. */
833 #define SPL_META_VERSION ZFS_META_VERSION
834 
835 /* pde_data() is PDE_DATA() */
836 /* #undef SPL_PDE_DATA */
837 
838 /* True if ZFS is to be compiled for a FreeBSD system */
839 #define SYSTEM_FREEBSD 1
840 
841 /* True if ZFS is to be compiled for a Linux system */
842 /* #undef SYSTEM_LINUX */
843 
844 /* zfs debugging enabled */
845 /* #undef ZFS_DEBUG */
846 
847 /* /dev/zfs minor */
848 /* #undef ZFS_DEVICE_MINOR */
849 
850 /* enum node_stat_item contains NR_FILE_PAGES */
851 /* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_FILE_PAGES */
852 
853 /* enum node_stat_item contains NR_INACTIVE_ANON */
854 /* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_INACTIVE_ANON */
855 
856 /* enum node_stat_item contains NR_INACTIVE_FILE */
857 /* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_INACTIVE_FILE */
858 
859 /* enum zone_stat_item contains NR_FILE_PAGES */
860 /* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_FILE_PAGES */
861 
862 /* enum zone_stat_item contains NR_INACTIVE_ANON */
863 /* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_INACTIVE_ANON */
864 
865 /* enum zone_stat_item contains NR_INACTIVE_FILE */
866 /* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_INACTIVE_FILE */
867 
868 /* global_node_page_state() exists */
869 /* #undef ZFS_GLOBAL_NODE_PAGE_STATE */
870 
871 /* global_zone_page_state() exists */
872 /* #undef ZFS_GLOBAL_ZONE_PAGE_STATE */
873 
874 /* Define to 1 if GPL-only symbols can be used */
875 /* #undef ZFS_IS_GPL_COMPATIBLE */
876 
877 /* Define the project alias string. */
878 #define ZFS_META_ALIAS "zfs-2.1.99-FreeBSD_ga86e08941"
879 
880 /* Define the project author. */
881 #define ZFS_META_AUTHOR "OpenZFS"
882 
883 /* Define the project release date. */
884 /* #undef ZFS_META_DATA */
885 
886 /* Define the maximum compatible kernel version. */
887 #define ZFS_META_KVER_MAX "5.15"
888 
889 /* Define the minimum compatible kernel version. */
890 #define ZFS_META_KVER_MIN "3.10"
891 
892 /* Define the project license. */
893 #define ZFS_META_LICENSE "CDDL"
894 
895 /* Define the libtool library 'age' version information. */
896 /* #undef ZFS_META_LT_AGE */
897 
898 /* Define the libtool library 'current' version information. */
899 /* #undef ZFS_META_LT_CURRENT */
900 
901 /* Define the libtool library 'revision' version information. */
902 /* #undef ZFS_META_LT_REVISION */
903 
904 /* Define the project name. */
905 #define ZFS_META_NAME "zfs"
906 
907 /* Define the project release. */
908 #define ZFS_META_RELEASE "FreeBSD_ga86e08941"
909 
910 /* Define the project version. */
911 #define ZFS_META_VERSION "2.1.99"
912 
913 /* count is located in percpu_ref.data */
914 /* #undef ZFS_PERCPU_REF_COUNT_IN_DATA */
915 
916