FBSD: Remove support for 8.x and 9.x
[openafs.git] / src / config / param.amd64_fbsd_102.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 /* Machine / Operating system information */
5 #define SYS_NAME        "amd64_fbsd_102"
6 #define SYS_NAME_ID     SYS_NAME_ID_amd64_fbsd_102
7
8 #define AFS_64BITPOINTER_ENV 1
9
10 #ifndef UKERNEL
11 /* This section for kernel libafs compiles only */
12
13 #define AFS_64BITUSERPOINTER_ENV 1
14
15 #define AFS_FBSD101_ENV 1
16 #define AFS_FBSD102_ENV 1
17
18 #define AFS_X86_FBSD101_ENV 1
19 #define AFS_X86_FBSD102_ENV 1
20
21 #else /* !defined(UKERNEL) */
22
23 /* This section for user space compiles only */
24
25 #define AFS_USR_FBSD101_ENV 1
26 #define AFS_USR_FBSD102_ENV 1
27
28 #endif /* !defined(UKERNEL) */
29
30 #define USE_UCONTEXT
31
32 #endif /* AFS_PARAM_H */