1*47534Spendry /* $Id: os-acis43.h,v 5.2.1.1 90/10/21 22:30:37 jsp Exp $ */ 244630Smckusick 344630Smckusick /* 444630Smckusick * IBM RT ACIS4.3 definitions for Amd (automounter) 544630Smckusick * 644630Smckusick * Copyright (c) 1989 Jan-Simon Pendry 744630Smckusick * Copyright (c) 1989 Imperial College of Science, Technology & Medicine 844630Smckusick * Copyright (c) 1989 The Regents of the University of California. 944630Smckusick * All rights reserved. 1044630Smckusick * 1144630Smckusick * This code is derived from software contributed to Berkeley by 1244630Smckusick * Jan-Simon Pendry at Imperial College, London. 1344630Smckusick * 1444630Smckusick * %sccs.include.redist.c% 1544630Smckusick * 16*47534Spendry * @(#)os-acis43.h 5.2 (Berkeley) 03/17/91 1744630Smckusick */ 1844630Smckusick 1944630Smckusick /* 2044630Smckusick * Does the compiler grok void * 2144630Smckusick */ 2244630Smckusick #define VOIDP 2344630Smckusick 2444630Smckusick /* 2544630Smckusick * Which version of the Sun RPC library we are using 2644630Smckusick * This is the implementation release number, not 2744630Smckusick * the protocol revision number. 2844630Smckusick */ 2944630Smckusick #define RPC_3 3044630Smckusick 3144630Smckusick /* 3244630Smckusick * Which version of the NFS interface are we using. 3344630Smckusick * This is the implementation release number, not 3444630Smckusick * the protocol revision number. 3544630Smckusick */ 3644630Smckusick #define NFS_3 3744630Smckusick 3844630Smckusick /* 3944630Smckusick * Does this OS have NDBM support? 4044630Smckusick */ 4144630Smckusick #define OS_HAS_NDBM 4244630Smckusick 4344630Smckusick /* 4444630Smckusick * Name of filesystem types 4544630Smckusick */ 4644630Smckusick #define MOUNT_TYPE_NFS MOUNT_NFS 4744630Smckusick #define MOUNT_TYPE_UFS MOUNT_UFS 48*47534Spendry #undef MTAB_TYPE_UFS 49*47534Spendry #define MTAB_TYPE_UFS "ufs" 50*47534Spendry 51*47534Spendry #undef ARCH_ENDIAN 52*47534Spendry #define ARCH_ENDIAN "big" 53*47534Spendry 54*47534Spendry /* 55*47534Spendry * Need precise symlink lengths 56*47534Spendry #define PRECISE_SYMLINKS 57*47534Spendry */ 58