]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/volume.h
remove case insensitive option
[netatalk.git] / etc / afpd / volume.h
index c6695f3f31134fef12fd923df31710222375a1f3..7e0d5727e4c0ab418cc04f015d577becda1c0b09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: volume.h,v 1.24 2006-09-19 23:00:50 didg Exp $
+ * $Id: volume.h,v 1.25 2008-08-31 13:26:00 didg Exp $
  *
  * Copyright (c) 1990,1994 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -122,7 +122,7 @@ this is going away. */
                                      * help if device number is notconsistent across reboot 
                                      * NOTE symlink to a different device will return an ACCESS error
                                      */
-#define AFPVOL_CASEINSEN (1 << 19)  /* volume is case insensitive */
+#define AFPVOL_RESERVED  (1 << 19)  /* was AFPVOL_CASEINSEN, volume is case insensitive */
 #define AFPVOL_EILSEQ    (1 << 20)  /* encode illegal sequence 'asis' UCS2, ex "\217-", which is not 
                                        a valid SHIFT-JIS char, is encoded  as U\217 -*/