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