541ab611a926b0f5cbc343e9f70295b7ae073730
[openafs.git] / src / config / param.i386_fbsd_84.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 /* Machine / Operating system information */
5 #define SYS_NAME        "i386_fbsd_84"
6 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_84
7
8 #define AFS_FAKEOPEN_ENV 1      /* call afs_FakeOpen as if !AFS_VM_RDWR */
9
10 #ifndef UKERNEL
11 /* This section for kernel libafs compiles only */
12
13 #define AFS_FBSD81_ENV 1
14 #define AFS_FBSD82_ENV 1
15 #define AFS_FBSD83_ENV 1
16 #define AFS_FBSD84_ENV 1
17
18 #define AFS_X86_FBSD81_ENV 1
19 #define AFS_X86_FBSD82_ENV 1
20 #define AFS_X86_FBSD83_ENV 1
21 #define AFS_X86_FBSD84_ENV 1
22
23 #else /* !defined(UKERNEL) */
24
25 /* This section for user space compiles only */
26
27 #define AFS_USR_FBSD81_ENV 1
28 #define AFS_USR_FBSD82_ENV 1
29 #define AFS_USR_FBSD83_ENV 1
30 #define AFS_USR_FBSD84_ENV 1
31
32 #endif /* !defined(UKERNEL) */
33
34 #endif /* AFS_PARAM_H */