Merge 1.8.0~pre4 packaging into master
[pkg-k5-afs_openafs.git] / src / config / param.s390_linux26.h
blob6757c4cd194464757d8f606d5a1d06f0d6438f0f
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
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 */
10 #ifndef AFS_PARAM_H
11 #define AFS_PARAM_H
13 #ifndef UKERNEL
15 /* This section for kernel libafs compiles only */
16 #define AFS_S390_LINUX20_ENV 1
17 #define AFS_S390_LINUX22_ENV 1
18 #define AFS_S390_LINUX24_ENV 1
19 #define AFS_S390_LINUX26_ENV 1
21 #else /* !defined(UKERNEL) */
23 /* This section for user space compiles only */
24 #define UKERNEL 1 /* user space kernel */
26 #endif /* !defined(UKERNEL) */
28 /* Machine / Operating system information */
29 #define SYS_NAME "s390_linux26"
30 #define SYS_NAME_ID SYS_NAME_ID_s390_linux26
31 #define AFS_SYSCALL 137
32 #define AFSBIG_ENDIAN 1
34 #endif /* AFS_PARAM_H */