diff options
author | Björn Jacke <bj@sernet.de> | 2012-09-02 21:45:53 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-09-02 23:21:22 +0200 |
commit | 05f9829ab54a4c1a9c23e0283a785a29bf1fc383 (patch) | |
tree | cabbc6c01cf8b2bec4920e399f22b555923afb3f | |
parent | 9dd0e1608ecc7a06873cbef6b81c951868bd0356 (diff) | |
download | samba-05f9829ab54a4c1a9c23e0283a785a29bf1fc383.tar.gz samba-05f9829ab54a4c1a9c23e0283a785a29bf1fc383.tar.bz2 samba-05f9829ab54a4c1a9c23e0283a785a29bf1fc383.zip |
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
-rwxr-xr-x | source3/wscript | 2 | ||||
-rwxr-xr-x | source3/wscript_build | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index d05b21d57d..9869a90296 100755 --- a/source3/wscript +++ b/source3/wscript @@ -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') # diff --git a/source3/wscript_build b/source3/wscript_build index a6cccac55d..66171bfe6c 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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 |