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