]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/nfs/export.h
Support for NFSEXP_NOAUTHNLM introduced in 2.3.42
[nfs-utils.git] / support / include / nfs / export.h
index 80d23fd4cb03af1511ecc6a542972fca0846a5c6..57b0371f1566a09112e8aaaf837bed4114a2214a 100644 (file)
@@ -20,7 +20,9 @@
 #define NFSEXP_UIDMAP          0x0040
 #define NFSEXP_KERBEROS                0x0080          /* not available */
 #define NFSEXP_SUNSECURE       0x0100
-#define NFSEXP_CROSSMNT                0x0200          /* not available */
-#define NFSEXP_ALLFLAGS                0x03FF
+#define NFSEXP_CROSSMNT                0x0200
+#define NFSEXP_NOSUBTREECHECK  0x0400
+#define NFSEXP_NOAUTHNLM       0x0800
+#define NFSEXP_ALLFLAGS                0x0FFF
 
 #endif /* _NSF_EXPORT_H */