bozo: Introduce bnode_Wait()
[openafs.git] / src / afs / afsincludes.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 #ifndef AFS_INCLUDES_H
11 #define AFS_INCLUDES_H 1
12
13 #include <afsconfig.h>
14
15 #ifdef UKERNEL
16 # include <UKERNEL/afsincludes.h>
17 #else
18
19 /* AFS based headers */
20 # include "afs/stds.h"
21 # ifdef AFS_AIX_ENV
22 #  include "osi_vfs.h"
23 # elif defined(AFS_HPUX_ENV) || defined(AFS_NBSD_ENV)
24 #  include "osi_vfs.h"
25 # endif
26 # if defined(AFS_SGI_ENV) || defined(AFS_LINUX20_ENV)
27 #  include "osi_vfs.h"
28 # endif
29 # include "rx/rx.h"
30 # include "afs/afs_osi.h"
31 # include "afs/lock.h"
32 # include "afs/volerrors.h"
33 # include "afs/voldefs.h"
34 # ifdef AFS_LINUX20_ENV
35 #  ifdef TRUE
36 #   undef TRUE
37 #   undef FALSE
38 #  endif
39 # endif
40 # ifdef AFS_LINUX20_ENV
41 #  undef __NFDBITS
42 #  undef __FDMASK
43 # endif
44 # include "afsint.h"
45 # include "afs/exporter.h"
46 # include "vldbint.h"
47 # include "afs/afs.h"
48 # include "afs/afs_chunkops.h"
49 # include "rx/rxkad.h"
50 # include "afs/prs_fs.h"
51 # include "afs/dir.h"
52 # include "afs/afs_axscache.h"
53 # include "afs/icl.h"
54 # include "afs/afs_stats.h"
55 # include "afs/afs_prototypes.h"
56 # include "afs/discon.h"
57 # if defined(AFS_LINUX20_ENV) || defined(AFS_DARWIN_ENV) || defined(AFS_FBSD_ENV)
58 #  include "osi_machdep.h"
59 # endif
60
61 #endif
62
63 #endif /* AFS_INCLUDES_H */