1 /* $Id: os-convex.h,v 5.2.1.1 90/10/21 22:30:48 jsp Exp $ */
2 
3 /*
4  * Convex C220, version 7.1 definitions for Amd (automounter)
5  *         from Eitan Mizrotsky <eitan@shum.huji.ac.il>
6  *
7  * Copyright (c) 1990 Jan-Simon Pendry
8  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
9  * Copyright (c) 1990 The Regents of the University of California.
10  * All rights reserved.
11  *
12  * This code is derived from software contributed to Berkeley by
13  * Jan-Simon Pendry at Imperial College, London.
14  *
15  * %sccs.include.redist.c%
16  *
17  *	@(#)os-convex.h	5.2 (Berkeley) 03/17/91
18  */
19 
20 
21 /*
22  * Does the compiler grok void *
23  */
24 #undef	VOIDP
25 
26 /*
27  * Which version of the Sun RPC library we are using
28  * This is the implementation release number, not
29  * the protocol revision number.
30  */
31 #define	RPC_3
32 
33 /*
34  * Which version of the NFS interface are we using.
35  * This is the implementation release number, not
36  * the protocol revision number.
37  */
38 #define	NFS_3
39 
40 /*
41  * Byte ordering
42  */
43 #undef ARCH_ENDIAN
44 #define	ARCH_ENDIAN	"big"
45 
46 /*
47  * Name of filesystem types
48  */
49 #define	MOUNT_TYPE_UFS	MOUNT_UFS
50 #define MOUNT_TYPE_NFS	MOUNT_NFS
51 
52 
53 #define strrchr rindex
54 #define strchr  index
55