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