The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/config/user.m4

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 dnl #
    2 dnl # Default ZFS user configuration
    3 dnl #
    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         AM_COND_IF([BUILD_FREEBSD], [
   10                 PKG_INSTALLDIR(['${prefix}/libdata/pkgconfig'])], [
   11                 PKG_INSTALLDIR
   12         ])
   13         ZFS_AC_CONFIG_USER_ZLIB
   14         AM_COND_IF([BUILD_LINUX], [
   15                 ZFS_AC_CONFIG_USER_UDEV
   16                 ZFS_AC_CONFIG_USER_SYSTEMD
   17                 ZFS_AC_CONFIG_USER_LIBUUID
   18                 ZFS_AC_CONFIG_USER_LIBBLKID
   19         ])
   20         ZFS_AC_CONFIG_USER_LIBTIRPC
   21         ZFS_AC_CONFIG_USER_LIBUDEV
   22         ZFS_AC_CONFIG_USER_LIBCRYPTO
   23         ZFS_AC_CONFIG_USER_LIBAIO
   24         ZFS_AC_CONFIG_USER_LIBATOMIC
   25         ZFS_AC_CONFIG_USER_LIBFETCH
   26         ZFS_AC_CONFIG_USER_AIO_H
   27         ZFS_AC_CONFIG_USER_CLOCK_GETTIME
   28         ZFS_AC_CONFIG_USER_PAM
   29         ZFS_AC_CONFIG_USER_RUNSTATEDIR
   30         ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
   31         ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
   32         ZFS_AC_CONFIG_USER_ZFSEXEC
   33 
   34         AC_CHECK_FUNCS([issetugid mlockall strlcat strlcpy])
   35 
   36         AC_SUBST(RM)
   37 ])

Cache object: 09d9d3c4b8c3673de7a2054c4951397c


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.