]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/globals.h
Initial checkin of ACLs patch
[netatalk.git] / etc / afpd / globals.h
index e1c3bf41483b291fbd4a337a7e079bc067140174..531c62e6f26608888429acc07f391057332063b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: globals.h,v 1.22 2007-12-03 14:50:38 didg Exp $
+ * $Id: globals.h,v 1.25 2009-02-02 11:55:00 franklahm Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
 #include <atalk/unicode.h>
 #include <atalk/uam.h>
 
-/* test for inline */
-#ifndef __inline__
-#define __inline__
-#endif
-
 #define MACFILELEN 31
 #define MAXUSERLEN 256
 
@@ -41,6 +36,7 @@
 #define OPTION_CUSTOMICON    (1 << 4)
 #define OPTION_NOSLP         (1 << 5)
 #define OPTION_ANNOUNCESSH   (1 << 6)
+#define OPTION_UUID          (1 << 7)
 
 #ifdef FORCE_UIDGID
 /* set up a structure for this */