1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

build: check xattr and frsize

This commit is contained in:
Andrew Tridgell
2010-03-07 16:05:19 +11:00
parent 6edb70c59e
commit 20f4919467

View File

@ -5,3 +5,8 @@ conf.CHECK_HEADERS('execinfo.h')
conf.CHECK_FUNCS_IN('backtrace', 'execinfo', checklibc=True)
conf.CHECK_FUNCS('sigprocmask sigblock sigaction')
conf.CHECK_HEADERS('sys/attributes.h attr/xattr.h sys/xattr.h')
conf.CHECK_FUNCS_IN('flistxattr', 'attr', checklibc=True)
conf.CHECK_STRUCTURE_MEMBER('struct statvfs', 'f_frsize', define='HAVE_FRSIZE')