aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/zfs/zfs_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/zfs/zfs_config.h')
-rw-r--r--sys/modules/zfs/zfs_config.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/modules/zfs/zfs_config.h b/sys/modules/zfs/zfs_config.h
index 4d6786e92d22..d5e9cebfffc7 100644
--- a/sys/modules/zfs/zfs_config.h
+++ b/sys/modules/zfs/zfs_config.h
@@ -87,6 +87,9 @@
#define HAVE_AVX512VL 1
#endif
+/* backtrace() is available */
+/* #undef HAVE_BACKTRACE */
+
/* bdevname() is available */
/* #undef HAVE_BDEVNAME */
@@ -598,6 +601,9 @@
/* Define if compiler supports -Winfinite-recursion */
/* #undef HAVE_KERNEL_INFINITE_RECURSION */
+/* kernel defines intptr_t */
+/* #undef HAVE_KERNEL_INTPTR_T */
+
/* kernel has kernel_neon_* functions */
/* #undef HAVE_KERNEL_NEON */
@@ -1188,7 +1194,7 @@
/* #undef ZFS_IS_GPL_COMPATIBLE */
/* Define the project alias string. */
-#define ZFS_META_ALIAS "zfs-2.2.99-474-FreeBSD_g8f1b7a6fa"
+#define ZFS_META_ALIAS "zfs-2.2.99-517-FreeBSD_ge2357561b"
/* Define the project author. */
#define ZFS_META_AUTHOR "OpenZFS"
@@ -1218,7 +1224,7 @@
#define ZFS_META_NAME "zfs"
/* Define the project release. */
-#define ZFS_META_RELEASE "474-FreeBSD_g8f1b7a6fa"
+#define ZFS_META_RELEASE "517-FreeBSD_ge2357561b"
/* Define the project version. */
#define ZFS_META_VERSION "2.2.99"