144630Smckusick /*
244630Smckusick  * Copyright (c) 1990 Jan-Simon Pendry
344630Smckusick  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
4*61785Sbostic  * Copyright (c) 1990, 1993
5*61785Sbostic  *	The Regents of the University of California.  All rights reserved.
644630Smckusick  *
744630Smckusick  * This code is derived from software contributed to Berkeley by
844630Smckusick  * Jan-Simon Pendry at Imperial College, London.
944630Smckusick  *
1044630Smckusick  * %sccs.include.redist.c%
1144630Smckusick  *
12*61785Sbostic  *	@(#)os-convex.h	8.1 (Berkeley) 06/06/93
1349685Spendry  *
1452452Spendry  * $Id: os-convex.h,v 5.2.2.1 1992/02/09 15:10:16 jsp beta $
1549685Spendry  *
1649685Spendry  * Convex C220, version 7.1 definitions for Amd (automounter)
1749685Spendry  *         from Eitan Mizrotsky <eitan@shum.huji.ac.il>
1844630Smckusick  */
1944630Smckusick 
2044630Smckusick 
2144630Smckusick /*
2244630Smckusick  * Does the compiler grok void *
2344630Smckusick  */
2444630Smckusick #undef	VOIDP
2544630Smckusick 
2644630Smckusick /*
2744630Smckusick  * Which version of the Sun RPC library we are using
2844630Smckusick  * This is the implementation release number, not
2944630Smckusick  * the protocol revision number.
3044630Smckusick  */
3144630Smckusick #define	RPC_3
3244630Smckusick 
3344630Smckusick /*
3444630Smckusick  * Which version of the NFS interface are we using.
3544630Smckusick  * This is the implementation release number, not
3644630Smckusick  * the protocol revision number.
3744630Smckusick  */
3844630Smckusick #define	NFS_3
3944630Smckusick 
4044630Smckusick /*
4144630Smckusick  * Byte ordering
4244630Smckusick  */
4344630Smckusick #undef ARCH_ENDIAN
4444630Smckusick #define	ARCH_ENDIAN	"big"
4544630Smckusick 
4644630Smckusick /*
4744630Smckusick  * Name of filesystem types
4844630Smckusick  */
4944630Smckusick #define	MOUNT_TYPE_UFS	MOUNT_UFS
5044630Smckusick #define MOUNT_TYPE_NFS	MOUNT_NFS
5144630Smckusick 
5244630Smckusick 
5344630Smckusick #define strrchr rindex
5444630Smckusick #define strchr  index
55