4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.sbin / amd / config / os-pyrOSx.h
CommitLineData
e1a31032 1/*
e1a31032
KM
2 * Copyright (c) 1990 Jan-Simon Pendry
3 * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
16f2cf2d
KB
4 * Copyright (c) 1990, 1993
5 * The Regents of the University of California. All rights reserved.
e1a31032
KM
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 *
16f2cf2d 12 * @(#)os-pyrOSx.h 8.1 (Berkeley) %G%
8d2991d5 13 *
332f0791 14 * $Id: os-pyrOSx.h,v 5.2.2.1 1992/02/09 15:10:37 jsp beta $
8d2991d5
JSP
15 *
16 * Pyramid OSx definitions for Amd (automounter)
17 * from Stefan Petri <petri@tubsibr.UUCP>
e1a31032
KM
18 */
19
20/*
21 * Does the compiler grok void *
22 */
23#define VOIDP
24
25/*
26 * Which version of the Sun RPC library we are using
27 * This is the implementation release number, not
28 * the protocol revision number.
29 */
30#define RPC_3
31
32/*
33 * Which version of the NFS interface are we using.
34 * This is the implementation release number, not
35 * the protocol revision number.
36 */
37#define NFS_3
38
39/*
40 * Byte ordering
41 */
2f619045 42#undef ARCH_ENDIAN
e1a31032
KM
43#define ARCH_ENDIAN "big"
44
45/*
46 * Name of filesystem types
47 */
48#define MOUNT_TYPE_UFS MOUNT_UFS
49#define MOUNT_TYPE_NFS MOUNT_NFS
50
51#define strchr index
52#define strrchr rindex
53
54#define hostname mnthostname