]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/nfs/export.h
Change CROSSMNT to CROSSMOUNT
[nfs-utils.git] / support / include / nfs / export.h
index 80d23fd4cb03af1511ecc6a542972fca0846a5c6..f7a99bab964b34ccf779f28b095c4986b303958e 100644 (file)
 #define NFSEXP_ALLSQUASH       0x0008
 #define NFSEXP_ASYNC           0x0010
 #define NFSEXP_GATHERED_WRITES 0x0020
-#define NFSEXP_UIDMAP          0x0040
-#define NFSEXP_KERBEROS                0x0080          /* not available */
-#define NFSEXP_SUNSECURE       0x0100
-#define NFSEXP_CROSSMNT                0x0200          /* not available */
-#define NFSEXP_ALLFLAGS                0x03FF
+/* 40, 80, 100 unused */
+#define NFSEXP_NOHIDE          0x0200
+#define NFSEXP_NOSUBTREECHECK  0x0400
+#define NFSEXP_NOAUTHNLM       0x0800
+#define NFSEXP_FSID            0x2000
+#define        NFSEXP_CROSSMOUNT       0x4000
+#define NFSEXP_NOACL           0x8000 /* reserved for possible ACL related use */
+#define NFSEXP_ALLFLAGS                0xFFFF
 
 #endif /* _NSF_EXPORT_H */