summaryrefslogtreecommitdiffstats
path: root/support/include/nfs
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2000-02-04 03:34:35 +0000
committerneilbrown <neilbrown>2000-02-04 03:34:35 +0000
commitc0e89b264fb01c5b4bb925b32d1b6b7764c44d4a (patch)
tree0477c8518fb801df159fe21f8b535c0be072c492 /support/include/nfs
parentd6a3885164e3c58e355feb4a7b94176ae127343d (diff)
downloadnfs-utils-c0e89b264fb01c5b4bb925b32d1b6b7764c44d4a.tar.gz
nfs-utils-c0e89b264fb01c5b4bb925b32d1b6b7764c44d4a.tar.xz
nfs-utils-c0e89b264fb01c5b4bb925b32d1b6b7764c44d4a.zip
Support for NFSEXP_NOAUTHNLM introduced in 2.3.42
Diffstat (limited to 'support/include/nfs')
-rw-r--r--support/include/nfs/export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h
index cc88f0f..57b0371 100644
--- a/support/include/nfs/export.h
+++ b/support/include/nfs/export.h
@@ -21,8 +21,8 @@
#define NFSEXP_KERBEROS 0x0080 /* not available */
#define NFSEXP_SUNSECURE 0x0100
#define NFSEXP_CROSSMNT 0x0200
-
#define NFSEXP_NOSUBTREECHECK 0x0400
-#define NFSEXP_ALLFLAGS 0x07FF
+#define NFSEXP_NOAUTHNLM 0x0800
+#define NFSEXP_ALLFLAGS 0x0FFF
#endif /* _NSF_EXPORT_H */