xref: /original-bsd/usr.sbin/amd/config/os-next.h (revision ba762ddc)
1 /*
2  * Copyright (c) 1990 Jan-Simon Pendry
3  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
4  * Copyright (c) 1990 The Regents of the University of California.
5  * 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	5.3 (Berkeley) 04/25/91
13  */
14 
15 /* $Id: os-next.h,v 5.2.1.1 90/10/21 22:31:00 jsp Exp $ */
16 
17 /*
18  * NeXT OS definitions for Amd (automounter)
19  *
20  * By Bill Trost, Reed College
21  * trost%reed@cse.ogi.edu,
22  *
23  * Derived from the Sun 3.2 definitions for Amd (os-sos3.h).
24  */
25 
26 /*
27  * Does the compiler grok void *	(NeXT uses gcc)
28  */
29 #define VOIDP
30 
31 /*
32  * Which version of the Sun RPC library we are using
33  * This is the implementation release number, not
34  * the protocol revision number.
35  */
36 #define RPC_3
37 
38 /*
39  * Which version of the NFS interface are we using.
40  * This is the implementation release number, not
41  * the protocol revision number.
42  */
43 #define NFS_3
44 
45 /*
46  * Name of filesystem types
47  */
48 #define MOUNT_TYPE_UFS	MOUNT_UFS
49 #define MOUNT_TYPE_NFS	MOUNT_NFS
50 #undef MTAB_TYPE_UFS
51 #define MTAB_TYPE_UFS	"4.3"
52 
53 /*
54  * Where to get NFS definitions
55  */
56  * %sccs.include.redist.c%
57 #define NFS_HDR "misc-next.h"
58