[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Mon Sep 10 13:56:02 MDT 2012


The branch, master has been updated
       via  56d97d1 wafbuild: add defines for linux quota and sysquota support
      from  624e51a s3:smbd Bump the smbd vfs interface version to 30

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 56d97d1729589cb8e97cda07a5198a84ee71a147
Author: Björn Jacke <bj at sernet.de>
Date:   Mon Sep 10 12:35:40 2012 +0200

    wafbuild: add defines for linux quota and sysquota support
    
    Autobuild-User(master): Björn Jacke <bj at sernet.de>
    Autobuild-Date(master): Mon Sep 10 21:55:53 CEST 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/wscript |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index 61d3b9a..18f84f8 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1222,6 +1222,14 @@ main() {
                                         define='HAVE_GETQUOTA_RSLT_GETQUOTA_RSLT_U',
                                         headers='rpcsvc/rquota.h')
 
+        if (host_os.rfind('linux') > -1):
+            conf.DEFINE('HAVE_QUOTACTL_LINUX', '1')
+
+        if conf.CONFIG_SET('HAVE_QUOTACTL_LINUX') or \
+           conf.CONFIG_SET('HAVE_QUOTACTL_4A') or \
+           conf.CONFIG_SET('HAVE_QUOTACTL_4B'):
+            conf.DEFINE('HAVE_SYS_QUOTAS', '1')
+
     #
     # checking for clustering extensions (CTDB)
     #


-- 
Samba Shared Repository


More information about the samba-cvs mailing list