From 05f9829ab54a4c1a9c23e0283a785a29bf1fc383 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Sun, 2 Sep 2012 21:45:53 +0200 Subject: waf: add new quota header checks and sysquota_4B source file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User(master): Björn Jacke Autobuild-Date(master): Sun Sep 2 23:21:22 CEST 2012 on sn-devel-104 --- source3/wscript | 2 ++ source3/wscript_build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit