mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
r22217: merge from samba3 21944:
move acl header checks to the correct place only metze
This commit is contained in:
parent
08a5e97606
commit
be84eb68e1
@ -1,6 +1,7 @@
|
||||
# filesys
|
||||
AC_HEADER_DIRENT
|
||||
AC_CHECK_HEADERS(fcntl.h sys/fcntl.h sys/acl.h sys/resource.h sys/ioctl.h sys/mode.h sys/filio.h sys/fs/s5param.h sys/filsys.h )
|
||||
AC_CHECK_HEADERS(fcntl.h sys/fcntl.h sys/resource.h sys/ioctl.h sys/mode.h sys/filio.h sys/fs/s5param.h sys/filsys.h)
|
||||
AC_CHECK_HEADERS(sys/acl.h acl/libacl.h)
|
||||
|
||||
# select
|
||||
AC_CHECK_HEADERS(sys/select.h)
|
||||
|
@ -41,6 +41,10 @@
|
||||
#include <sys/acl.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ACL_LIBACL_H
|
||||
#include <acl/libacl.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_FS_S5PARAM_H
|
||||
#include <sys/fs/s5param.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user