DEVEL15-unix-mkvers-xml-20090526
[openafs.git] / src / config / param.rs_aix52.h
1 #ifndef UKERNEL
2 /* This section for kernel libafs compiles only */
3
4 /*
5  * Copyright 2000, International Business Machines Corporation and others.
6  * All Rights Reserved.
7  * 
8  * This software has been released under the terms of the IBM Public
9  * License.  For details, see the LICENSE file in the top-level source
10  * directory or online at http://www.openafs.org/dl/license10.html
11  */
12
13 #ifndef AFS_PARAM_H
14 #define AFS_PARAM_H
15
16 #define AFS_AIX_ENV             1
17 #define AFS_AIX32_ENV           1
18 #define AFS_AIX41_ENV           1
19 #define AFS_AIX42_ENV           1
20 #define AFS_AIX51_ENV           1
21 #define AFS_AIX52_ENV           1
22
23 #define AFS_64BIT_ENV           1
24 #define AFS_64BIT_CLIENT        1
25 #define AFS_NAMEI_ENV           1
26 #ifdef AFS_NAMEI_ENV
27 #define AFS_64BIT_IOPS_ENV      1
28 #endif
29
30 #define AFS_HAVE_FLOCK_SYSID    1
31
32 #include <afs/afs_sysnames.h>
33
34 /* Global lock in AFS part of client. */
35 #define AFS_GLOBAL_SUNLOCK 1
36 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
37
38 /* File system entry (used if vmount.h doesn't define MNT_AFS */
39 #define AFS_MOUNT_AFS   4
40 #define AFS_SYSCALL    31
41
42 /* Machine / Operating system information */
43 #define SYS_NAME        "rs_aix52"
44 #define SYS_NAME_ID     SYS_NAME_ID_rs_aix52
45 #define AFSBIG_ENDIAN   1
46 #define RIOS            1       /* POWERseries 6000. (sj/pc)    */
47 #define AFS_VM_RDWR_ENV 1       /* read/write implemented via VM */
48 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
49 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
50
51 #ifndef _POWER
52 #define _POWER          1       /* _POWERseries!                */
53 #endif
54 #ifndef COMPAT_43
55 #define COMPAT_43
56 #endif
57
58 #define KERNEL_HAVE_UERROR 1
59 #define KERNEL_HAVE_PIN 1
60
61 /* Extra kernel definitions (from kdefs file) */
62 #ifdef _KERNEL
63 #define AFS_SHORTGID    1
64 #define AFS_UIOFMODE    1
65 #define afsio_iov       uio_iov
66 #define afsio_iovcnt    uio_iovcnt
67 #define afsio_offset    uio_offset
68 #define afsio_seg       uio_segflg
69 #define afsio_fmode     uio_fmode
70 #define afsio_resid     uio_resid
71 #define AFS_UIOSYS      UIO_SYSSPACE
72 #define AFS_UIOUSER     UIO_USERSPACE
73 #define AFS_CLBYTES     CLBYTES
74 #define AFS_MINCHANGE   2
75 #define osi_GetTime(x)          do {curtime(x); (x)->tv_usec = (x)->tv_usec/1000;} while (0)
76 #define osi_GTime(x)    time    /* something for the silly time(0)?? */
77 #define AFS_KALLOC      kmem_alloc
78 #define AFS_KFREE       kmem_free
79 #define VATTR_NULL(V)   memset((void*)V, -1, sizeof(*(V)))
80 #define va_nodeid       va_serialno
81 #endif /* !_KERNEL      */
82 #define AFS_DIRENT
83 #endif /* AFS_PARAM_H */
84
85 #else /* !defined(UKERNEL) */
86
87 /* This section for user space compiles only */
88
89 /*
90  * Copyright 2000, International Business Machines Corporation and others.
91  * All Rights Reserved.
92  * 
93  * This software has been released under the terms of the IBM Public
94  * License.  For details, see the LICENSE file in the top-level source
95  * directory or online at http://www.openafs.org/dl/license10.html
96  */
97
98 #ifndef AFS_PARAM_H
99 #define AFS_PARAM_H
100
101 #define AFS_64BIT_ENV           1
102 #define AFS_64BIT_CLIENT        1
103 #define AFS_NAMEI_ENV           1
104 #ifdef AFS_NAMEI_ENV
105 #define AFS_64BIT_IOPS_ENV      1
106 #endif
107 #define BITMAP_LATER            1
108 #define FAST_RESTART            1
109
110 #define AFS_VFS_ENV     1
111 /* Used only in vfsck code; is it needed any more???? */
112 #define RXK_LISTENER_ENV        1
113 #define AFS_USERSPACE_IP_ADDR   1
114 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
115
116 #ifdef KERNEL
117
118 #define UKERNEL                 1       /* user space kernel */
119 #define AFS_ENV                 1
120 #define AFS_USR_AIX_ENV         1
121 #define AFS_USR_AIX41_ENV       1
122 #define AFS_USR_AIX42_ENV       1
123 #define AFS_USR_AIX51_ENV               1
124
125 #else /* KERNEL */
126
127 #define AFS_AIX_ENV             1
128 #define AFS_AIX32_ENV           1
129 #define AFS_AIX41_ENV           1
130 #define AFS_AIX42_ENV           1
131 #define AFS_AIX51_ENV           1
132
133 #define AFS_HAVE_FLOCK_SYSID    1
134
135 #endif /* KERNEL */
136
137 #include <afs/afs_sysnames.h>
138
139                                                                                                                /*#define AFS_GLOBAL_SUNLOCK    1 *//* For global locking */
140
141 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
142 #define AFS_SYSCALL             105
143
144 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
145 #define AFS_MOUNT_AFS    4
146
147 /* Machine / Operating system information */
148 #define sys_rs_aix51    1
149 #define SYS_NAME        "rs_aix51"
150 #define SYS_NAME_ID     SYS_NAME_ID_rs_aix51
151 #define AFSBIG_ENDIAN   1
152 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
153 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
154
155 /* Extra kernel definitions (from kdefs file) */
156 #ifdef KERNEL
157 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
158 #define AFS_SYSVLOCK            1       /* sys v locking supported */
159 /*#define       AFS_USEBUFFERS  1*/
160 #define afsio_iov       uio_iov
161 #define afsio_iovcnt    uio_iovcnt
162 #define afsio_offset    uio_offset
163 #define afsio_seg       uio_segflg
164 #define afsio_fmode     uio_fmode
165 #define afsio_resid     uio_resid
166 #define AFS_UIOSYS      1
167 #define AFS_UIOUSER     UIO_USERSPACE
168 #define AFS_CLBYTES     MCLBYTES
169 #define AFS_MINCHANGE   2
170 #define VATTR_NULL      usr_vattr_null
171 #endif /* KERNEL */
172 #define AFS_DIRENT
173 #ifndef CMSERVERPREF
174 #define CMSERVERPREF
175 #endif
176
177 #endif /* AFS_PARAM_H */
178
179 #endif /* !defined(UKERNEL) */