xref: /original-bsd/usr.sbin/amd/config/os-next.h (revision c3e32dec)
1 /*
2  * Copyright (c) 1990 Jan-Simon Pendry
3  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
4  * Copyright (c) 1990, 1993
5  *	The Regents of the University of California.  All rights reserved.
6  *
7  * This code is derived from software contributed to Berkeley by
8  * Jan-Simon Pendry at Imperial College, London.
9  *
10  * %sccs.include.redist.c%
11  *
12  *	@(#)os-next.h	8.1 (Berkeley) 06/06/93
13  *
14  * $Id: os-next.h,v 5.2.2.1 1992/02/09 15:10:33 jsp beta $
15  *
16  * NeXT OS definitions for Amd (automounter)
17  * By Bill Trost, Reed College
18  * trost%reed@cse.ogi.edu,
19  *
20  * Derived from the Sun 3.2 definitions for Amd (os-sos3.h).
21  */
22 
23 /*
24  * Does the compiler grok void *	(NeXT uses gcc)
25  */
26 #define VOIDP
27 
28 /*
29  * Which version of the Sun RPC library we are using
30  * This is the implementation release number, not
31  * the protocol revision number.
32  */
33 #define RPC_3
34 
35 /*
36  * Which version of the NFS interface are we using.
37  * This is the implementation release number, not
38  * the protocol revision number.
39  */
40 #define NFS_3
41 
42 /*
43  * Name of filesystem types
44  */
45 #define MOUNT_TYPE_UFS	MOUNT_UFS
46 #define MOUNT_TYPE_NFS	MOUNT_NFS
47 #undef MTAB_TYPE_UFS
48 #define MTAB_TYPE_UFS	"4.3"
49 
50 /*
51  * Where to get NFS definitions
52  */
53 #define NFS_HDR "misc-next.h"
54