1 /*
2  * Copyright (c) 1989 Jan-Simon Pendry
3  * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
4  * Copyright (c) 1989 The Regents of the University of California.
5  * 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-riscix.h	5.4 (Berkeley) 02/09/92
13  *
14  * $Id: os-riscix.h,v 5.2.2.1 1992/02/09 15:10:38 jsp beta $
15  *
16  * Acorn Archimedes RISC iX definitions for Amd (automounter)
17  * Contributed by Piete Brooks.
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