macos: kernel socket upcall
[openafs.git] / src / config / param.x86_darwin_100.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_CLIENT        1
9 #define AFS_64BIT_IOPS_ENV      1
10 #if defined(__ppc__)
11 #define AFS_PPC_ENV             1
12 #elif defined(__i386__) || defined(__amd64__)
13 #define AFS_X86_ENV             1
14 #else
15 #error Unsupported architecture
16 #endif
17 #define AFS_VFSINCL_ENV         1
18 #ifdef __amd64__
19 #define AFS_64BITUSERPOINTER_ENV 1
20 #endif
21 #define AFS_64BIT_SIZEOF 1 /* seriously? */
22 #include <afs/afs_sysnames.h>
23
24 #define AFS_DARWIN_ENV
25 #define AFS_DARWIN70_ENV
26 #define AFS_DARWIN80_ENV
27 #define AFS_DARWIN90_ENV
28 #define AFS_DARWIN100_ENV
29 #undef  AFS_NONFSTRANS
30 #define AFS_NONFSTRANS
31 #define AFS_SYSCALL             230
32 #define AFS_NAMEI_ENV 1
33 #define DARWIN_REFBASE 3
34 #define AFS_WARNUSER_MARINER_ENV 1
35 #define AFS_CACHE_VNODE_PATH
36 #define NEED_IOCTL32
37
38 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
39 #define AFS_MOUNT_AFS    "afs"
40
41 /* Machine / Operating system information */
42 #if defined(__ppc__)
43 #define sys_ppc_darwin_12       1
44 #define sys_ppc_darwin_13       1
45 #define sys_ppc_darwin_14       1
46 #define sys_ppc_darwin_60       1
47 #define sys_ppc_darwin_70       1
48 #define sys_ppc_darwin_80       1
49 #define sys_ppc_darwin_90       1
50 #define sys_ppc_darwin_100      1
51 #define SYS_NAME                "ppc_darwin_100"
52 #define SYS_NAME_ID             SYS_NAME_ID_ppc_darwin_100
53 #define AFSBIG_ENDIAN           1
54 #elif defined(__ppc64__)
55 #define sys_ppc_darwin_12       1
56 #define sys_ppc_darwin_13       1
57 #define sys_ppc_darwin_14       1
58 #define sys_ppc_darwin_60       1
59 #define sys_ppc_darwin_70       1
60 #define sys_ppc_darwin_80       1
61 #define sys_ppc_darwin_90       1
62 #define sys_ppc_darwin_100      1
63 #define sys_ppc64_darwin_100    1
64 #define SYS_NAME                "ppc64_darwin_100"
65 #define SYS_NAME_ID             SYS_NAME_ID_ppc64_darwin_100
66 #define AFSBIG_ENDIAN           1
67 #elif defined(__i386__)
68 #define sys_x86_darwin_12       1
69 #define sys_x86_darwin_13       1
70 #define sys_x86_darwin_14       1
71 #define sys_x86_darwin_60       1
72 #define sys_x86_darwin_70       1
73 #define sys_x86_darwin_80       1
74 #define sys_x86_darwin_90       1
75 #define sys_x86_darwin_100      1
76 #define SYS_NAME                "x86_darwin_100"
77 #define SYS_NAME_ID             SYS_NAME_ID_x86_darwin_100
78 #define AFSLITTLE_ENDIAN        1
79 #elif defined(__amd64__)
80 #define sys_x86_darwin_12       1
81 #define sys_x86_darwin_13       1
82 #define sys_x86_darwin_14       1
83 #define sys_x86_darwin_60       1
84 #define sys_x86_darwin_70       1
85 #define sys_x86_darwin_80       1
86 #define sys_x86_darwin_90       1
87 #define sys_x86_darwin_100      1
88 #define sys_amd64_darwin_100    1
89 #define SYS_NAME                "amd64_darwin_100"
90 #define SYS_NAME_ID             SYS_NAME_ID_amd64_darwin_100
91 #define AFSLITTLE_ENDIAN        1
92 #else
93 #error Unsupported architecture
94 #endif
95 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
96
97 #define AFS_GCPAGS               0
98 #define RXK_UPCALL_ENV         1
99 #define RXK_TIMEDSLEEP_ENV       1
100
101 #ifdef KERNEL
102 #undef MACRO_BEGIN
103 #undef MACRO_END
104 #include <kern/macro_help.h>
105 #define AFS_GLOBAL_SUNLOCK        1
106 #define AFS_VFS34       1       /* What is VFS34??? */
107 #define afsio_iov       uio_iov
108 #define afsio_iovcnt    uio_iovcnt
109 #define afsio_offset    uio_offset
110 #define afsio_seg       uio_segflg
111 #define afsio_resid     uio_resid
112 #define AFS_UIOSYS      UIO_SYSSPACE
113 #define AFS_UIOUSER     UIO_USERSPACE
114 #define AFS_CLBYTES     CLBYTES
115 #define osi_GetTime(x)  microtime(x)
116 #define AFS_KALLOC(x)   _MALLOC(x, M_TEMP, M_WAITOK)
117 #define AFS_KFREE(x,y)  _FREE(x,M_TEMP)
118 #define v_count         v_usecount
119 #define v_vfsp          v_mount
120 #define vfs_bsize       mnt_stat.f_bsize
121 #define vfs_fsid        mnt_stat.f_fsid
122 #define va_nodeid       va_fileid
123 #define vfs_vnodecovered mnt_vnodecovered
124 #define direct          dirent
125
126 #define BIND_8_COMPAT
127
128 #endif
129 #endif /* AFS_PARAM_H */
130
131 #else /* !defined(UKERNEL) */
132
133 /* This section for user space compiles only */
134
135 #ifndef AFS_PARAM_H
136 #define AFS_PARAM_H
137
138 #define AFS_VFSINCL_ENV 1       /* NOBODY uses this.... */
139 #define AFS_ENV                 1
140 #if defined(__ppc__)
141 #define AFS_PPC_ENV             1
142 #elif defined(__i386__) || defined(__amd64__)
143 #define AFS_X86_ENV             1
144 #else
145 #error Unsupported architecture
146 #endif
147 #ifdef __amd64__
148 #define AFS_64BITUSERPOINTER_ENV 1
149 #endif
150
151 #include <afs/afs_sysnames.h>
152 #define AFS_USERSPACE_ENV
153 #define AFS_USR_DARWIN_ENV
154 #define AFS_USR_DARWIN70_ENV
155 #define AFS_USR_DARWIN80_ENV
156 #define AFS_USR_DARWIN90_ENV
157 #define AFS_USR_DARWIN100_ENV
158 #undef  AFS_NONFSTRANS
159 #define AFS_NONFSTRANS
160 #define AFS_SYSCALL             230
161 #define DARWIN_REFBASE 0
162 #define AFS_WARNUSER_MARINER_ENV 1
163
164 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
165 #define AFS_MOUNT_AFS    "afs"
166
167 /* Machine / Operating system information */
168 #if defined(__ppc__)
169 #define sys_ppc_darwin_12       1
170 #define sys_ppc_darwin_13       1
171 #define sys_ppc_darwin_14       1
172 #define sys_ppc_darwin_60       1
173 #define sys_ppc_darwin_70       1
174 #define sys_ppc_darwin_80       1
175 #define sys_ppc_darwin_90       1
176 #define sys_ppc_darwin_100      1
177 #define SYS_NAME                "ppc_darwin_100"
178 #define SYS_NAME_ID             SYS_NAME_ID_ppc_darwin_100
179 #define AFSBIG_ENDIAN           1
180 #elif defined(__i386__)
181 #define sys_x86_darwin_12       1
182 #define sys_x86_darwin_13       1
183 #define sys_x86_darwin_14       1
184 #define sys_x86_darwin_60       1
185 #define sys_x86_darwin_70       1
186 #define sys_x86_darwin_80       1
187 #define sys_x86_darwin_100      1
188 #define SYS_NAME                "x86_darwin_100"
189 #define SYS_NAME_ID             SYS_NAME_ID_x86_darwin_100
190 #define AFSLITTLE_ENDIAN        1
191 #elif defined(__amd64__)
192 #define sys_x86_darwin_12       1
193 #define sys_x86_darwin_13       1
194 #define sys_x86_darwin_14       1
195 #define sys_x86_darwin_60       1
196 #define sys_x86_darwin_70       1
197 #define sys_x86_darwin_80       1
198 #define sys_x86_darwin_100      1
199 #define sys_amd64_darwin_100    1
200 #define SYS_NAME                "amd64_darwin_100"
201 #define SYS_NAME_ID             SYS_NAME_ID_amd64_darwin_100
202 #define AFSLITTLE_ENDIAN        1
203 #else
204 #error Unsupported architecture
205 #endif
206 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
207
208 #define AFS_UIOSYS      UIO_SYSSPACE
209 #define AFS_UIOUSER     UIO_USERSPACE
210
211 #define AFS_GCPAGS                0     /* if nonzero, garbage collect PAGs */
212 #define RXK_LISTENER_ENV          1
213
214 #define AFS_VFS34       1       /* What is VFS34??? */
215 #define afsio_iov       uio_iov
216 #define afsio_iovcnt    uio_iovcnt
217 #define afsio_offset    uio_offset
218 #define afsio_seg       uio_segflg
219 #define afsio_resid     uio_resid
220 #define AFS_UIOSYS      UIO_SYSSPACE
221 #define AFS_UIOUSER     UIO_USERSPACE
222 #define        VATTR_NULL      usr_vattr_null
223
224 #define AFS_DIRENT
225 #ifndef CMSERVERPREF
226 #define CMSERVERPREF
227 #endif
228
229 #define BIND_8_COMPAT
230 #endif /* AFS_PARAM_H */
231
232 #endif /* !defined(UKERNEL) */