X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fvolume.h;h=b03020f031475f22067cd68eafc5ae12cf79c0a0;hb=a732becb57889c115ccd224a2305247f3140c547;hp=cc6f0d98612c72b70ae9ae17c0568a3e200fb650;hpb=90363daa8537bf00ea62c8b7a665eeeb80f62ff0;p=netatalk.git diff --git a/include/atalk/volume.h b/include/atalk/volume.h index cc6f0d98..b03020f0 100644 --- a/include/atalk/volume.h +++ b/include/atalk/volume.h @@ -1,5 +1,5 @@ /* - * $Id: volume.h,v 1.7 2009-11-17 12:33:30 franklahm Exp $ + * $Id: volume.h,v 1.9 2009-12-18 19:18:40 franklahm Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -157,8 +157,10 @@ this is going away. */ #define AFPVOL_ACLS (1 << 25) /* Volume supports ACLS */ /* Extended Attributes vfs indirection */ -#define AFPVOL_EA_AD 0 /* Store them in adouble files. Default. */ -#define AFPVOL_EA_SYS 1 /* Store them in native EAs */ +#define AFPVOL_EA_NONE 0 /* No EAs */ +#define AFPVOL_EA_AUTO 1 /* try sys, fallback to ad (default) */ +#define AFPVOL_EA_SYS 2 /* Store them in native EAs */ +#define AFPVOL_EA_AD 3 /* Store them in adouble files */ /* FPGetSrvrParms options */ #define AFPSRVR_CONFIGINFO (1 << 0)