]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/acl.c
update configure
[bacula/bacula] / bacula / src / filed / acl.c
index e1bc855e4aa80f1c40ce6a4d4ff29fab160c67c2..cfe2c64be3311ef4c4cb0968bd21cfad9f80854d 100644 (file)
@@ -38,8 +38,6 @@
  *   - Solaris (POSIX and NFSv4/ZFS acls)
  *   - Tru64
  *
- * Next to OS specific acls we support AFS acls using the pioctl interface.
- *
  * We handle two different types of ACLs: access and default ACLS.
  * On most systems that support default ACLs they only apply to directories.
  *
@@ -64,7 +62,7 @@
 #include "bacula.h"
 #include "filed.h"
   
-#if !defined(HAVE_ACL) && !defined(HAVE_AFS_ACL)
+#if !defined(HAVE_ACL)
 /**
  * Entry points when compiled without support for ACLs or on an unsupported platform.
  */