mirror of
https://github.com/openzfs/zfs.git
synced 2025-10-01 19:56:28 +00:00
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
dnl #
|
|
dnl # Default ZFS user configuration
|
|
dnl #
|
|
AC_DEFUN([ZFS_AC_CONFIG_USER], [
|
|
ZFS_AC_CONFIG_USER_LIBEFI
|
|
ZFS_AC_CONFIG_USER_LIBDISKMGT
|
|
ZFS_AC_CONFIG_USER_LIBSHARE
|
|
ZFS_AC_CONFIG_USER_IOCTL
|
|
])
|