]> git.proxmox.com Git - mirror_zfs.git/blame - config/user.m4
Linux 5.0 compat: Use totalhigh_pages()
[mirror_zfs.git] / config / user.m4
CommitLineData
c9c0d073
BB
1dnl #
2dnl # Default ZFS user configuration
3dnl #
4AC_DEFUN([ZFS_AC_CONFIG_USER], [
e8864b1b 5 ZFS_AC_CONFIG_USER_GETTEXT
60e9f69c 6 ZFS_AC_CONFIG_USER_MOUNT_HELPER
12d06bac 7 ZFS_AC_CONFIG_USER_UDEV
881f45c6
RE
8 ZFS_AC_CONFIG_USER_SYSTEMD
9 ZFS_AC_CONFIG_USER_SYSVINIT
ffb21118 10 ZFS_AC_CONFIG_USER_DRACUT
c9c0d073
BB
11 ZFS_AC_CONFIG_USER_ZLIB
12 ZFS_AC_CONFIG_USER_LIBUUID
1ab3678b 13 ZFS_AC_CONFIG_USER_LIBTIRPC
c9c0d073 14 ZFS_AC_CONFIG_USER_LIBBLKID
39fc0cb5 15 ZFS_AC_CONFIG_USER_LIBUDEV
4807c0ba 16 ZFS_AC_CONFIG_USER_LIBSSL
b2ab468d 17 ZFS_AC_CONFIG_USER_LIBAIO
07917db9 18 ZFS_AC_CONFIG_USER_RUNSTATEDIR
10cb2e0a
OF
19 ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
20 ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
39042f97 21 ZFS_AC_CONFIG_USER_ZFSEXEC
6bb24f4d 22
6bb24f4d
BB
23 ZFS_AC_TEST_FRAMEWORK
24
4b702901 25 AC_CHECK_FUNCS([mlockall strlcat strlcpy])
c9c0d073 26])
6bb24f4d
BB
27
28dnl #
29dnl # Setup the environment for the ZFS Test Suite. Currently only
30dnl # Linux sytle systems are supported but this infrastructure can
31dnl # be extended to support other platforms if needed.
32dnl #
33AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
34 ZONENAME="echo global"
35 AC_SUBST(ZONENAME)
36
37 AC_SUBST(RM)
38])