]> git.proxmox.com Git - mirror_zfs.git/blame - config/user.m4
Illumos 6844 - dnode_next_offset can detect fictional holes
[mirror_zfs.git] / config / user.m4
CommitLineData
c9c0d073
BB
1dnl #
2dnl # Default ZFS user configuration
3dnl #
4AC_DEFUN([ZFS_AC_CONFIG_USER], [
60e9f69c 5 ZFS_AC_CONFIG_USER_MOUNT_HELPER
12d06bac 6 ZFS_AC_CONFIG_USER_UDEV
881f45c6
RE
7 ZFS_AC_CONFIG_USER_SYSTEMD
8 ZFS_AC_CONFIG_USER_SYSVINIT
ffb21118 9 ZFS_AC_CONFIG_USER_DRACUT
c9c0d073 10 ZFS_AC_CONFIG_USER_ARCH
c9c0d073
BB
11 ZFS_AC_CONFIG_USER_ZLIB
12 ZFS_AC_CONFIG_USER_LIBUUID
13 ZFS_AC_CONFIG_USER_LIBBLKID
6bb24f4d 14 ZFS_AC_CONFIG_USER_LIBATTR
39fc0cb5 15 ZFS_AC_CONFIG_USER_LIBUDEV
c9c0d073 16 ZFS_AC_CONFIG_USER_FRAME_LARGER_THAN
07917db9 17 ZFS_AC_CONFIG_USER_RUNSTATEDIR
6bb24f4d
BB
18
19 ZFS_AC_CONFIG_USER_COMMANDS
20 ZFS_AC_TEST_FRAMEWORK
21
518eba14 22 AC_CHECK_FUNCS([mlockall])
c9c0d073 23])
6bb24f4d
BB
24
25dnl #
26dnl # Setup the environment for the ZFS Test Suite. Currently only
27dnl # Linux sytle systems are supported but this infrastructure can
28dnl # be extended to support other platforms if needed.
29dnl #
30AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
31 ZONENAME="echo global"
32 AC_SUBST(ZONENAME)
33
34 AC_SUBST(RM)
35])