/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* onc720 src/oncplus/usr/include/nfs/nfs_load.h 1.1 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 1990,1993 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* * COMPONENT_NAME: onchdrs * * FUNCTIONS: none * * ORIGINS: 24,27 * * * (C) COPYRIGHT International Business Machines Corp. 1990,1993 * All Rights Reserved * Licensed Materials - Property of IBM * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* @(#)nfs_misc.h 1.6 91/03/08 NFSSRC4.1 from 2.32 90/07/31 SMI */ #ifdef _ONCPLUS #include #else #ifndef __NFS_MISC_HEADER__ #define __NFS_MISC_HEADER__ #define NFS_KLOAD_SERV 5 /* server extension nfs.ext */ #define NFS_KLOAD_ACL 4 /* acl extension acl.ext */ #define NFS_KLOAD_CLNT 3 /* client extension clnt.ext */ #define NFS_KLOAD_KRPC 2 /* rpc extension krpc.ext */ #define NFS_KLOAD_KDES 1 /* des extenstion kdes.ext */ #define NFS_KLOAD_STAT 0 /* flag for laod_nfs to return stat on which * extensions are loaded */ #endif /* !__NFS_MISC_HEADER__ */ #endif