X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Fvolume.h;h=52d244828a31dea1027e2ad072a279ca2f28bacd;hp=23fd19086e9f6d86efe1c23541a949fe7b8071a6;hb=5ee4cf1e95071dea98a833ca37d24899cd899978;hpb=e192f2d81edc71c11830f63b253bbf697f22654c diff --git a/etc/afpd/volume.h b/etc/afpd/volume.h index 23fd1908..52d24482 100644 --- a/etc/afpd/volume.h +++ b/etc/afpd/volume.h @@ -1,5 +1,5 @@ /* - * $Id: volume.h,v 1.26 2009-01-30 04:57:42 didg Exp $ + * $Id: volume.h,v 1.27 2009-02-02 11:55:01 franklahm Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -130,6 +130,7 @@ this is going away. */ #define AFPVOL_CACHE (1 << 21) /* Use adouble v2 CNID caching, default don't use it */ #define AFPVOL_INV_DOTS (1 << 22) /* dots files are invisible */ +#define AFPVOL_ACLS (1 << 25) /* Volume supports ACLS */ /* FPGetSrvrParms options */ #define AFPSRVR_CONFIGINFO (1 << 0) @@ -163,7 +164,7 @@ int wincheck(const struct vol *vol, const char *path); #define VOLPBIT_ATTR_UNIXPRIV (1 << 5) #define VOLPBIT_ATTR_UTF8 (1 << 6) #define VOLPBIT_ATTR_NONETUID (1 << 7) - +#define VOLPBIT_ATTR_ACLS (1 << 11) #define VOLPBIT_ATTR 0 #define VOLPBIT_SIG 1 #define VOLPBIT_CDATE 2