Add "pretty" build option
[openafs.git] / src / config / param.i386_linux22.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef AFS_PARAM_H
11 #define AFS_PARAM_H
12
13 #ifndef UKERNEL
14
15 /* This section for kernel libafs compiles only */
16 #define AFS_I386_LINUX20_ENV    1
17 #define AFS_I386_LINUX22_ENV    1
18
19 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
20 #ifdef AFS_SMP
21 #ifndef CONFIG_X86_LOCAL_APIC
22 #define CONFIG_X86_LOCAL_APIC 1
23 #endif
24 #endif
25 #endif /* __KERNEL__  && !DUMP_KERNEL */
26
27 #else /* !defined(UKERNEL) */
28 /* This section for user space compiles only */
29
30 #define UKERNEL                 1       /* user space kernel */
31
32 #endif /* !defined(UKERNEL) */
33
34 /* Machine / Operating system information */
35 #define SYS_NAME                "i386_linux22"
36 #define SYS_NAME_ID             SYS_NAME_ID_i386_linux22
37 #define AFSLITTLE_ENDIAN        1
38 #define AFS_SYSCALL             137
39
40 #endif /* AFS_PARAM_H */