|
|
1.1 root 1: /* $Id: os-convex.h,v 5.2 90/06/23 22:20:42 jsp Rel $ */
2:
3: /*
4: * Convex C220, version 7.1 definitions for Amd (automounter)
5: * from Eitan Mizrotsky <[email protected]>
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: * Redistribution and use in source and binary forms are permitted provided
16: * that: (1) source distributions retain this entire copyright notice and
17: * comment, and (2) distributions including binaries display the following
18: * acknowledgement: ``This product includes software developed by the
19: * University of California, Berkeley and its contributors'' in the
20: * documentation or other materials provided with the distribution and in
21: * all advertising materials mentioning features or use of this software.
22: * Neither the name of the University nor the names of its contributors may
23: * be used to endorse or promote products derived from this software without
24: * specific prior written permission.
25: * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
26: * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
27: * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
28: *
29: * @(#)os-convex.h 5.1 (Berkeley) 6/29/90
30: */
31:
32:
33: /*
34: * Does the compiler grok void *
35: */
36: #undef VOIDP
37:
38: /*
39: * Which version of the Sun RPC library we are using
40: * This is the implementation release number, not
41: * the protocol revision number.
42: */
43: #define RPC_3
44:
45: /*
46: * Which version of the NFS interface are we using.
47: * This is the implementation release number, not
48: * the protocol revision number.
49: */
50: #define NFS_3
51:
52: /*
53: * Byte ordering
54: */
55: #undef ARCH_ENDIAN
56: #define ARCH_ENDIAN "big"
57:
58: /*
59: * Name of filesystem types
60: */
61: #define MOUNT_TYPE_UFS MOUNT_UFS
62: #define MOUNT_TYPE_NFS MOUNT_NFS
63:
64:
65: #define strrchr rindex
66: #define strchr index
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.