README: update for current state of FreeBSD support
[openafs.git] / src / config / param.i386_fbsd_62.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 /* Machine / Operating system information */
5 #define SYS_NAME        "i386_fbsd_62"
6 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_62
7
8 #ifndef UKERNEL
9 /* This section for kernel libafs compiles only */
10
11 #define AFS_FBSD50_ENV 1
12 #define AFS_FBSD51_ENV 1
13 #define AFS_FBSD52_ENV 1
14 #define AFS_FBSD53_ENV 1
15 #define AFS_FBSD60_ENV 1
16 #define AFS_FBSD61_ENV 1
17 #define AFS_FBSD62_ENV 1
18
19 #define AFS_X86_FBSD50_ENV 1
20 #define AFS_X86_FBSD51_ENV 1
21 #define AFS_X86_FBSD52_ENV 1
22 #define AFS_X86_FBSD53_ENV 1
23 #define AFS_X86_FBSD60_ENV 1
24 #define AFS_X86_FBSD61_ENV 1
25 #define AFS_X86_FBSD62_ENV 1
26
27 #else /* !defined(UKERNEL) */
28
29 /* This section for user space compiles only */
30
31 #define AFS_USR_FBSD50_ENV 1
32 #define AFS_USR_FBSD51_ENV 1
33 #define AFS_USR_FBSD52_ENV 1
34 #define AFS_USR_FBSD53_ENV 1
35 #define AFS_USR_FBSD60_ENV 1
36 #define AFS_USR_FBSD61_ENV 1
37 #define AFS_USR_FBSD62_ENV 1
38
39 #endif /* !defined(UKERNEL) */
40
41 #endif /* AFS_PARAM_H */