xref: /csrg-svn/usr.sbin/amd/config/os-next.h (revision 61785)
147514Spendry /*
247514Spendry  * Copyright (c) 1990 Jan-Simon Pendry
347514Spendry  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
4*61785Sbostic  * Copyright (c) 1990, 1993
5*61785Sbostic  *	The Regents of the University of California.  All rights reserved.
647514Spendry  *
747514Spendry  * This code is derived from software contributed to Berkeley by
847514Spendry  * Jan-Simon Pendry at Imperial College, London.
947514Spendry  *
1047534Spendry  * %sccs.include.redist.c%
1147514Spendry  *
12*61785Sbostic  *	@(#)os-next.h	8.1 (Berkeley) 06/06/93
1349685Spendry  *
1452452Spendry  * $Id: os-next.h,v 5.2.2.1 1992/02/09 15:10:33 jsp beta $
1549685Spendry  *
1648703Sbostic  * NeXT OS definitions for Amd (automounter)
1748703Sbostic  * By Bill Trost, Reed College
1848703Sbostic  * trost%reed@cse.ogi.edu,
1948703Sbostic  *
2048703Sbostic  * Derived from the Sun 3.2 definitions for Amd (os-sos3.h).
2148703Sbostic  */
2248703Sbostic 
2348703Sbostic /*
2447514Spendry  * Does the compiler grok void *	(NeXT uses gcc)
2547514Spendry  */
2647514Spendry #define VOIDP
2747514Spendry 
2847514Spendry /*
2947514Spendry  * Which version of the Sun RPC library we are using
3047514Spendry  * This is the implementation release number, not
3147514Spendry  * the protocol revision number.
3247514Spendry  */
3347514Spendry #define RPC_3
3447514Spendry 
3547514Spendry /*
3647514Spendry  * Which version of the NFS interface are we using.
3747514Spendry  * This is the implementation release number, not
3847514Spendry  * the protocol revision number.
3947514Spendry  */
4047514Spendry #define NFS_3
4147514Spendry 
4247514Spendry /*
4347514Spendry  * Name of filesystem types
4447514Spendry  */
4547514Spendry #define MOUNT_TYPE_UFS	MOUNT_UFS
4647514Spendry #define MOUNT_TYPE_NFS	MOUNT_NFS
4747514Spendry #undef MTAB_TYPE_UFS
4847514Spendry #define MTAB_TYPE_UFS	"4.3"
4947514Spendry 
5047514Spendry /*
5147514Spendry  * Where to get NFS definitions
5247514Spendry  */
5347514Spendry #define NFS_HDR "misc-next.h"
54