Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / config / param.amd64_linux26.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_AMD64_LINUX20_ENV 1
17 #define AFS_AMD64_LINUX22_ENV 1
18 #define AFS_AMD64_LINUX24_ENV 1
19 #define AFS_AMD64_LINUX26_ENV 1
20 #define AFS_LINUX_64BIT_KERNEL 1
21 #define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits */
22 #define AFS_64BITUSERPOINTER_ENV 1
23 #define AFS_MAXVCOUNT_ENV 1
24
25 #else /* !defined(UKERNEL) */
26
27 /* This section for user space compiles only */
28 #define UKERNEL 1 /* user space kernel */
29
30 #endif /* !defined(UKERNEL) */
31
32 #ifndef USE_UCONTEXT
33 #define USE_UCONTEXT
34 #endif
35
36 /* Machine / Operating system information */
37 #define SYS_NAME "amd64_linux26"
38 #define SYS_NAME_ID SYS_NAME_ID_amd64_linux26
39 #define AFS_SYSCALL 183
40 #define AFSLITTLE_ENDIAN 1
41
42 #endif /* AFS_PARAM_H */