]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - zfs/config/user.m4
UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
[mirror_ubuntu-bionic-kernel.git] / zfs / config / user.m4
CommitLineData
70e083d2
TG
1dnl #
2dnl # Default ZFS user configuration
3dnl #
4AC_DEFUN([ZFS_AC_CONFIG_USER], [
5 ZFS_AC_DKMS_INHIBIT
6 ZFS_AC_CONFIG_USER_MOUNT_HELPER
7 ZFS_AC_CONFIG_USER_UDEV
8 ZFS_AC_CONFIG_USER_SYSTEMD
9 ZFS_AC_CONFIG_USER_SYSVINIT
10 ZFS_AC_CONFIG_USER_DRACUT
70e083d2
TG
11 ZFS_AC_CONFIG_USER_ZLIB
12 ZFS_AC_CONFIG_USER_LIBUUID
86e3c28a 13 ZFS_AC_CONFIG_USER_LIBTIRPC
70e083d2 14 ZFS_AC_CONFIG_USER_LIBBLKID
86e3c28a
CIK
15 ZFS_AC_CONFIG_USER_LIBATTR
16 ZFS_AC_CONFIG_USER_LIBUDEV
68f4b34f 17 ZFS_AC_CONFIG_USER_LIBAIO
70e083d2
TG
18 ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN
19 ZFS_AC_CONFIG_USER_RUNSTATEDIR
43c96d9a
CIK
20 ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
21 ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
22 ZFS_AC_CONFIG_USER_NO_FORMAT_TRUNCATION
86e3c28a
CIK
23
24 ZFS_AC_TEST_FRAMEWORK
25
70e083d2
TG
26 AC_CHECK_FUNCS([mlockall])
27])
86e3c28a
CIK
28
29dnl #
30dnl # Setup the environment for the ZFS Test Suite. Currently only
31dnl # Linux sytle systems are supported but this infrastructure can
32dnl # be extended to support other platforms if needed.
33dnl #
34AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
35 ZONENAME="echo global"
36 AC_SUBST(ZONENAME)
37
38 AC_SUBST(RM)
39])