1 /* $Id: os-pyrOSx.h,v 5.2 90/06/23 22:20:50 jsp Rel $ */ 2 3 /* 4 * Pyramid OSx definitions for Amd (automounter) 5 * from Stefan Petri <petri@tubsibr.UUCP> 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-pyrOSx.h 5.1 (Berkeley) 06/29/90 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 */ 42 #define ARCH_ENDIAN "big" 43 44 /* 45 * Name of filesystem types 46 */ 47 #define MOUNT_TYPE_UFS MOUNT_UFS 48 #define MOUNT_TYPE_NFS MOUNT_NFS 49 50 #define strchr index 51 #define strrchr rindex 52 53 #define hostname mnthostname 54