mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
waf: add new quota header checks and sysquota_4B source file
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Sun Sep 2 23:21:22 CEST 2012 on sn-devel-104
This commit is contained in:
parent
9dd0e1608e
commit
05f9829ab5
@ -1168,6 +1168,8 @@ main() {
|
||||
conf.CHECK_HEADERS('linux/dqblk_xfs.h')
|
||||
# For sys/quota.h and linux/quota.h
|
||||
conf.CHECK_HEADERS('sys/quota.h')
|
||||
# For quotas on BSD systems
|
||||
conf.CHECK_HEADERS('ufs/ufs/quota.h')
|
||||
|
||||
|
||||
#
|
||||
|
@ -349,7 +349,7 @@ SMBD_SRC_SRV = '''smbd/server_reload.c smbd/files.c smbd/connection.c
|
||||
smbd/process.c smbd/service.c smbd/error.c
|
||||
printing/printspoolss.c printing/spoolssd.c
|
||||
lib/sysquotas.c lib/sysquotas_linux.c
|
||||
lib/sysquotas_xfs.c lib/sysquotas_4A.c
|
||||
lib/sysquotas_xfs.c lib/sysquotas_4A.c lib/sysquotas_4B.c
|
||||
lib/sysquotas_nfs.c
|
||||
lib/background.c
|
||||
smbd/fake_file.c
|
||||
|
Loading…
Reference in New Issue
Block a user