xml-versioning-take-two-20090601
[openafs.git] / src / config / param.x86_darwin_90.h
1 #ifndef UKERNEL
2 /* This section for kernel libafs compiles only */
3
4 #ifndef AFS_PARAM_H
5 #define AFS_PARAM_H
6
7 #define AFS_ENV                 1
8 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
9 #define AFS_64BIT_CLIENT        1
10 #define AFS_64BIT_IOPS_ENV      1
11 #if defined(__ppc__)
12 #define AFS_PPC_ENV             1
13 #elif defined(__i386__)
14 #define AFS_X86_ENV             1
15 #else
16 #error Unsupported architecture
17 #endif
18 #define AFS_VFSINCL_ENV         1
19
20 #include <afs/afs_sysnames.h>
21
22 #define AFS_DARWIN_ENV
23 #define AFS_DARWIN13_ENV
24 #define AFS_DARWIN14_ENV
25 #define AFS_DARWIN60_ENV
26 #define AFS_DARWIN70_ENV
27 #define AFS_DARWIN80_ENV
28 #define AFS_DARWIN90_ENV
29 #define AFS_NONFSTRANS
30 #define AFS_SYSCALL             230
31 #define AFS_NAMEI_ENV 1
32 #define DARWIN_REFBASE 3
33 #define AFS_CACHE_VNODE_PATH
34
35 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
36 #define AFS_MOUNT_AFS    "afs"
37
38 /* Machine / Operating system information */
39 #if defined(__ppc__)
40 #define sys_ppc_darwin_12       1
41 #define sys_ppc_darwin_13       1
42 #define sys_ppc_darwin_14       1
43 #define sys_ppc_darwin_60       1
44 #define sys_ppc_darwin_70       1
45 #define sys_ppc_darwin_80       1
46 #define sys_ppc_darwin_90       1
47 #define SYS_NAME                "ppc_darwin_90"
48 #define SYS_NAME_ID             SYS_NAME_ID_ppc_darwin_90
49 #define AFSBIG_ENDIAN           1
50 #elif defined(__i386__)
51 #define sys_x86_darwin_12       1
52 #define sys_x86_darwin_13       1
53 #define sys_x86_darwin_14       1
54 #define sys_x86_darwin_60       1
55 #define sys_x86_darwin_70       1
56 #define sys_x86_darwin_80       1
57 #define sys_x86_darwin_90       1
58 #define SYS_NAME                "x86_darwin_90"
59 #define SYS_NAME_ID             SYS_NAME_ID_x86_darwin_90
60 #define AFSLITTLE_ENDIAN        1
61 #else
62 #error Unsupported architecture
63 #endif
64 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
65
66 #define AFS_GCPAGS               0
67 #define RXK_LISTENER_ENV         1
68
69 #ifdef KERNEL
70 #undef MACRO_BEGIN
71 #undef MACRO_END
72 #include <kern/macro_help.h>
73 #define AFS_GLOBAL_SUNLOCK        1
74 #define AFS_VFS34       1       /* What is VFS34??? */
75 #define afsio_iov       uio_iov
76 #define afsio_iovcnt    uio_iovcnt
77 #define afsio_offset    uio_offset
78 #define afsio_seg       uio_segflg
79 #define afsio_resid     uio_resid
80 #define AFS_UIOSYS      UIO_SYSSPACE
81 #define AFS_UIOUSER     UIO_USERSPACE
82 #define AFS_CLBYTES     CLBYTES
83 #define osi_GetTime(x)  microtime(x)
84 #define AFS_KALLOC(x)   _MALLOC(x, M_TEMP, M_WAITOK)
85 #define AFS_KFREE(x,y)  _FREE(x,M_TEMP)
86 #define v_count         v_usecount
87 #define v_vfsp          v_mount
88 #define vfs_bsize       mnt_stat.f_bsize
89 #define vfs_fsid        mnt_stat.f_fsid
90 #define va_nodeid       va_fileid
91 #define vfs_vnodecovered mnt_vnodecovered
92 #define direct          dirent
93
94 #define BIND_8_COMPAT
95
96 #endif
97 #endif /* AFS_PARAM_H */
98
99 #else /* !defined(UKERNEL) */
100
101 /* This section for user space compiles only */
102
103 #ifndef AFS_PARAM_H
104 #define AFS_PARAM_H
105
106 #define AFS_VFSINCL_ENV 1       /* NOBODY uses this.... */
107 #define AFS_ENV                 1
108 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
109 #if defined(__ppc__)
110 #define AFS_PPC_ENV             1
111 #elif defined(__i386__)
112 #define AFS_X86_ENV             1
113 #else
114 #error Unsupported architecture
115 #endif
116
117 #include <afs/afs_sysnames.h>
118 #define AFS_USERSPACE_ENV
119 #define AFS_USR_DARWIN_ENV
120 #define AFS_USR_DARWIN13_ENV
121 #define AFS_USR_DARWIN14_ENV
122 #define AFS_USR_DARWIN60_ENV
123 #define AFS_USR_DARWIN70_ENV
124 #define AFS_USR_DARWIN80_ENV
125 #define AFS_USR_DARWIN90_ENV
126 #define AFS_NONFSTRANS
127 #define AFS_SYSCALL             230
128 #define DARWIN_REFBASE 0
129
130 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
131 #define AFS_MOUNT_AFS    "afs"
132
133 /* Machine / Operating system information */
134 #if defined(__ppc__)
135 #define sys_ppc_darwin_12       1
136 #define sys_ppc_darwin_13       1
137 #define sys_ppc_darwin_14       1
138 #define sys_ppc_darwin_60       1
139 #define sys_ppc_darwin_70       1
140 #define sys_ppc_darwin_80       1
141 #define sys_ppc_darwin_90       1
142 #define SYS_NAME                "ppc_darwin_90"
143 #define SYS_NAME_ID             SYS_NAME_ID_ppc_darwin_90
144 #define AFSBIG_ENDIAN           1
145 #elif defined(__i386__)
146 #define sys_x86_darwin_12       1
147 #define sys_x86_darwin_13       1
148 #define sys_x86_darwin_14       1
149 #define sys_x86_darwin_60       1
150 #define sys_x86_darwin_70       1
151 #define sys_x86_darwin_80       1
152 #define sys_x86_darwin_90       1
153 #define SYS_NAME                "x86_darwin_90"
154 #define SYS_NAME_ID             SYS_NAME_ID_x86_darwin_90
155 #define AFSLITTLE_ENDIAN        1
156 #else
157 #error Unsupported architecture
158 #endif
159 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
160
161 #define AFS_UIOSYS      UIO_SYSSPACE
162 #define AFS_UIOUSER     UIO_USERSPACE
163
164 #define AFS_GCPAGS                0     /* if nonzero, garbage collect PAGs */
165 #define RXK_LISTENER_ENV          1
166
167 #define AFS_VFS34       1       /* What is VFS34??? */
168 #define afsio_iov       uio_iov
169 #define afsio_iovcnt    uio_iovcnt
170 #define afsio_offset    uio_offset
171 #define afsio_seg       uio_segflg
172 #define afsio_resid     uio_resid
173 #define AFS_UIOSYS      UIO_SYSSPACE
174 #define AFS_UIOUSER     UIO_USERSPACE
175 #define        VATTR_NULL      usr_vattr_null
176
177 #define AFS_DIRENT
178 #ifndef CMSERVERPREF
179 #define CMSERVERPREF
180 #endif
181
182 #define BIND_8_COMPAT
183 #endif /* AFS_PARAM_H */
184
185 #endif /* !defined(UKERNEL) */