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