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