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