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 ++ 1 file changed, 2 insertions(+) (limited to 'source3/wscript') 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') # -- cgit