cachemgr-setuerror-ifdef-cleanup-20020827
[openafs.git] / src / config / param.ppc_darwin_60.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 #define AFS_ENV                 1
5 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
6 #define AFS_PPC_ENV 1
7 #define AFS_VFSINCL_ENV 1
8
9 #include <afs/afs_sysnames.h>
10
11 #define AFS_DARWIN_ENV
12 #define AFS_DARWIN13_ENV
13 #define AFS_DARWIN14_ENV
14 #define AFS_DARWIN60_ENV
15 #define AFS_NONFSTRANS
16 #define AFS_SYSCALL             230
17 #define AFS_NAMEI_ENV 1
18
19 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
20 #define AFS_MOUNT_AFS    "afs"
21
22 /* Machine / Operating system information */
23 #define sys_ppc_darwin_12   1
24 #define sys_ppc_darwin_13   1
25 #define sys_ppc_darwin_14   1
26 #define sys_ppc_darwin_60   1
27 #define SYS_NAME        "ppc_darwin_60"
28 #define SYS_NAME_ID     SYS_NAME_ID_ppc_darwin_60
29 #define AFSBIG_ENDIAN   1
30 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
31
32 #define AFS_GCPAGS                1       /* if nonzero, garbage collect PAGs */
33 #define RXK_LISTENER_ENV         1
34
35 #ifdef KERNEL
36 #undef MACRO_BEGIN
37 #undef MACRO_END
38 #include <kern/macro_help.h>
39 #define AFS_GLOBAL_SUNLOCK        1
40 #define AFS_VFS34       1       /* What is VFS34??? */
41 #define afsio_iov       uio_iov
42 #define afsio_iovcnt    uio_iovcnt
43 #define afsio_offset    uio_offset
44 #define afsio_seg       uio_segflg
45 #define afsio_resid     uio_resid
46 #define AFS_UIOSYS      UIO_SYSSPACE
47 #define AFS_UIOUSER     UIO_USERSPACE
48 #define AFS_CLBYTES     CLBYTES
49 #define osi_GetTime(x)  microtime(x)
50 #define AFS_KALLOC(x)   kalloc(x)
51 #define AFS_KFREE(x,y)  kfree(x,y)
52 #define v_count         v_usecount
53 #define v_vfsp          v_mount
54 #define vfs_bsize       mnt_stat.f_bsize
55 #define vfs_fsid        mnt_stat.f_fsid
56 #define va_nodeid       va_fileid
57 #define vfs_vnodecovered mnt_vnodecovered
58 #define direct          dirent
59 #define vnode_t         struct vnode
60
61 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
62 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
63
64 #endif
65 #endif /* AFS_PARAM_H */