venus: Remove dedebug
[openafs.git] / src / config / param.s390_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_S390_LINUX_ENV      1
17
18 #else /* !defined(UKERNEL) */
19
20 /* This section for user space compiles only */
21 #define UKERNEL                 1       /* user space kernel */
22
23 #endif /* !defined(UKERNEL) */
24
25 /* Machine / Operating system information */
26 #define SYS_NAME                "s390_linux26"
27 #define SYS_NAME_ID             SYS_NAME_ID_s390_linux26
28 #define AFS_SYSCALL             137
29 #define AFSBIG_ENDIAN           1
30
31 #endif /* AFS_PARAM_H */