Linux: Simplify header file checks
[openafs.git] / src / afs / sysincludes.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifdef UKERNEL
11 # include <UKERNEL/sysincludes.h>
12 #else
13
14 #ifndef __AFS_SYSINCLUDESH__
15 #define __AFS_SYSINCLUDESH__ 1
16
17 #ifdef AFS_OBSD_ENV
18 # include <sys/errno.h>
19 # include <sys/types.h>
20 # include <sys/param.h>
21 # include <sys/lock.h>
22 # include <sys/queue.h>
23 # include <sys/resourcevar.h>
24 # include <sys/kernel.h>
25 # include <sys/proc.h>
26 # include <sys/time.h>
27 # include <sys/filedesc.h>
28 # include <sys/file.h>
29 # include <sys/socket.h>
30 # include <sys/socketvar.h>
31 # include <sys/dirent.h>
32 # include <sys/user.h>
33 # include <sys/uio.h>
34 # include <sys/buf.h>
35 # include <sys/stat.h>
36 # include <sys/mount.h>
37 # include <sys/vnode.h>
38 # include <sys/malloc.h>
39 # include <ufs/ffs/fs.h>
40 # include <ufs/ufs/quota.h>
41 # include <ufs/ufs/inode.h>
42 # ifndef AFS_OBSD38_ENV
43 #  include <ufs/ufs/extattr.h>
44 # endif
45 # include <ufs/ufs/ufsmount.h>
46 # ifndef MLEN
47 #  include <sys/mbuf.h>
48 #  include <net/if.h>
49 # endif
50 # include <sys/protosw.h>
51 # include <sys/ioctl.h>
52 # include <sys/timeout.h>
53
54 #elif defined(AFS_LINUX22_ENV)
55 # include <linux/version.h>
56 # ifdef HAVE_LINUX_CONFIG_H
57 #  include <linux/config.h>
58 # endif
59 # include <linux/linkage.h>
60 # include <linux/limits.h>
61 # include <linux/wait.h>
62 # include <linux/types.h>
63 # include <linux/vfs.h>
64 # include <linux/net.h>
65 # include <linux/kdev_t.h>
66 # include <linux/ioctl.h>
67 # if defined(AFS_LINUX26_ENV)
68 #  include <linux/backing-dev.h>
69 #  include <linux/pagemap.h>
70 #  include <linux/namei.h>
71 #  ifdef STRUCT_INODE_HAS_I_SECURITY
72 #   include <linux/security.h>
73 #  endif
74 #  include <linux/suspend.h>
75 #  if defined(LINUX_KEYRING_SUPPORT)
76 #   include <linux/rwsem.h>
77 #   include <linux/key.h>
78 #   if defined(HAVE_LINUX_KEY_TYPE_H)
79 #    include <linux/key-type.h>
80 #   endif
81 #   ifndef KEY_ALLOC_IN_QUOTA
82 #    define KEY_ALLOC_IN_QUOTA 1
83 #   endif
84 #  endif
85 # endif
86 /* Avoid conflicts with coda overloading AFS type namespace. Must precede
87  * inclusion of uaccess.h.
88  */
89 # ifndef _LINUX_CODA_FS_I
90 #  define _LINUX_CODA_FS_I
91 #  define _CODA_HEADER_
92 #  define _CFS_HEADER_
93 struct coda_inode_info {
94 };
95 # endif
96 # ifndef _LINUX_XFS_FS_I
97 #  define _LINUX_XFS_FS_I
98 struct xfs_inode_info {
99 };
100 # endif
101 # include <asm/uaccess.h>
102 # include <linux/list.h>
103 # include <linux/dcache.h>
104 # include <linux/mount.h>
105 # include <linux/fs.h>
106 # include <linux/quota.h>
107 # include <linux/sched.h>
108 # include <linux/mm.h>
109 # include <linux/slab.h>
110 # include <linux/string.h>
111 # if defined(HAVE_LINUX_SEMAPHORE_H)
112 #  include <linux/semaphore.h>
113 # else
114 #  include <asm/semaphore.h>
115 # endif
116 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16)
117 #  include <linux/mutex.h>
118 # endif
119 # include <linux/errno.h>
120 # ifdef HAVE_LINUX_COMPLETION_H
121 #  include <linux/completion.h>
122 # endif
123 # if defined(LINUX_USE_FH)
124 #  include <linux/exportfs.h>
125 # endif
126
127 #else /* AFS_LINUX22_ENV */
128 # if defined(AFS_DARWIN_ENV)
129 #  ifndef _MACH_ETAP_H_
130 #   define _MACH_ETAP_H_
131 typedef unsigned short etap_event_t;
132 #  endif
133 # endif
134
135 # include "h/errno.h"
136 # include "h/types.h"
137 # include "h/param.h"
138
139 # ifdef AFS_AUX_ENV
140 #  ifdef        PAGING
141 #   include "h/mmu.h"
142 #   include "h/seg.h"
143 #   include "h/page.h"
144 #   include "h/region.h"
145 #  endif /* PAGING */
146 #  include "h/sysmacros.h"
147 #  include "h/signal.h"
148 #  include "h/var.h"
149 # endif /* AFS_AUX_ENV */
150
151 # include "h/systm.h"
152 # include "h/time.h"
153
154 # ifdef AFS_AIX_ENV
155 #  ifdef AFS_AIX41_ENV
156 #   include "sys/statfs.h"
157 #  endif
158 #  ifdef AFS_AIX51_ENV
159 #   include "sys/acl.h"
160 #  endif
161 #  include "../h/file.h"
162 #  include "../h/fullstat.h"
163 #  include "../h/vattr.h"
164 #  include "../h/var.h"
165 #  include "../h/access.h"
166 # endif /* AFS_AIX_ENV */
167
168 # if defined(AFS_SGI_ENV)
169 #  include "values.h"
170 #  include "sys/sema.h"
171 #  include "sys/cmn_err.h"
172 #  ifdef AFS_SGI64_ENV
173 #   include <ksys/behavior.h>
174 /* in 6.5.20f, ksys/behavior.h doesn't bother to define BHV_IS_BHVL,
175  * but sys/vnode.h uses it in VNODE_TO_FIRST_BHV. It looks like from
176  * older headers like we want the old behavior, so we fake it. */
177 #   if defined(BHV_PREPARE) && !defined(CELL_CAPABLE)
178 #    define BHV_IS_BHVL(bhp) (0)
179 #   endif
180 #  endif /* AFS_SGI64_ENV */
181 #  include "fs/efs_inode.h"
182 #  include "sys/kmem.h"
183 #  include "sys/cred.h"
184 #  include "sys/resource.h"
185
186 /*
187  * ../sys/debug.h defines ASSERT(), but it is nontrivial only if DEBUG
188  * is on (see afs_osi.h).
189  * In IRIX 6.5 we cannot have DEBUG turned on since certain
190  * system-defined structures have different members with DEBUG on, and
191  * this breaks our ability to interact with the rest of the kernel.
192  *
193  * Instead of using ASSERT(), we use our own osi_Assert().
194  */
195 #  if defined(AFS_SGI65_ENV) && !defined(DEBUG)
196 #   define DEBUG
197 #   include "sys/debug.h"
198 #   undef DEBUG
199 #  else
200 #   include "sys/debug.h"
201 #  endif
202
203 #  include "sys/statvfs.h"
204 #  include "sys/sysmacros.h"
205 #  include "sys/fs_subr.h"
206 #  include "sys/siginfo.h"
207 #  include "limits.h"
208 # endif /* AFS_SGI_ENV */
209
210 # if !defined(AFS_AIX_ENV) && !defined(AFS_SUN5_ENV) && !defined(AFS_SGI_ENV)
211 #  include "h/kernel.h"
212 # endif /* !SUN5 && !SGI */
213
214 # ifdef AFS_SUN5_ENV
215 #  include <sys/cmn_err.h>      /* for kernel printf() prototype */
216 # endif
217
218 # if    defined(AFS_SUN56_ENV)
219 #  include "h/vfs.h"            /* stops SUN56 socketvar.h warnings */
220 #  include "h/stropts.h"                /* stops SUN56 socketvar.h warnings */
221 #  include "h/stream.h"         /* stops SUN56 socketvar.h errors */
222 # endif
223
224 # ifdef AFS_SUN510_ENV
225 #  include <sys/cred_impl.h>
226 #  include <sys/policy.h>
227 # endif
228
229 # include "h/socket.h"
230 # include "h/socketvar.h"
231 # include "h/protosw.h"
232
233 # if defined(AFS_FBSD_ENV)
234 #  include "limits.h"
235 # endif
236
237 # if defined(AFS_SGI_ENV) || defined(AFS_HPUX_ENV) || defined(AFS_SUN5_ENV) || defined(AFS_FBSD_ENV)
238 #  include "h/dirent.h"
239 #  ifdef        AFS_SUN5_ENV
240 #   include "h/sysmacros.h"
241 #   include "h/fs/ufs_fsdir.h"
242 #  endif /* AFS_SUN5_ENV */
243 # else
244 #  include "h/dir.h"
245 # endif /* SGI || SUN || HPUX */
246
247 # if !defined(AFS_SGI64_ENV) && !defined(AFS_FBSD_ENV) && !defined(AFS_DARWIN80_ENV)
248 #  include "h/user.h"
249 # endif /* AFS_SGI64_ENV */
250 # define        MACH_USER_API   1
251 # if defined(AFS_FBSD50_ENV)
252 #  include "h/bio.h"
253 #  include "h/filedesc.h"
254 # endif
255 # include "h/file.h"
256 # include "h/uio.h"
257 # include "h/buf.h"
258 # include "h/stat.h"
259
260
261 /* ----- The following mainly deal with vnodes/inodes stuff ------ */
262 # ifdef AFS_SUN5_ENV
263 #  include "h/statvfs.h"
264 # endif /* AFS_SUN5_ENV */
265 # ifdef AFS_HPUX_ENV
266 struct vfspage;         /* for vnode.h compiler warnings */
267 #  include "h/swap.h"   /* for struct swpdbd, for vnode.h compiler warnings */
268 #  include "h/dbd.h"    /* for union idbd, for vnode.h compiler warnings */
269 #  ifdef AFS_HPUX110_ENV
270 #   include "h/resource.h"
271 #  endif
272 #  ifdef AFS_HPUX1123_ENV
273 #   include <sys/user.h>
274 #   include <sys/cred.h>
275 #  endif
276 # endif /* AFS_HPUX_ENV */
277 # if defined(AFS_DARWIN_ENV) || defined(AFS_FBSD_ENV)
278 #  if defined(AFS_FBSD50_ENV)
279 struct vop_getwritemount_args;
280 #  endif
281 #  include <sys/uio.h>
282 #  include <sys/mount.h>
283 #  include <sys/namei.h>
284 #  ifdef AFS_DARWIN80_ENV
285 #   include <sys/kauth.h>
286 #   include <string.h>
287 #  endif
288 #  include <sys/vnode.h>
289 #  include <sys/queue.h>
290 #  include <sys/malloc.h>
291 #  ifndef AFS_FBSD_ENV
292 #   include <sys/ubc.h>
293 #   define timeout_fcn_t mach_timeout_fcn_t
294 #   include <kern/sched_prim.h>
295 #  else
296 MALLOC_DECLARE(M_AFS);
297 #   include <ufs/ufs/dinode.h>
298 #   include <vm/vm.h>
299 #   include <vm/vm_extern.h>
300 #   include <vm/pmap.h>
301 #   include <vm/vm_map.h>
302 #   include <sys/lock.h>
303 #   include <sys/user.h>
304 #  endif
305 #  undef timeout_fcn_t
306 #  define _DIR_H_
307 #  define doff_t          int32_t
308 #  ifndef AFS_DARWIN80_ENV
309 #   include <ufs/ufs/quota.h>
310 #   include <ufs/ufs/inode.h>
311 #   include <ufs/ffs/fs.h>
312 #  endif
313 # else
314 #  include "h/vfs.h"
315 #  include "h/vnode.h"
316 #  ifdef        AFS_SUN5_ENV
317 #   include "h/fs/ufs_inode.h"
318 #   include "h/fs/ufs_mount.h"
319 #  else
320 #   if !defined(AFS_SGI_ENV) && !defined(AFS_AIX32_ENV)
321 #    include "ufs/inode.h"
322 #    if !defined(AFS_SGI_ENV) && !defined(AFS_HPUX_ENV)
323 #     include "ufs/mount.h"
324 #    endif /* !AFS_HPUX_ENV */
325 #   endif /* !AFS_AIX32_ENV */
326 #  endif /* AFS_SUN5_ENV */
327 # endif /* AFS_DARWIN_ENV || AFS_FBSD_ENV */
328
329 /* These mainly deal with networking and rpc headers */
330 # include "netinet/in.h"
331 # undef MFREE                   /* defined at mount.h for AIX */
332 # ifdef AFS_SUN5_ENV
333 #  include "h/time.h"
334 # else
335 #  if !defined(AFS_HPUX_ENV)
336 #   include "h/mbuf.h"
337 #  endif
338 # endif /* AFS_SUN5_ENV */
339
340 # include "rpc/types.h"
341 # include "rx/xdr.h"
342
343 /* Miscellaneous headers */
344 # include "h/proc.h"
345 # if !defined(AFS_FBSD_ENV)
346 #  include "h/ioctl.h"
347 # endif /* AFS_FBSD_ENV */
348
349 # if    defined(AFS_HPUX101_ENV) && !defined(AFS_HPUX1123_ENV)
350 #  include "h/proc_iface.h"
351 #  include "h/vas.h"
352 # endif
353
354 # if    defined(AFS_HPUX102_ENV)
355 #  include "h/unistd.h"
356 #  include "h/tty.h"
357 # endif
358
359 # if !defined(AFS_SGI_ENV) && !defined(AFS_AIX32_ENV) && !defined(AFS_HPUX_ENV) && !defined(AFS_SUN5_ENV) && !defined(AFS_DARWIN_ENV) && !defined(AFS_FBSD_ENV)
360
361 #  include "h/text.h"
362 # endif
363
364
365 # if    defined(AFS_AIX_ENV)
366 #  include "h/flock.h"          /* fcntl.h is a user-level include in aix */
367 # else
368 #  include "h/fcntl.h"
369 # endif /* AIX */
370
371 # if defined(AFS_SGI_ENV) || defined(AFS_SUN5_ENV)
372 #  include "h/unistd.h"
373 # endif /* SGI || SUN */
374
375 # ifdef AFS_AIX32_ENV
376 #  include "h/vmuser.h"
377 # endif /* AFS_AIX32_ENV */
378
379 # if    defined(AFS_SUN5_ENV)
380 #  include <sys/tiuser.h>
381 #  include <sys/t_lock.h>
382 #  include <sys/mutex.h>
383 #  include <sys/vtrace.h>
384 #  include <sys/pathname.h>
385 #  include <sys/debug.h>
386 # endif
387
388 #endif /* AFS_LINUX22_ENV */
389
390 #endif /* __AFS_SYSINCLUDESH__  so idempotent */
391
392 #endif