xref: /csrg-svn/usr.sbin/amd/config/os-next.h (revision 47534)
147514Spendry /* $Id: os-next.h,v 5.2.1.1 90/10/21 22:31:00 jsp Exp $ */
247514Spendry 
347514Spendry /*
447514Spendry  * NeXT OS definitions for Amd (automounter)
547514Spendry  *
647514Spendry  * By Bill Trost, Reed College
747514Spendry  * trost%reed@cse.ogi.edu,
847514Spendry  *
947514Spendry  * Derived from the Sun 3.2 definitions for Amd (os-sos3.h).
1047514Spendry  *
1147514Spendry  * Copyright (c) 1990 Jan-Simon Pendry
1247514Spendry  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
1347514Spendry  * Copyright (c) 1990 The Regents of the University of California.
1447514Spendry  * All rights reserved.
1547514Spendry  *
1647514Spendry  * This code is derived from software contributed to Berkeley by
1747514Spendry  * Jan-Simon Pendry at Imperial College, London.
1847514Spendry  *
19*47534Spendry  * %sccs.include.redist.c%
2047514Spendry  *
21*47534Spendry  *	@(#)os-next.h	5.2 (Berkeley) 03/17/91
2247514Spendry  */
2347514Spendry 
2447514Spendry /*
2547514Spendry  * Does the compiler grok void *	(NeXT uses gcc)
2647514Spendry  */
2747514Spendry #define VOIDP
2847514Spendry 
2947514Spendry /*
3047514Spendry  * Which version of the Sun RPC library we are using
3147514Spendry  * This is the implementation release number, not
3247514Spendry  * the protocol revision number.
3347514Spendry  */
3447514Spendry #define RPC_3
3547514Spendry 
3647514Spendry /*
3747514Spendry  * Which version of the NFS interface are we using.
3847514Spendry  * This is the implementation release number, not
3947514Spendry  * the protocol revision number.
4047514Spendry  */
4147514Spendry #define NFS_3
4247514Spendry 
4347514Spendry /*
4447514Spendry  * Name of filesystem types
4547514Spendry  */
4647514Spendry #define MOUNT_TYPE_UFS	MOUNT_UFS
4747514Spendry #define MOUNT_TYPE_NFS	MOUNT_NFS
4847514Spendry #undef MTAB_TYPE_UFS
4947514Spendry #define MTAB_TYPE_UFS	"4.3"
5047514Spendry 
5147514Spendry /*
5247514Spendry  * Where to get NFS definitions
5347514Spendry  */
54*47534Spendry  * %sccs.include.redist.c%
5547514Spendry #define NFS_HDR "misc-next.h"
56