summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.c
diff options
context:
space:
mode:
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
*******************************************************/