147514Spendry /* 247514Spendry * Copyright (c) 1990 Jan-Simon Pendry 347514Spendry * Copyright (c) 1990 Imperial College of Science, Technology & Medicine 447514Spendry * Copyright (c) 1990 The Regents of the University of California. 547514Spendry * All rights reserved. 647514Spendry * 747514Spendry * This code is derived from software contributed to Berkeley by 847514Spendry * Jan-Simon Pendry at Imperial College, London. 947514Spendry * 1047534Spendry * %sccs.include.redist.c% 1147514Spendry * 12*48703Sbostic * @(#)os-next.h 5.3 (Berkeley) 04/25/91 1347514Spendry */ 1447514Spendry 15*48703Sbostic /* $Id: os-next.h,v 5.2.1.1 90/10/21 22:31:00 jsp Exp $ */ 16*48703Sbostic 1747514Spendry /* 18*48703Sbostic * NeXT OS definitions for Amd (automounter) 19*48703Sbostic * 20*48703Sbostic * By Bill Trost, Reed College 21*48703Sbostic * trost%reed@cse.ogi.edu, 22*48703Sbostic * 23*48703Sbostic * Derived from the Sun 3.2 definitions for Amd (os-sos3.h). 24*48703Sbostic */ 25*48703Sbostic 26*48703Sbostic /* 2747514Spendry * Does the compiler grok void * (NeXT uses gcc) 2847514Spendry */ 2947514Spendry #define VOIDP 3047514Spendry 3147514Spendry /* 3247514Spendry * Which version of the Sun RPC library we are using 3347514Spendry * This is the implementation release number, not 3447514Spendry * the protocol revision number. 3547514Spendry */ 3647514Spendry #define RPC_3 3747514Spendry 3847514Spendry /* 3947514Spendry * Which version of the NFS interface are we using. 4047514Spendry * This is the implementation release number, not 4147514Spendry * the protocol revision number. 4247514Spendry */ 4347514Spendry #define NFS_3 4447514Spendry 4547514Spendry /* 4647514Spendry * Name of filesystem types 4747514Spendry */ 4847514Spendry #define MOUNT_TYPE_UFS MOUNT_UFS 4947514Spendry #define MOUNT_TYPE_NFS MOUNT_NFS 5047514Spendry #undef MTAB_TYPE_UFS 5147514Spendry #define MTAB_TYPE_UFS "4.3" 5247514Spendry 5347514Spendry /* 5447514Spendry * Where to get NFS definitions 5547514Spendry */ 5647534Spendry * %sccs.include.redist.c% 5747514Spendry #define NFS_HDR "misc-next.h" 58