57ad70c1381ce67287a8cc9e67b7973fda38f91d
[openafs.git] / src / rx / rx_globals.c
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 /* RX:  Globals for internal use, basically */
11
12 #include <afsconfig.h>
13 #ifdef KERNEL
14 #include "afs/param.h"
15 #else
16 #include <afs/param.h>
17 #endif
18
19 RCSID
20     ("$Header$");
21
22 /* Enable data initialization when the header file is included */
23 #define INIT(stuff) = stuff
24 #if defined(AFS_NT40_ENV) && defined(AFS_PTHREAD_ENV)
25 #define EXT __declspec(dllexport)
26 #else
27 #define EXT
28 #endif
29
30 #ifdef KERNEL
31 #ifndef UKERNEL
32 #include "h/types.h"
33 #else /* !UKERNEL */
34 #include        "afs/sysincludes.h"
35 #endif /* UKERNEL */
36 #endif /* KERNEL */
37
38 #include "rx_globals.h"