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-pyrOSx.h	8.1 (Berkeley) 06/06/93
13  *
14  * $Id: os-pyrOSx.h,v 5.2.2.1 1992/02/09 15:10:37 jsp beta $
15  *
16  * Pyramid OSx definitions for Amd (automounter)
17  *		from Stefan Petri <petri@tubsibr.UUCP>
18  */
19 
20 /*
21  * Does the compiler grok void *
22  */
23 #define	VOIDP
24 
25 /*
26  * Which version of the Sun RPC library we are using
27  * This is the implementation release number, not
28  * the protocol revision number.
29  */
30 #define	RPC_3
31 
32 /*
33  * Which version of the NFS interface are we using.
34  * This is the implementation release number, not
35  * the protocol revision number.
36  */
37 #define	NFS_3
38 
39 /*
40  * Byte ordering
41  */
42 #undef ARCH_ENDIAN
43 #define	ARCH_ENDIAN	"big"
44 
45 /*
46  * Name of filesystem types
47  */
48 #define	MOUNT_TYPE_UFS	MOUNT_UFS
49 #define MOUNT_TYPE_NFS	MOUNT_NFS
50 
51 #define	strchr	index
52 #define	strrchr	rindex
53 
54 #define	hostname	mnthostname
55