[plain text]
#ifndef _NFSHEADERS_H_
#define _NFSHEADERS_H_
#import <sys/types.h>
#import <sys/time.h>
#import <netinet/in.h>
#import <sys/param.h>
#import <sys/ucred.h>
#define _KERNEL
#import <sys/mount.h>
#undef _KERNEL
#import <rpc/types.h>
#import <rpc/rpc.h>
#import <rpc/xdr.h>
#import <rpc/auth.h>
#import <rpc/clnt.h>
#import <rpc/svc.h>
#ifdef __APPLE__
#import <nfs/rpcv2.h>
#define NFS_PROGRAM
#import <nfs/nfsproto.h>
#undef NFS_PROGRAM
#define _KERNEL
#import <nfs/nfs.h>
#undef _KERNEL
#endif
#import "nfs_prot.h"
#ifndef __APPLE__
#define NFSCLIENT
#import <nfs/nfs_mount.h>
#define NFS_WSIZE 8192
#define NFS_RSIZE 8192
#define MNT_RDONLY M_RDONLY
#define MNT_NOSUID M_NOSUID
#define MNT_NOEXEC 0
#define MNT_NODEV 0
#define MNT_UNION 0
#define MNT_SYNCHRONOUS 0
#define NFSMNT_NOCONN 0
#define NFSMNT_NQNFS 0
#define NFSMNT_NFSV3 0
#define NFSMNT_KERB 0
#define NFSMNT_DUMBTIMR 0
#define NFSMNT_RESVPORT 0
#define NFSMNT_RDIRPLUS 0
#endif
#endif _NFSHEADERS_H_
Generated by GNU enscript 1.6.4.