venus: Remove dedebug
[openafs.git] / src / config / param.i386_fbsd_112.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 /* Machine / Operating system information */
5 #define SYS_NAME        "i386_fbsd_112"
6 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_112
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_FBSD101_ENV 1
14 #define AFS_FBSD102_ENV 1
15 #define AFS_FBSD103_ENV 1
16 #define AFS_FBSD110_ENV 1
17 #define AFS_FBSD111_ENV 1
18 #define AFS_FBSD112_ENV 1
19
20 #define AFS_X86_FBSD101_ENV 1
21 #define AFS_X86_FBSD102_ENV 1
22 #define AFS_X86_FBSD103_ENV 1
23 #define AFS_X86_FBSD110_ENV 1
24 #define AFS_X86_FBSD111_ENV 1
25 #define AFS_X86_FBSD112_ENV 1
26
27 #else /* !defined(UKERNEL) */
28
29 /* This section for user space compiles only */
30
31 #define AFS_USR_FBSD101_ENV 1
32 #define AFS_USR_FBSD102_ENV 1
33 #define AFS_USR_FBSD103_ENV 1
34 #define AFS_USR_FBSD110_ENV 1
35 #define AFS_USR_FBSD111_ENV 1
36 #define AFS_USR_FBSD112_ENV 1
37
38 #endif /* !defined(UKERNEL) */
39
40 #endif /* AFS_PARAM_H */