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