summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-10-11 14:49:13 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-10-11 14:52:27 +1100
commit1722074a9b4b7370ae50ba7a0b787c5f325f592b (patch)
treeee16a29e483492676283658873c0c1737864e967 /source3/wscript
parenta0588fdea82ab1b5d4dbd8bf75b01b82c0879d21 (diff)
downloadsamba-1722074a9b4b7370ae50ba7a0b787c5f325f592b.tar.gz
samba-1722074a9b4b7370ae50ba7a0b787c5f325f592b.tar.bz2
samba-1722074a9b4b7370ae50ba7a0b787c5f325f592b.zip
vfs: Remove irixacl module (all the fucntions in it are unimplemented)
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/wscript b/source3/wscript
index e4898efa9b..11ef767c0a 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -324,10 +324,6 @@ utimensat vsyslog _write __write __xstat
conf.DEFINE('HAVE_HPUX_ACLS',1)
conf.DEFINE('POSIX_ACL_NEEDS_MASK',1)
default_static_modules.extend(TO_LIST('vfs_hpuxacl'))
- elif (host_os.rfind('irix') > -1):
- Logs.info('Using IRIX ACLs')
- conf.DEFINE('HAVE_IRIX_ACLS',1)
- default_static_modules.extend(TO_LIST('vfs_irixacl'))
elif (host_os.rfind('aix') > -1):
Logs.info('Using AIX ACLs')
conf.DEFINE('HAVE_AIX_ACLS',1)