summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 10:35:18 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 10:35:18 +0000
commit6e77210d8a50b75c0a4a54f43d7ce31908f1d5a2 (patch)
tree4525c523678a4537089faa0ea051a266aba4d713 /source3/smbwrapper/smbw.c
parent372c359b211bee62189be3dc0c5830a097ab02f7 (diff)
downloadsamba-6e77210d8a50b75c0a4a54f43d7ce31908f1d5a2.tar.gz
samba-6e77210d8a50b75c0a4a54f43d7ce31908f1d5a2.tar.bz2
samba-6e77210d8a50b75c0a4a54f43d7ce31908f1d5a2.zip
- updated docs to say OSF1 works
- more solaris acl fixes (This used to be commit 8fc7bc0ee6919f2c1d438e924fbb8b44f87dee63)
Diffstat (limited to 'source3/smbwrapper/smbw.c')
-rw-r--r--source3/smbwrapper/smbw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbwrapper/smbw.c b/source3/smbwrapper/smbw.c
index 32b785c327..392ca05bfb 100644
--- a/source3/smbwrapper/smbw.c
+++ b/source3/smbwrapper/smbw.c
@@ -1326,7 +1326,7 @@ int smbw_fork(void)
return 0;
}
-#ifdef HAVE_ACL
+#ifndef NO_ACL_WRAPPER
/*****************************************************
say no to acls
*******************************************************/
@@ -1338,7 +1338,7 @@ int smbw_acl(const char *pathp, int cmd, int nentries, aclent_t *aclbufp)
}
#endif
-#ifdef HAVE_FACL
+#ifndef NO_FACL_WRAPPER
/*****************************************************
say no to acls
*******************************************************/