xref: /original-bsd/usr.sbin/amd/config/os-fpx4.h (revision c3e32dec)
1 /*
2  * Copyright (c) 1990 Jan-Simon Pendry
3  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
4  * Copyright (c) 1990, 1993
5  *	The Regents of the University of California.  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-fpx4.h	8.1 (Berkeley) 06/06/93
13  *
14  * $Id: os-fpx4.h,v 5.2.2.2 1992/05/31 16:39:34 jsp Exp $
15  *
16  * Celerity FPX 4.1/2 definitions for Amd (automounter)
17  *      from Stephen Pope <scp@grizzly.acl.lanl.gov>
18  */
19 
20 /*
21  * FPX wants to include sys headers multiple times
22  */
23 #define INCLUDE_HEADERS
24 
25 /*
26  * FPX sys/mount.h includes sys/nfs.h; prevent this
27  */
28 #define INCLUDED_nfs
29 
30 /*
31  * FPX doesn't define NMOUNT anywhere
32  */
33 #define NMOUNT 40
34 
35 /*
36  * Does the compiler grok void *
37  */
38 /* #define VOIDP */
39 
40 /*
41  * Which version of the Sun RPC library we are using
42  * This is the implementation release number, not
43  * the protocol revision number.
44  */
45 #define	RPC_4
46 #define	svc_fdset svc_fds
47 #define	svc_getreqset(p) svc_getreq((*p).fds_bits[0])
48 
49 /*
50  * Which version of the NFS interface are we using.
51  * This is the implementation release number, not
52  * the protocol revision number.
53  */
54 #define NFS_3
55 
56 /*
57  * Byte ordering
58  */
59 #undef ARCH_ENDIAN
60 #define ARCH_ENDIAN     "big"
61 
62 /*
63  * Name of filesystem types
64  */
65 #define MOUNT_TYPE_NFS MOUNT_NFS
66 #define MOUNT_TYPE_UFS MOUNT_UFS
67