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