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