1 /* $Id: os-riscix.h,v 5.2 90/06/23 22:20:51 jsp Rel $ */
2 
3 /*
4  * Acorn Archimedes RISC iX definitions for Amd (automounter)
5  * Contributed by Piete Brooks.
6  *
7  * Copyright (c) 1989 Jan-Simon Pendry
8  * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
9  * Copyright (c) 1989 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-riscix.h	5.1 (Berkeley) 06/29/90
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  * Does this OS have NDBM support?
41  */
42 #define OS_HAS_NDBM
43 
44 /*
45  * Byte ordering
46  */
47 #undef	ARCH_ENDIAN
48 #define	ARCH_ENDIAN "little"
49 
50 /*
51  * Is the mount table mirrored in software
52  */
53 #define	UPDATE_MTAB
54 
55 /*
56  * Name of filesystem types
57  */
58 #define	MOUNT_TYPE_NFS	MOUNT_NFS
59 #define	MOUNT_TYPE_UFS	MOUNT_UFS
60 
61 #undef	MTAB_TYPE_UFS
62 #define	MTAB_TYPE_UFS	MNTTYPE_43
63