1 /* $Id: os-acis43.h,v 5.2.1.1 90/10/21 22:30:37 jsp Exp $ */
2 
3 /*
4  * IBM RT ACIS4.3 definitions for Amd (automounter)
5  *
6  * Copyright (c) 1989 Jan-Simon Pendry
7  * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
8  * Copyright (c) 1989 The Regents of the University of California.
9  * All rights reserved.
10  *
11  * This code is derived from software contributed to Berkeley by
12  * Jan-Simon Pendry at Imperial College, London.
13  *
14  * %sccs.include.redist.c%
15  *
16  *	@(#)os-acis43.h	5.2 (Berkeley) 03/17/91
17  */
18 
19 /*
20  * Does the compiler grok void *
21  */
22 #define	VOIDP
23 
24 /*
25  * Which version of the Sun RPC library we are using
26  * This is the implementation release number, not
27  * the protocol revision number.
28  */
29 #define	RPC_3
30 
31 /*
32  * Which version of the NFS interface are we using.
33  * This is the implementation release number, not
34  * the protocol revision number.
35  */
36 #define	NFS_3
37 
38 /*
39  * Does this OS have NDBM support?
40  */
41 #define OS_HAS_NDBM
42 
43 /*
44  * Name of filesystem types
45  */
46 #define	MOUNT_TYPE_NFS	MOUNT_NFS
47 #define	MOUNT_TYPE_UFS	MOUNT_UFS
48 #undef MTAB_TYPE_UFS
49 #define	MTAB_TYPE_UFS	"ufs"
50 
51 #undef ARCH_ENDIAN
52 #define	ARCH_ENDIAN	"big"
53 
54 /*
55  * Need precise symlink lengths
56 #define PRECISE_SYMLINKS
57  */
58