2 * Copyright 2000, International Business Machines Corporation and others.
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
10 #ifndef AFS_INCLUDES_H
11 #define AFS_INCLUDES_H 1
13 #include <afsconfig.h>
16 #include <UKERNEL/afsincludes.h>
20 /* AFS based headers */
24 #elif defined(AFS_HPUX_ENV) || defined(AFS_NBSD_ENV)
27 #if defined(AFS_SGI_ENV) || defined(AFS_LINUX20_ENV)
31 #include "afs/afs_osi.h"
33 #include "afs/volerrors.h"
34 #include "afs/voldefs.h"
35 #ifdef AFS_LINUX20_ENV
41 #ifdef AFS_LINUX20_ENV
46 #include "afs/exporter.h"
49 #include "afs/afs_chunkops.h"
50 /*#include "afs/auxinode.h" -- used only in afs_istuff.c */
52 #include "afs/prs_fs.h"
54 #include "afs/afs_axscache.h"
56 #include "afs/afs_stats.h"
57 #include "afs/afs_prototypes.h"
58 #include "afs/discon.h"
59 #if defined(AFS_LINUX20_ENV) || defined(AFS_DARWIN_ENV) || defined(AFS_FBSD_ENV)
60 #include "osi_machdep.h"
65 #endif /* AFS_INCLUDES_H */