config: Refactor the FreeBSD configuration files
[openafs.git] / src / config / param.i386_fbsd_50.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 /* Machine / Operating system information */
5 #define SYS_NAME        "i386_fbsd_50"
6 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_50
7
8 #ifndef UKERNEL
9 /* This section for kernel libafs compiles only */
10
11 #define AFS_FBSD50_ENV 1
12
13 #define AFS_X86_FBSD50_ENV 1
14
15 #else /* !defined(UKERNEL) */
16
17 /* This section for user space compiles only */
18
19 #define AFS_USR_FBSD50_ENV 1
20
21 #endif /* !defined(UKERNEL) */
22
23 #endif /* AFS_PARAM_H */