xref: /freebsd-14-stable/sys/modules/zfs/zfs_config.h (revision 2ec8b69480708185a273254e4e254140eb2ce633)
1 /* zfs_config.h.  Generated from zfs_config.h.in by configure.  */
2 /* zfs_config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if translation of program messages to the user's native
5    language is requested. */
6 /* #undef ENABLE_NLS */
7 
8 /* __assign_str() has one arg */
9 /* #undef HAVE_1ARG_ASSIGN_STR */
10 
11 /* lookup_bdev() wants 1 arg */
12 /* #undef HAVE_1ARG_LOOKUP_BDEV */
13 
14 /* kernel has access_ok with 'type' parameter */
15 /* #undef HAVE_ACCESS_OK_TYPE */
16 
17 /* add_disk() returns int */
18 /* #undef HAVE_ADD_DISK_RET */
19 
20 /* Define if host toolchain supports AES */
21 #define HAVE_AES 1
22 
23 /* Define if you have [rt] */
24 #define HAVE_AIO_H 1
25 
26 #ifdef __amd64__
27 #ifndef RESCUE
28 /* Define if host toolchain supports AVX */
29 #define HAVE_AVX 1
30 #endif
31 
32 /* Define if host toolchain supports AVX2 */
33 #define HAVE_AVX2 1
34 
35 /* Define if host toolchain supports AVX512BW */
36 #define HAVE_AVX512BW 1
37 
38 /* Define if host toolchain supports AVX512CD */
39 #define HAVE_AVX512CD 1
40 
41 /* Define if host toolchain supports AVX512DQ */
42 #define HAVE_AVX512DQ 1
43 
44 /* Define if host toolchain supports AVX512ER */
45 #define HAVE_AVX512ER 1
46 
47 /* Define if host toolchain supports AVX512F */
48 #define HAVE_AVX512F 1
49 
50 /* Define if host toolchain supports AVX512IFMA */
51 #define HAVE_AVX512IFMA 1
52 
53 /* Define if host toolchain supports AVX512PF */
54 #define HAVE_AVX512PF 1
55 
56 /* Define if host toolchain supports AVX512VBMI */
57 #define HAVE_AVX512VBMI 1
58 
59 /* Define if host toolchain supports AVX512VL */
60 #define HAVE_AVX512VL 1
61 #endif
62 
63 /* backtrace() is available */
64 /* #undef HAVE_BACKTRACE */
65 
66 /* bdevname() is available */
67 /* #undef HAVE_BDEVNAME */
68 
69 /* bdev_check_media_change() exists */
70 /* #undef HAVE_BDEV_CHECK_MEDIA_CHANGE */
71 
72 /* bdev_file_open_by_path() exists */
73 /* #undef HAVE_BDEV_FILE_OPEN_BY_PATH */
74 
75 /* bdev_*_io_acct() available */
76 /* #undef HAVE_BDEV_IO_ACCT_63 */
77 
78 /* bdev_*_io_acct() available */
79 /* #undef HAVE_BDEV_IO_ACCT_OLD */
80 
81 /* bdev_kobj() exists */
82 /* #undef HAVE_BDEV_KOBJ */
83 
84 /* bdev_max_discard_sectors() is available */
85 /* #undef HAVE_BDEV_MAX_DISCARD_SECTORS */
86 
87 /* bdev_max_secure_erase_sectors() is available */
88 /* #undef HAVE_BDEV_MAX_SECURE_ERASE_SECTORS */
89 
90 /* bdev_nr_bytes() is available */
91 /* #undef HAVE_BDEV_NR_BYTES */
92 
93 /* bdev_open_by_path() exists */
94 /* #undef HAVE_BDEV_OPEN_BY_PATH */
95 
96 /* bdev_release() exists */
97 /* #undef HAVE_BDEV_RELEASE */
98 
99 /* block_device_operations->submit_bio() returns void */
100 /* #undef HAVE_BDEV_SUBMIT_BIO_RETURNS_VOID */
101 
102 /* bdev_whole() is available */
103 /* #undef HAVE_BDEV_WHOLE */
104 
105 /* bio_alloc() takes 4 arguments */
106 /* #undef HAVE_BIO_ALLOC_4ARG */
107 
108 /* bio->bi_bdev->bd_disk exists */
109 /* #undef HAVE_BIO_BDEV_DISK */
110 
111 /* bio_*_io_acct() available */
112 /* #undef HAVE_BIO_IO_ACCT */
113 
114 /* bio_max_segs() is implemented */
115 /* #undef HAVE_BIO_MAX_SEGS */
116 
117 /* bio_set_dev() GPL-only */
118 /* #undef HAVE_BIO_SET_DEV_GPL_ONLY */
119 
120 /* bio_set_dev() is a macro */
121 /* #undef HAVE_BIO_SET_DEV_MACRO */
122 
123 /* bio_set_op_attrs is available */
124 /* #undef HAVE_BIO_SET_OP_ATTRS */
125 
126 /* blkdev_get_by_path() exists and takes 4 args */
127 /* #undef HAVE_BLKDEV_GET_BY_PATH_4ARG */
128 
129 /* blkdev_get_by_path() handles ERESTARTSYS */
130 /* #undef HAVE_BLKDEV_GET_ERESTARTSYS */
131 
132 /* __blkdev_issue_discard(flags) is available */
133 /* #undef HAVE_BLKDEV_ISSUE_DISCARD_ASYNC_FLAGS */
134 
135 /* __blkdev_issue_discard() is available */
136 /* #undef HAVE_BLKDEV_ISSUE_DISCARD_ASYNC_NOFLAGS */
137 
138 /* blkdev_issue_discard(flags) is available */
139 /* #undef HAVE_BLKDEV_ISSUE_DISCARD_FLAGS */
140 
141 /* blkdev_issue_discard() is available */
142 /* #undef HAVE_BLKDEV_ISSUE_DISCARD_NOFLAGS */
143 
144 /* blkdev_issue_secure_erase() is available */
145 /* #undef HAVE_BLKDEV_ISSUE_SECURE_ERASE */
146 
147 /* blkdev_put() exists */
148 /* #undef HAVE_BLKDEV_PUT */
149 
150 /* blkdev_put() accepts void* as arg 2 */
151 /* #undef HAVE_BLKDEV_PUT_HOLDER */
152 
153 /* struct queue_limits has a features field */
154 /* #undef HAVE_BLKDEV_QUEUE_LIMITS_FEATURES */
155 
156 /* blkdev_reread_part() exists */
157 /* #undef HAVE_BLKDEV_REREAD_PART */
158 
159 /* blkg_tryget() is available */
160 /* #undef HAVE_BLKG_TRYGET */
161 
162 /* blkg_tryget() GPL-only */
163 /* #undef HAVE_BLKG_TRYGET_GPL_ONLY */
164 
165 /* blk_alloc_disk() exists */
166 /* #undef HAVE_BLK_ALLOC_DISK */
167 
168 /* blk_alloc_disk() exists and takes 2 args */
169 /* #undef HAVE_BLK_ALLOC_DISK_2ARG */
170 
171 /* blk_alloc_queue() expects request function */
172 /* #undef HAVE_BLK_ALLOC_QUEUE_REQUEST_FN */
173 
174 /* blk_alloc_queue_rh() expects request function */
175 /* #undef HAVE_BLK_ALLOC_QUEUE_REQUEST_FN_RH */
176 
177 /* blk_cleanup_disk() exists */
178 /* #undef HAVE_BLK_CLEANUP_DISK */
179 
180 /* blk_mode_t is defined */
181 /* #undef HAVE_BLK_MODE_T */
182 
183 /* block multiqueue hardware context is cached in struct request */
184 /* #undef HAVE_BLK_MQ_RQ_HCTX */
185 
186 /* blk queue backing_dev_info is dynamic */
187 /* #undef HAVE_BLK_QUEUE_BDI_DYNAMIC */
188 
189 /* blk_queue_discard() is available */
190 /* #undef HAVE_BLK_QUEUE_DISCARD */
191 
192 /* backing_dev_info is available through queue gendisk */
193 /* #undef HAVE_BLK_QUEUE_DISK_BDI */
194 
195 /* blk_queue_secure_erase() is available */
196 /* #undef HAVE_BLK_QUEUE_SECURE_ERASE */
197 
198 /* blk_queue_update_readahead() exists */
199 /* #undef HAVE_BLK_QUEUE_UPDATE_READAHEAD */
200 
201 /* BLK_STS_RESV_CONFLICT is defined */
202 /* #undef HAVE_BLK_STS_RESV_CONFLICT */
203 
204 /* Define if release() in block_device_operations takes 1 arg */
205 /* #undef HAVE_BLOCK_DEVICE_OPERATIONS_RELEASE_1ARG */
206 
207 /* Define if revalidate_disk() in block_device_operations */
208 /* #undef HAVE_BLOCK_DEVICE_OPERATIONS_REVALIDATE_DISK */
209 
210 /* check_disk_change() exists */
211 /* #undef HAVE_CHECK_DISK_CHANGE */
212 
213 /* copy_splice_read exists */
214 /* #undef HAVE_COPY_SPLICE_READ */
215 
216 /* cpu_has_feature() is GPL-only */
217 /* #undef HAVE_CPU_HAS_FEATURE_GPL_ONLY */
218 
219 /* Define if the GNU dcgettext() function is already present or preinstalled.
220    */
221 /* #undef HAVE_DCGETTEXT */
222 
223 /* DECLARE_EVENT_CLASS() is available */
224 /* #undef HAVE_DECLARE_EVENT_CLASS */
225 
226 /* dequeue_signal() takes a task argument */
227 /* #undef HAVE_DEQUEUE_SIGNAL_3ARG_TASK */
228 
229 /* dequeue_signal() takes 4 arguments */
230 /* #undef HAVE_DEQUEUE_SIGNAL_4ARG */
231 
232 /* lookup_bdev() wants dev_t arg */
233 /* #undef HAVE_DEVT_LOOKUP_BDEV */
234 
235 /* disk_check_media_change() exists */
236 /* #undef HAVE_DISK_CHECK_MEDIA_CHANGE */
237 
238 /* disk_*_io_acct() available */
239 /* #undef HAVE_DISK_IO_ACCT */
240 
241 /* disk_update_readahead() exists */
242 /* #undef HAVE_DISK_UPDATE_READAHEAD */
243 
244 /* Define to 1 if you have the <dlfcn.h> header file. */
245 #define HAVE_DLFCN_H 1
246 
247 /* Define to 1 if you have the 'execvpe' function. */
248 #define HAVE_EXECVPE 1
249 
250 /* fault_in_iov_iter_readable() is available */
251 /* #undef HAVE_FAULT_IN_IOV_ITER_READABLE */
252 
253 /* file->f_version exists */
254 /* #undef HAVE_FILE_F_VERSION */
255 
256 /* flush_dcache_page() is GPL-only */
257 /* #undef HAVE_FLUSH_DCACHE_PAGE_GPL_ONLY */
258 
259 /* Define if compiler supports -Wformat-overflow */
260 /* #undef HAVE_FORMAT_OVERFLOW */
261 
262 /* fsync_bdev() is declared in include/blkdev.h */
263 /* #undef HAVE_FSYNC_BDEV */
264 
265 /* yes */
266 /* #undef HAVE_GENERIC_FADVISE */
267 
268 /* generic_fillattr requires struct mnt_idmap* */
269 /* #undef HAVE_GENERIC_FILLATTR_IDMAP */
270 
271 /* generic_fillattr requires struct mnt_idmap* and u32 request_mask */
272 /* #undef HAVE_GENERIC_FILLATTR_IDMAP_REQMASK */
273 
274 /* generic_fillattr requires struct user_namespace* */
275 /* #undef HAVE_GENERIC_FILLATTR_USERNS */
276 
277 /* generic_*_io_acct() 4 arg available */
278 /* #undef HAVE_GENERIC_IO_ACCT_4ARG */
279 
280 /* GENHD_FL_EXT_DEVT flag is available */
281 /* #undef HAVE_GENHD_FL_EXT_DEVT */
282 
283 /* GENHD_FL_NO_PART flag is available */
284 /* #undef HAVE_GENHD_FL_NO_PART */
285 
286 /* Define if the GNU gettext() function is already present or preinstalled. */
287 /* #undef HAVE_GETTEXT */
288 
289 /* Define to 1 if you have the 'gettid' function. */
290 /* #undef HAVE_GETTID */
291 
292 /* iops->get_acl() exists */
293 /* #undef HAVE_GET_ACL */
294 
295 /* iops->get_acl() takes rcu */
296 /* #undef HAVE_GET_ACL_RCU */
297 
298 /* has iops->get_inode_acl() */
299 /* #undef HAVE_GET_INODE_ACL */
300 
301 /* iattr->ia_vfsuid and iattr->ia_vfsgid exist */
302 /* #undef HAVE_IATTR_VFSID */
303 
304 /* Define if you have the iconv() function and it works. */
305 #define HAVE_ICONV 1
306 
307 /* iops->getattr() takes struct mnt_idmap* */
308 /* #undef HAVE_IDMAP_IOPS_GETATTR */
309 
310 /* iops->setattr() takes struct mnt_idmap* */
311 /* #undef HAVE_IDMAP_IOPS_SETATTR */
312 
313 /* APIs for idmapped mount are present */
314 /* #undef HAVE_IDMAP_MNT_API */
315 
316 /* mnt_idmap does not have user_namespace */
317 /* #undef HAVE_IDMAP_NO_USERNS */
318 
319 /* Define if compiler supports -Wimplicit-fallthrough */
320 /* #undef HAVE_IMPLICIT_FALLTHROUGH */
321 
322 /* Define if compiler supports -Winfinite-recursion */
323 /* #undef HAVE_INFINITE_RECURSION */
324 
325 /* inode_get_atime() exists in linux/fs.h */
326 /* #undef HAVE_INODE_GET_ATIME */
327 
328 /* inode_get_ctime() exists in linux/fs.h */
329 /* #undef HAVE_INODE_GET_CTIME */
330 
331 /* inode_get_mtime() exists in linux/fs.h */
332 /* #undef HAVE_INODE_GET_MTIME */
333 
334 /* inode_owner_or_capable() exists */
335 /* #undef HAVE_INODE_OWNER_OR_CAPABLE */
336 
337 /* inode_owner_or_capable() takes mnt_idmap */
338 /* #undef HAVE_INODE_OWNER_OR_CAPABLE_IDMAP */
339 
340 /* inode_owner_or_capable() takes user_ns */
341 /* #undef HAVE_INODE_OWNER_OR_CAPABLE_USERNS */
342 
343 /* inode_set_atime_to_ts() exists in linux/fs.h */
344 /* #undef HAVE_INODE_SET_ATIME_TO_TS */
345 
346 /* inode_set_ctime_to_ts() exists in linux/fs.h */
347 /* #undef HAVE_INODE_SET_CTIME_TO_TS */
348 
349 /* inode_set_mtime_to_ts() exists in linux/fs.h */
350 /* #undef HAVE_INODE_SET_MTIME_TO_TS */
351 
352 /* timestamp_truncate() exists */
353 /* #undef HAVE_INODE_TIMESTAMP_TRUNCATE */
354 
355 /* Define to 1 if you have the <inttypes.h> header file. */
356 #define HAVE_INTTYPES_H 1
357 
358 /* iops->create() takes struct mnt_idmap* */
359 /* #undef HAVE_IOPS_CREATE_IDMAP */
360 
361 /* iops->create() takes struct user_namespace* */
362 /* #undef HAVE_IOPS_CREATE_USERNS */
363 
364 /* iops->mkdir() takes struct mnt_idmap* */
365 /* #undef HAVE_IOPS_MKDIR_IDMAP */
366 
367 /* iops->mkdir() takes struct user_namespace* */
368 /* #undef HAVE_IOPS_MKDIR_USERNS */
369 
370 /* iops->mknod() takes struct mnt_idmap* */
371 /* #undef HAVE_IOPS_MKNOD_IDMAP */
372 
373 /* iops->mknod() takes struct user_namespace* */
374 /* #undef HAVE_IOPS_MKNOD_USERNS */
375 
376 /* iops->permission() takes struct mnt_idmap* */
377 /* #undef HAVE_IOPS_PERMISSION_IDMAP */
378 
379 /* iops->permission() takes struct user_namespace* */
380 /* #undef HAVE_IOPS_PERMISSION_USERNS */
381 
382 /* iops->rename() takes struct mnt_idmap* */
383 /* #undef HAVE_IOPS_RENAME_IDMAP */
384 
385 /* iops->rename() takes struct user_namespace* */
386 /* #undef HAVE_IOPS_RENAME_USERNS */
387 
388 /* iops->symlink() takes struct mnt_idmap* */
389 /* #undef HAVE_IOPS_SYMLINK_IDMAP */
390 
391 /* iops->symlink() takes struct user_namespace* */
392 /* #undef HAVE_IOPS_SYMLINK_USERNS */
393 
394 /* iov_iter_get_pages() is available */
395 /* #undef HAVE_IOV_ITER_GET_PAGES */
396 
397 /* iov_iter_get_pages2() is available */
398 /* #undef HAVE_IOV_ITER_GET_PAGES2 */
399 
400 /* iov_iter_type() is available */
401 /* #undef HAVE_IOV_ITER_TYPE */
402 
403 /* Define to 1 if you have the 'issetugid' function. */
404 #define HAVE_ISSETUGID 1
405 
406 /* iter_iov() is available */
407 /* #undef HAVE_ITER_IOV */
408 
409 /* kernel has kernel_fpu_* functions */
410 /* #undef HAVE_KERNEL_FPU */
411 
412 /* kernel has asm/fpu/api.h */
413 /* #undef HAVE_KERNEL_FPU_API_HEADER */
414 
415 /* kernel fpu internal */
416 /* #undef HAVE_KERNEL_FPU_INTERNAL */
417 
418 /* kernel has asm/fpu/internal.h */
419 /* #undef HAVE_KERNEL_FPU_INTERNAL_HEADER */
420 
421 /* Define if compiler supports -Winfinite-recursion */
422 /* #undef HAVE_KERNEL_INFINITE_RECURSION */
423 
424 /* kernel defines intptr_t */
425 /* #undef HAVE_KERNEL_INTPTR_T */
426 
427 /* kernel has kernel_neon_* functions */
428 /* #undef HAVE_KERNEL_NEON */
429 
430 /* kernel does stack verification */
431 /* #undef HAVE_KERNEL_OBJTOOL */
432 
433 /* kernel has linux/objtool.h */
434 /* #undef HAVE_KERNEL_OBJTOOL_HEADER */
435 
436 /* strlcpy() exists */
437 /* #undef HAVE_KERNEL_STRLCPY */
438 
439 /* kernel has kmap_local_page */
440 /* #undef HAVE_KMAP_LOCAL_PAGE */
441 
442 /* Define if you have [aio] */
443 /* #undef HAVE_LIBAIO */
444 
445 /* Define if you have [blkid] */
446 /* #undef HAVE_LIBBLKID */
447 
448 /* Define if you have [crypto] */
449 #define HAVE_LIBCRYPTO 1
450 
451 /* Define if you have [tirpc] */
452 /* #undef HAVE_LIBTIRPC */
453 
454 /* Define if you have [udev] */
455 /* #undef HAVE_LIBUDEV */
456 
457 /* Define if you have [unwind] */
458 /* #undef HAVE_LIBUNWIND */
459 
460 /* libunwind has unw_get_elf_filename */
461 /* #undef HAVE_LIBUNWIND_ELF */
462 
463 /* Define if you have [uuid] */
464 /* #undef HAVE_LIBUUID */
465 
466 /* makedev() is declared in sys/mkdev.h */
467 /* #undef HAVE_MAKEDEV_IN_MKDEV */
468 
469 /* makedev() is declared in sys/sysmacros.h */
470 /* #undef HAVE_MAKEDEV_IN_SYSMACROS */
471 
472 /* Noting that make_request_fn() returns blk_qc_t */
473 /* #undef HAVE_MAKE_REQUEST_FN_RET_QC */
474 
475 /* Define to 1 if you have the 'mlockall' function. */
476 #define HAVE_MLOCKALL 1
477 
478 /* PG_error flag is available */
479 /* #undef HAVE_MM_PAGE_FLAG_ERROR */
480 
481 /* page_mapping() is available */
482 /* #undef HAVE_MM_PAGE_MAPPING */
483 
484 /* page_size() is available */
485 /* #undef HAVE_MM_PAGE_SIZE */
486 
487 /* Define if host toolchain supports MOVBE */
488 #define HAVE_MOVBE 1
489 
490 /* folio_wait_bit() exists */
491 /* #undef HAVE_PAGEMAP_FOLIO_WAIT_BIT */
492 
493 /* part_to_dev() exists */
494 /* #undef HAVE_PART_TO_DEV */
495 
496 /* iops->getattr() takes a path */
497 /* #undef HAVE_PATH_IOPS_GETATTR */
498 
499 /* Define if host toolchain supports PCLMULQDQ */
500 #define HAVE_PCLMULQDQ 1
501 
502 /* proc_handler ctl_table arg is const */
503 /* #undef HAVE_PROC_HANDLER_CTL_TABLE_CONST */
504 
505 /* proc_ops structure exists */
506 /* #undef HAVE_PROC_OPS_STRUCT */
507 
508 /* If available, contains the Python version number currently in use. */
509 /* #undef HAVE_PYTHON */
510 
511 /* qat is enabled and existed */
512 /* #undef HAVE_QAT */
513 
514 /* struct reclaim_state has reclaimed */
515 /* #undef HAVE_RECLAIM_STATE_RECLAIMED */
516 
517 /* register_shrinker is vararg */
518 /* #undef HAVE_REGISTER_SHRINKER_VARARG */
519 
520 /* register_sysctl_sz exists */
521 /* #undef HAVE_REGISTER_SYSCTL_SZ */
522 
523 /* register_sysctl_table exists */
524 /* #undef HAVE_REGISTER_SYSCTL_TABLE */
525 
526 /* iops->rename() wants flags */
527 /* #undef HAVE_RENAME_WANTS_FLAGS */
528 
529 /* revalidate_disk() is available */
530 /* #undef HAVE_REVALIDATE_DISK */
531 
532 /* revalidate_disk_size() is available */
533 /* #undef HAVE_REVALIDATE_DISK_SIZE */
534 
535 /* Define to 1 if you have the <security/pam_modules.h> header file. */
536 #define HAVE_SECURITY_PAM_MODULES_H 1
537 
538 /* setattr_prepare() accepts mnt_idmap */
539 /* #undef HAVE_SETATTR_PREPARE_IDMAP */
540 
541 /* setattr_prepare() is available, doesn't accept user_namespace */
542 /* #undef HAVE_SETATTR_PREPARE_NO_USERNS */
543 
544 /* setattr_prepare() accepts user_namespace */
545 /* #undef HAVE_SETATTR_PREPARE_USERNS */
546 
547 /* iops->set_acl() takes 4 args, arg1 is struct mnt_idmap * */
548 /* #undef HAVE_SET_ACL_IDMAP_DENTRY */
549 
550 /* iops->set_acl() takes 4 args */
551 /* #undef HAVE_SET_ACL_USERNS */
552 
553 /* iops->set_acl() takes 4 args, arg2 is struct dentry * */
554 /* #undef HAVE_SET_ACL_USERNS_DENTRY_ARG2 */
555 
556 /* shrinker_register exists */
557 /* #undef HAVE_SHRINKER_REGISTER */
558 
559 /* kernel_siginfo_t exists */
560 /* #undef HAVE_SIGINFO */
561 
562 #if defined(__amd64__) || defined(__i386__)
563 /* Define if host toolchain supports SSE */
564 #define HAVE_SSE 1
565 
566 /* Define if host toolchain supports SSE2 */
567 #define HAVE_SSE2 1
568 
569 /* Define if host toolchain supports SSE3 */
570 #define HAVE_SSE3 1
571 
572 /* Define if host toolchain supports SSE4.1 */
573 #define HAVE_SSE4_1 1
574 
575 /* Define if host toolchain supports SSE4.2 */
576 #define HAVE_SSE4_2 1
577 
578 /* Define if host toolchain supports SSSE3 */
579 #define HAVE_SSSE3 1
580 #endif
581 
582 /* STACK_FRAME_NON_STANDARD is defined */
583 /* #undef HAVE_STACK_FRAME_NON_STANDARD */
584 
585 /* standalone <linux/stdarg.h> exists */
586 /* #undef HAVE_STANDALONE_LINUX_STDARG */
587 
588 /* Define to 1 if you have the <stdint.h> header file. */
589 #define HAVE_STDINT_H 1
590 
591 /* Define to 1 if you have the <stdio.h> header file. */
592 #define HAVE_STDIO_H 1
593 
594 /* Define to 1 if you have the <stdlib.h> header file. */
595 #define HAVE_STDLIB_H 1
596 
597 /* Define to 1 if you have the 'strerror_l' function. */
598 #define HAVE_STRERROR_L 1
599 
600 /* Define to 1 if you have the <strings.h> header file. */
601 #define HAVE_STRINGS_H 1
602 
603 /* Define to 1 if you have the <string.h> header file. */
604 #define HAVE_STRING_H 1
605 
606 /* Define to 1 if you have the 'strlcat' function. */
607 #define HAVE_STRLCAT 1
608 
609 /* Define to 1 if you have the 'strlcpy' function. */
610 #define HAVE_STRLCPY 1
611 
612 /* submit_bio is member of struct block_device_operations */
613 /* #undef HAVE_SUBMIT_BIO_IN_BLOCK_DEVICE_OPERATIONS */
614 
615 /* have super_block s_shrink */
616 /* #undef HAVE_SUPER_BLOCK_S_SHRINK */
617 
618 /* have super_block s_shrink pointer */
619 /* #undef HAVE_SUPER_BLOCK_S_SHRINK_PTR */
620 
621 /* sync_blockdev() is declared in include/blkdev.h */
622 /* #undef HAVE_SYNC_BLOCKDEV */
623 
624 /* struct kobj_type has default_groups */
625 /* #undef HAVE_SYSFS_DEFAULT_GROUPS */
626 
627 /* Define to 1 if you have the <sys/stat.h> header file. */
628 #define HAVE_SYS_STAT_H 1
629 
630 /* Define to 1 if you have the <sys/types.h> header file. */
631 #define HAVE_SYS_TYPES_H 1
632 
633 /* i_op->tmpfile() uses old dentry signature */
634 /* #undef HAVE_TMPFILE_DENTRY */
635 
636 /* i_op->tmpfile() has mnt_idmap */
637 /* #undef HAVE_TMPFILE_IDMAP */
638 
639 /* i_op->tmpfile() has userns */
640 /* #undef HAVE_TMPFILE_USERNS */
641 
642 /* totalhigh_pages() exists */
643 /* #undef HAVE_TOTALHIGH_PAGES */
644 
645 /* kernel has totalram_pages() */
646 /* #undef HAVE_TOTALRAM_PAGES_FUNC */
647 
648 /* Define to 1 if you have the 'udev_device_get_is_initialized' function. */
649 /* #undef HAVE_UDEV_DEVICE_GET_IS_INITIALIZED */
650 
651 /* kernel has __kernel_fpu_* functions */
652 /* #undef HAVE_UNDERSCORE_KERNEL_FPU */
653 
654 /* Define to 1 if you have the <unistd.h> header file. */
655 #define HAVE_UNISTD_H 1
656 
657 /* iops->getattr() takes struct user_namespace* */
658 /* #undef HAVE_USERNS_IOPS_GETATTR */
659 
660 /* iops->setattr() takes struct user_namespace* */
661 /* #undef HAVE_USERNS_IOPS_SETATTR */
662 
663 /* fops->clone_file_range() is available */
664 /* #undef HAVE_VFS_CLONE_FILE_RANGE */
665 
666 /* fops->dedupe_file_range() is available */
667 /* #undef HAVE_VFS_DEDUPE_FILE_RANGE */
668 
669 /* aops->direct_IO() uses iov_iter without rw */
670 /* #undef HAVE_VFS_DIRECT_IO_ITER */
671 
672 /* aops->direct_IO() uses iov_iter with offset */
673 /* #undef HAVE_VFS_DIRECT_IO_ITER_OFFSET */
674 
675 /* filemap_dirty_folio exists */
676 /* #undef HAVE_VFS_FILEMAP_DIRTY_FOLIO */
677 
678 /* generic_copy_file_range() is available */
679 /* #undef HAVE_VFS_GENERIC_COPY_FILE_RANGE */
680 
681 /* All required iov_iter interfaces are available */
682 /* #undef HAVE_VFS_IOV_ITER */
683 
684 /* address_space_operations->readpages exists */
685 /* #undef HAVE_VFS_READPAGES */
686 
687 /* read_folio exists */
688 /* #undef HAVE_VFS_READ_FOLIO */
689 
690 /* fops->remap_file_range() is available */
691 /* #undef HAVE_VFS_REMAP_FILE_RANGE */
692 
693 /* __set_page_dirty_nobuffers exists */
694 /* #undef HAVE_VFS_SET_PAGE_DIRTY_NOBUFFERS */
695 
696 /* splice_copy_file_range() is available */
697 /* #undef HAVE_VFS_SPLICE_COPY_FILE_RANGE */
698 
699 /* __vmalloc page flags exists */
700 /* #undef HAVE_VMALLOC_PAGE_KERNEL */
701 
702 /* int (*writepage_t)() takes struct folio* */
703 /* #undef HAVE_WRITEPAGE_T_FOLIO */
704 
705 /* xattr_handler->get() wants dentry and inode and flags */
706 /* #undef HAVE_XATTR_GET_DENTRY_INODE_FLAGS */
707 
708 /* xattr_handler->set() wants both dentry and inode */
709 /* #undef HAVE_XATTR_SET_DENTRY_INODE */
710 
711 /* xattr_handler->set() takes mnt_idmap */
712 /* #undef HAVE_XATTR_SET_IDMAP */
713 
714 /* xattr_handler->set() takes user_namespace */
715 /* #undef HAVE_XATTR_SET_USERNS */
716 
717 /* Define if host toolchain supports XSAVE */
718 #define HAVE_XSAVE 1
719 
720 /* Define if host toolchain supports XSAVEOPT */
721 #define HAVE_XSAVEOPT 1
722 
723 /* Define if host toolchain supports XSAVES */
724 #define HAVE_XSAVES 1
725 
726 /* ZERO_PAGE() is GPL-only */
727 /* #undef HAVE_ZERO_PAGE_GPL_ONLY */
728 
729 /* Define if you have [z] */
730 #define HAVE_ZLIB 1
731 
732 /* kernel exports FPU functions */
733 /* #undef KERNEL_EXPORTS_X86_FPU */
734 
735 /* TBD: fetch(3) support */
736 #if 0
737 /* whether the chosen libfetch is to be loaded at run-time */
738 #define LIBFETCH_DYNAMIC 1
739 
740 /* libfetch is fetch(3) */
741 #define LIBFETCH_IS_FETCH 1
742 
743 /* libfetch is libcurl */
744 #define LIBFETCH_IS_LIBCURL 0
745 
746 /* soname of chosen libfetch */
747 #define LIBFETCH_SONAME "libfetch.so.6"
748 #endif
749 
750 /* Define to the sub-directory where libtool stores uninstalled libraries. */
751 #define LT_OBJDIR ".libs/"
752 
753 /* make_request_fn() return type */
754 /* #undef MAKE_REQUEST_FN_RET */
755 
756 /* using complete_and_exit() instead */
757 /* #undef SPL_KTHREAD_COMPLETE_AND_EXIT */
758 
759 /* Defined for legacy compatibility. */
760 #define SPL_META_ALIAS ZFS_META_ALIAS
761 
762 /* Defined for legacy compatibility. */
763 #define SPL_META_RELEASE ZFS_META_RELEASE
764 
765 /* Defined for legacy compatibility. */
766 #define SPL_META_VERSION ZFS_META_VERSION
767 
768 /* pde_data() is PDE_DATA() */
769 /* #undef SPL_PDE_DATA */
770 
771 /* Define to 1 if all of the C89 standard headers exist (not just the ones
772    required in a freestanding environment). This macro is provided for
773    backward compatibility; new code need not use it. */
774 #define SYSTEM_FREEBSD 1
775 
776 /* True if ZFS is to be compiled for a Linux system */
777 /* #undef SYSTEM_LINUX */
778 
779 /* Version number of package */
780 /* #undef ZFS_DEBUG */
781 
782 /* /dev/zfs minor */
783 /* #undef ZFS_DEVICE_MINOR */
784 
785 /* Define the project alias string. */
786 #define ZFS_META_ALIAS "zfs-2.2.7-FreeBSD_ge269af1b3"
787 
788 /* Define the project author. */
789 #define ZFS_META_AUTHOR "OpenZFS"
790 
791 /* Define the project release date. */
792 /* #undef ZFS_META_DATA */
793 
794 /* Define the maximum compatible kernel version. */
795 #define ZFS_META_KVER_MAX "6.12"
796 
797 /* Define the minimum compatible kernel version. */
798 #define ZFS_META_KVER_MIN "4.18"
799 
800 /* Define the project license. */
801 #define ZFS_META_LICENSE "CDDL"
802 
803 /* Define the libtool library 'age' version information. */
804 /* #undef ZFS_META_LT_AGE */
805 
806 /* Define the libtool library 'current' version information. */
807 /* #undef ZFS_META_LT_CURRENT */
808 
809 /* Define the libtool library 'revision' version information. */
810 /* #undef ZFS_META_LT_REVISION */
811 
812 /* Define the project name. */
813 #define ZFS_META_NAME "zfs"
814 
815 /* Define the project release. */
816 #define ZFS_META_RELEASE "FreeBSD_ge269af1b3"
817 
818 /* Define the project version. */
819 #define ZFS_META_VERSION "2.2.7"
820 
821 /* count is located in percpu_ref.data */
822 /* #undef ZFS_PERCPU_REF_COUNT_IN_DATA */
823