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-convex.h	8.1 (Berkeley) 06/06/93
13  *
14  * $Id: os-convex.h,v 5.2.2.1 1992/02/09 15:10:16 jsp beta $
15  *
16  * Convex C220, version 7.1 definitions for Amd (automounter)
17  *         from Eitan Mizrotsky <eitan@shum.huji.ac.il>
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