97e51b42c7d66bcae0e7669f8a0e7bbf9a6196f8
[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 /* AFS based headers */
11 #include "../afs/stds.h"
12 #ifdef  AFS_AIX_ENV
13 #include "../afs/osi_vfs.h"
14 #else
15 #ifdef  AFS_DEC_ENV
16 #include "../afs/gfs_vfs.h"
17 #include "../afs/gfs_vnode.h"
18 #else
19 #ifdef  AFS_HPUX_ENV
20 #include "../afs/osi_vfs.h"
21 #endif /* AFS_HPUX_ENV */
22 #endif /* AFS_DEC_ENV */
23 #endif /* AFS_AIX_ENV */
24 #if defined(AFS_SGI_ENV) || defined(AFS_LINUX20_ENV)
25 #include "../afs/osi_vfs.h"
26 #endif
27 #include "../afs/afs_osi.h"
28 #include "../rx/rx.h"
29 #include "../afs/lock.h"
30 #include "../afs/volerrors.h"
31 #include "../afs/voldefs.h"
32 #ifdef AFS_LINUX20_ENV
33 #ifdef TRUE
34 #undef TRUE
35 #undef FALSE
36 #endif
37 #endif
38 #ifdef AFS_LINUX20_ENV
39 #undef __NFDBITS
40 #undef __FDMASK
41 #endif
42 #include "../afsint/afsint.h"
43 #include "../afs/exporter.h"
44 #include "../afsint/vldbint.h"
45 #include "../afs/afs.h"
46 #include "../afs/afs_chunkops.h"
47 /*#include "../afs/auxinode.h"  -- used only in afs_istuff.c */
48 #include "../afs/rxkad.h"
49 #include "../afs/prs_fs.h"
50 #include "../afs/dir.h"
51 #include "../afs/afs_axscache.h"
52 #include "../afs/icl.h"
53 #include "../afs/afs_prototypes.h"
54 #ifdef AFS_LINUX20_ENV
55 #include "../afs/osi_machdep.h"
56 #endif