]> git.proxmox.com Git - mirror_zfs.git/blob - config/user.m4
Don't assume pthread_t is uint_t for portability
[mirror_zfs.git] / config / user.m4
1 dnl #
2 dnl # Default ZFS user configuration
3 dnl #
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_LIBUDEV
15 ZFS_AC_CONFIG_USER_LIBSSL
16 ZFS_AC_CONFIG_USER_LIBAIO
17 ZFS_AC_CONFIG_USER_RUNSTATEDIR
18 ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
19 ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
20 ZFS_AC_CONFIG_USER_ZFSEXEC
21
22 ZFS_AC_TEST_FRAMEWORK
23
24 AC_CHECK_FUNCS([mlockall strlcat strlcpy])
25 ])
26
27 dnl #
28 dnl # Setup the environment for the ZFS Test Suite. Currently only
29 dnl # Linux sytle systems are supported but this infrastructure can
30 dnl # be extended to support other platforms if needed.
31 dnl #
32 AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
33 ZONENAME="echo global"
34 AC_SUBST(ZONENAME)
35
36 AC_SUBST(RM)
37 ])