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