waf: add new quota header checks and sysquota_4B source file
authorBjörn Jacke <bj@sernet.de>
Sun, 2 Sep 2012 19:45:53 +0000 (21:45 +0200)
committerBjoern Jacke <bj@sernet.de>
Sun, 2 Sep 2012 21:21:22 +0000 (23:21 +0200)
Autobuild-User(master): Björn Jacke <bj@sernet.de>
Autobuild-Date(master): Sun Sep  2 23:21:22 CEST 2012 on sn-devel-104

source3/wscript
source3/wscript_build

index d05b21d57dc6ce1296d06bed96c7fc97745d38e3..9869a90296e1b174dcf7325cb45e4b423726e688 100755 (executable)
@@ -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')
 
 
     #
index a6cccac55d8f7b1e190fa5cd876ab24c5bdd4a4c..66171bfe6c37c43db2a81706195d48624a034ac4 100755 (executable)
@@ -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