2 dnl # Default ZFS user configuration
4 AC_DEFUN([ZFS_AC_CONFIG_USER], [
5 ZFS_AC_CONFIG_USER_GETTEXT
6 ZFS_AC_CONFIG_USER_MOUNT_HELPER
7 ZFS_AC_CONFIG_USER_SYSVINIT
8 ZFS_AC_CONFIG_USER_DRACUT
9 ZFS_AC_CONFIG_USER_ZLIB
10 AM_COND_IF([BUILD_LINUX], [
11 ZFS_AC_CONFIG_USER_UDEV
12 ZFS_AC_CONFIG_USER_SYSTEMD
13 ZFS_AC_CONFIG_USER_LIBUUID
14 ZFS_AC_CONFIG_USER_LIBBLKID
16 ZFS_AC_CONFIG_USER_LIBTIRPC
17 ZFS_AC_CONFIG_USER_LIBUDEV
18 ZFS_AC_CONFIG_USER_LIBSSL
19 ZFS_AC_CONFIG_USER_LIBAIO
20 ZFS_AC_CONFIG_USER_PAM
21 ZFS_AC_CONFIG_USER_RUNSTATEDIR
22 ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
23 ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
24 ZFS_AC_CONFIG_USER_ZFSEXEC
27 AC_CHECK_FUNCS([issetugid mlockall strlcat strlcpy])
31 dnl # Setup the environment for the ZFS Test Suite. Currently only
32 dnl # Linux style systems are supported but this infrastructure can
33 dnl # be extended to support other platforms if needed.
35 AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
36 ZONENAME="echo global"