d1bdb8d14468d70f301c5738bc3d280897f4685c
[openafs.git] / src / config / param.amd64_fbsd_110.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 /* Machine / Operating system information */
5 #define SYS_NAME        "amd64_fbsd_110"
6 #define SYS_NAME_ID     SYS_NAME_ID_amd64_fbsd_110
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_FBSD81_ENV 1
16 #define AFS_FBSD82_ENV 1
17 #define AFS_FBSD83_ENV 1
18 #define AFS_FBSD84_ENV 1
19 #define AFS_FBSD90_ENV 1
20 #define AFS_FBSD91_ENV 1
21 #define AFS_FBSD92_ENV 1
22 #define AFS_FBSD93_ENV 1
23 #define AFS_FBSD100_ENV 1
24 #define AFS_FBSD110_ENV 1
25
26 #define AFS_X86_FBSD81_ENV 1
27 #define AFS_X86_FBSD82_ENV 1
28 #define AFS_X86_FBSD83_ENV 1
29 #define AFS_X86_FBSD84_ENV 1
30 #define AFS_X86_FBSD90_ENV 1
31 #define AFS_X86_FBSD91_ENV 1
32 #define AFS_X86_FBSD92_ENV 1
33 #define AFS_X86_FBSD93_ENV 1
34 #define AFS_X86_FBSD100_ENV 1
35 #define AFS_X86_FBSD110_ENV 1
36
37 #else /* !defined(UKERNEL) */
38
39 /* This section for user space compiles only */
40
41 #define AFS_USR_FBSD81_ENV 1
42 #define AFS_USR_FBSD82_ENV 1
43 #define AFS_USR_FBSD83_ENV 1
44 #define AFS_USR_FBSD84_ENV 1
45 #define AFS_USR_FBSD90_ENV 1
46 #define AFS_USR_FBSD91_ENV 1
47 #define AFS_USR_FBSD92_ENV 1
48 #define AFS_USR_FBSD93_ENV 1
49 #define AFS_USR_FBSD100_ENV 1
50 #define AFS_USR_FBSD110_ENV 1
51
52 #endif /* !defined(UKERNEL) */
53
54 #define USE_UCONTEXT
55
56 #endif /* AFS_PARAM_H */