xref: /original-bsd/usr.sbin/amd/config/os-fpx4.h (revision 2852c678)
1 /* $Id: os-fpx4.h,v 5.2.1.1 90/10/21 22:30:51 jsp Exp $ */
2 
3 /*
4  * Celerity FPX 4.1/2 definitions for Amd (automounter)
5  *      from Stephen Pope <scp@grizzly.acl.lanl.gov>
6  *
7  * Copyright (c) 1990 Jan-Simon Pendry
8  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
9  * Copyright (c) 1990 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-fpx4.h	5.2 (Berkeley) 03/17/91
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_3
46 
47 /*
48  * Which version of the NFS interface are we using.
49  * This is the implementation release number, not
50  * the protocol revision number.
51  */
52 #define NFS_3
53 
54 /*
55  * Byte ordering
56  */
57 #undef ARCH_ENDIAN
58 #define ARCH_ENDIAN     "big"
59 
60 /*
61  * Name of filesystem types
62  */
63 #define MOUNT_TYPE_NFS MOUNT_NFS
64 #define MOUNT_TYPE_UFS MOUNT_UFS
65