Allow NIS maps, noconn mounts .

Sumbitted by: Boyd Faulkner <faulkner@mpd.tandem.com>
This commit is contained in:
Garrett Wollman 1995-01-20 20:58:54 +00:00
parent 401de747b8
commit 039b79a960
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5750

View File

@ -37,7 +37,7 @@
*
* @(#)os-bsd44.h 8.1 (Berkeley) 6/6/93
*
* $Id: os-bsd44.h,v 5.2.2.1 1992/02/09 15:10:11 jsp beta $
* $Id: os-bsd44.h,v 1.1.1.1 1994/05/26 05:22:07 rgrimes Exp $
*
* 4.4 BSD definitions for Amd (automounter)
*/
@ -68,9 +68,9 @@
#define OS_HAS_NDBM
/*
* 4.4 doesn't provide NIS.
* 4.4 doesn't provide NIS, but FreeBSD does.
*/
#undef HAS_NIS_MAPS
#define HAS_NIS_MAPS
/*
* OS provides strerror()
@ -153,6 +153,7 @@ XXX - Probably no hope of running Amd on this machine!
#define MNTOPT_SOFT "soft" /* soft mount */
#define MNTOPT_INTR "intr" /* interrupts allowed */
#define MNTOPT_NOCONN "noconn" /* no connection option allowed */
#define NFSMNT_HOSTNAME 0 /* hostname on 4.4 is not optional */