2 dnl # Default ZFS user configuration
4 AC_DEFUN([ZFS_AC_CONFIG_USER], [
5 ZFS_AC_CONFIG_USER_MOUNT_HELPER
6 ZFS_AC_CONFIG_USER_UDEV
7 ZFS_AC_CONFIG_USER_SYSTEMD
8 ZFS_AC_CONFIG_USER_SYSVINIT
9 ZFS_AC_CONFIG_USER_DRACUT
10 ZFS_AC_CONFIG_USER_ZLIB
11 ZFS_AC_CONFIG_USER_LIBUUID
12 ZFS_AC_CONFIG_USER_LIBTIRPC
13 ZFS_AC_CONFIG_USER_LIBBLKID
14 ZFS_AC_CONFIG_USER_LIBATTR
15 ZFS_AC_CONFIG_USER_LIBUDEV
16 ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN
17 ZFS_AC_CONFIG_USER_RUNSTATEDIR
19 ZFS_AC_CONFIG_USER_COMMANDS
22 AC_CHECK_FUNCS([mlockall])
26 dnl # Setup the environment for the ZFS Test Suite. Currently only
27 dnl # Linux sytle systems are supported but this infrastructure can
28 dnl # be extended to support other platforms if needed.
30 AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
31 ZONENAME="echo global"