+2000-11-26 Erez Zadok <ezk@dmath5.geometrie.tuwien.ac.at>
+
+ * configure.in (AC_CHECK_MNT2_NFS_OPTS): check for NFS mount
+ options kerb, rdirplus, readdirsize, and xlatecookie
+ (NetBSD-1.5K).
+
+ * acconfig.h: recognize NFS mount options rdirplus, readdirsize,
+ and xlatecookie (NetBSD-1.5K)
+
2000-11-24 Erez Zadok <ezk@shekel.mcl.cs.columbia.edu>
* amd/srvr_nfs.c: comment on NFS proto search order.
/* Do lookup with readdir (nqnfs) */
#undef MNT2_NFS_OPT_RDIRALOOK
-/* allow property list operations */
+/* allow property list operations (ACLs over NFS) */
#undef MNT2_NFS_OPT_PROPLIST
+/* Use Readdirplus for NFSv3 */
+#undef MNT2_NFS_OPTS_RDIRPLUS
+
/* set read ahead */
#undef MNT2_NFS_OPT_READAHEAD
+/* Set readdir size */
+#undef MNT2_NFS_OPT_READDIRSIZE
+
/* Allocate a reserved port */
#undef MNT2_NFS_OPT_RESVPORT
/* paging threshold */
#undef MNT2_NFS_OPT_PGTHRESH
+/* 32<->64 dir cookie translation */
+#undef MNT2_NFS_OPT_XLATECOOKIE
+
/*
* CDFS-specific mount(2) options (hex numbers)
*/