d12bf5470efc521970025da5d4ffd1b03d1f66b9
[openafs.git] / src / config / param.i386_fbsd_72.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 /* Machine / Operating system information */
5 #define SYS_NAME        "i386_fbsd_72"
6 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_72
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_FBSD50_ENV 1
14 #define AFS_FBSD51_ENV 1
15 #define AFS_FBSD52_ENV 1
16 #define AFS_FBSD53_ENV 1
17 #define AFS_FBSD60_ENV 1
18 #define AFS_FBSD61_ENV 1
19 #define AFS_FBSD62_ENV 1
20 #define AFS_FBSD70_ENV 1
21 #define AFS_FBSD71_ENV 1
22 #define AFS_FBSD72_ENV 1
23
24 #define AFS_X86_FBSD50_ENV 1
25 #define AFS_X86_FBSD51_ENV 1
26 #define AFS_X86_FBSD52_ENV 1
27 #define AFS_X86_FBSD53_ENV 1
28 #define AFS_X86_FBSD60_ENV 1
29 #define AFS_X86_FBSD61_ENV 1
30 #define AFS_X86_FBSD62_ENV 1
31 #define AFS_X86_FBSD70_ENV 1
32 #define AFS_X86_FBSD71_ENV 1
33 #define AFS_X86_FBSD72_ENV 1
34
35 #else /* !defined(UKERNEL) */
36
37 /* This section for user space compiles only */
38
39 #define AFS_USR_FBSD50_ENV 1
40 #define AFS_USR_FBSD51_ENV 1
41 #define AFS_USR_FBSD52_ENV 1
42 #define AFS_USR_FBSD53_ENV 1
43 #define AFS_USR_FBSD60_ENV 1
44 #define AFS_USR_FBSD61_ENV 1
45 #define AFS_USR_FBSD62_ENV 1
46 #define AFS_USR_FBSD70_ENV 1
47 #define AFS_USR_FBSD71_ENV 1
48 #define AFS_USR_FBSD72_ENV 1
49
50 #endif /* !defined(UKERNEL) */
51
52 #endif /* AFS_PARAM_H */