Split up libtool support into LWP and pthread
[openafs.git] / src / config / param.alpha_dux40.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_OSF_ENV     1
17 #define AFS_OSF20_ENV   1
18 #define AFS_OSF30_ENV   1
19 #define AFS_OSF32_ENV   1
20 #define AFS_OSF32C_ENV  1
21 #define AFS_DUX40_ENV   1
22 #define __alpha         1
23 #define AFS_ALPHA_ENV   1
24 #define AFS_DECOSF_ENV  1
25 #define AFS_BOZONLOCK_ENV       1
26
27 #include <afs/afs_sysnames.h>
28
29 #define AFS_VM_RDWR_ENV 1
30 #define AFS_VFS_ENV     1
31 #define AFS_GREEDY43_ENV        1
32 #define AFS_ENV         1
33 #define AFS_MINPHYS_ENV 1
34 #define CMUSTD_ENV      1
35
36 #define AFS_SYSCALL     232
37 #define AFS_MOUNT_AFS   13
38
39 #ifndef MOUNT_AFS
40 #define MOUNT_AFS AFS_MOUNT_AFS
41 #endif
42 #define SYS_NAME        "alpha_dux40"
43 #define SYS_NAME_ID     SYS_NAME_ID_alpha_dux40
44
45 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
46 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
47
48 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
49 #define AFS_3DISPARES   1       /* Utilize the 3 available disk inode spares */
50 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
51
52 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
53 #include <machine/endian.h>
54 #if     BYTE_ORDER == BIG_ENDIAN
55 #define AFSBIG_ENDIAN           1
56 #else
57 #if     BYTE_ORDER == LITTLE_ENDIAN
58 #define AFSLITTLE_ENDIAN        1
59 #else
60 #error  machine/endian.h must define BYTE_ORDER!
61 #endif
62 #endif
63 #endif /* ! ASSEMBLER && ! __LANGUAGE_ASSEMBLY__ */
64
65 #define NEARINODE_HINT  1       /* hint to ufs module to scatter inodes on disk */
66 #define nearInodeHash(volid, hval) {                          \
67                 unsigned char*  ts = (unsigned char*)&(volid);\
68                 for ((hval)=0; ts<(unsigned char*)&(volid)+sizeof(volid);ts++){\
69                     (hval) *= 173;                      \
70                     (hval) += *ts;                      \
71                 }                                       \
72                 }
73
74 /* Extra kernel definitions (from kdefs file) */
75 #ifdef _KERNEL
76 #define AFS_GLOBAL_SUNLOCK        1
77 #define AFS_VFS34       1       /* What is VFS34??? */
78 #define AFS_SHORTGID    1       /* are group id's short? */
79 #define afsio_iov       uio_iov
80 #define afsio_iovcnt    uio_iovcnt
81 #define afsio_offset    uio_offset
82 #define afsio_seg       uio_segflg
83 #define afsio_resid     uio_resid
84 #define AFS_UIOSYS      UIO_SYSSPACE
85 #define AFS_UIOUSER     UIO_USERSPACE
86 #define AFS_CLBYTES     CLBYTES
87 #define osi_GetTime(x)  microtime(x)
88 #define AFS_KALLOC(x)   kalloc(x)
89 #define AFS_KFREE(x,y)  kfree(x,y)
90 #define v_count         v_usecount
91 #define v_vfsp          v_mount
92 #define vfs_bsize       m_stat.f_bsize
93 #define vfs_fsid        m_stat.f_fsid
94 #define va_nodeid       va_fileid
95 #define vfs_vnodecovered m_vnodecovered
96 #define direct          dirent
97 #define vnode_t         struct vnode
98
99 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
100 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
101
102 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
103 enum vcexcl { NONEXCL, EXCL };
104
105 #include <net/net_globals.h>
106
107 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
108
109 #define memset(A, B, S) bzero(A, S)
110 #define memcpy(B, A, S) bcopy(A, B, S)
111 #define memcmp(A, B, S) bcmp(A, B, S)
112 #endif /* _KERNEL */
113
114 #endif /* AFS_PARAM_H */
115
116 #else /* !defined(UKERNEL) */
117
118 /* This section for user space compiles only */
119
120 /*
121  * Copyright 2000, International Business Machines Corporation and others.
122  * All Rights Reserved.
123  *
124  * This software has been released under the terms of the IBM Public
125  * License.  For details, see the LICENSE file in the top-level source
126  * directory or online at http://www.openafs.org/dl/license10.html
127  */
128
129 #ifndef AFS_PARAM_H
130 #define AFS_PARAM_H
131
132 #define AFS_VFS_ENV     1
133 /* Used only in vfsck code; is it needed any more???? */
134 #define RXK_LISTENER_ENV        1
135 #define AFS_USERSPACE_IP_ADDR   1
136 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
137
138 #define UKERNEL                 1       /* user space kernel */
139 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
140 #define AFS_ENV                 1
141 #define AFS_USR_OSF_ENV         1
142 #define AFS_USR_DUX40_ENV       1
143
144 #include <afs/afs_sysnames.h>
145
146                                                                                                                /*#define AFS_GLOBAL_SUNLOCK    1 *//* For global locking */
147
148 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
149 #define AFS_SYSCALL             232
150
151 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
152 #define AFS_MOUNT_AFS    1
153
154 /* Machine / Operating system information */
155 #define sys_alpha_dux40 1
156 #define SYS_NAME        "alpha_dux40"
157 #define SYS_NAME_ID     SYS_NAME_ID_alpha_dux40
158 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
159 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
160 #define AFSLITTLE_ENDIAN        1
161
162 /* Extra kernel definitions (from kdefs file) */
163 #ifdef KERNEL
164 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
165 #define AFS_SYSVLOCK            1       /* sys v locking supported */
166 #define afsio_iov       uio_iov
167 #define afsio_iovcnt    uio_iovcnt
168 #define afsio_offset    uio_offset
169 #define afsio_seg       uio_segflg
170 #define afsio_fmode     uio_fmode
171 #define afsio_resid     uio_resid
172 #define AFS_UIOSYS      1
173 #define AFS_UIOUSER     UIO_USERSPACE
174 #define AFS_CLBYTES     MCLBYTES
175 #define AFS_MINCHANGE   2
176 #define VATTR_NULL      usr_vattr_null
177 #endif /* KERNEL */
178 #define AFS_DIRENT
179 #ifndef CMSERVERPREF
180 #define CMSERVERPREF
181 #endif
182 #define ROOTINO         UFSROOTINO
183
184 #endif /* AFS_PARAM_H */
185
186 #endif /* !defined(UKERNEL) */