cml-version-string-maker-20001220
[openafs.git] / src / config / param.alpha_dux40_usr.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 _PARAM_SUN4C_51_H_
11 #define _PARAM_SUN4C_51_H_
12
13 #define AFS_VFS_ENV     1
14 /* Used only in vfsck code; is it needed any more???? */
15 #define RXK_LISTENER_ENV        1
16 #define AFS_USERSPACE_IP_ADDR   1
17 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
18
19 #define UKERNEL                 1       /* user space kernel */
20 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
21 #define AFS_64BIT_ENV           1
22 #define AFS_ENV                 1
23 #define AFS_USR_OSF_ENV         1
24 #define AFS_USR_DUX40_ENV       1
25
26 #include <afs/afs_sysnames.h>
27
28 /*#define AFS_GLOBAL_SUNLOCK    1*/     /* For global locking */
29
30 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
31 #define AFS_SYSCALL             232
32
33 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
34 #define AFS_MOUNT_AFS    1
35
36 /* Machine / Operating system information */
37 #define sys_alpha_dux40 1
38 #define SYS_NAME        "alpha_dux40"
39 #define SYS_NAME_ID     SYS_NAME_ID_alpha_dux40
40 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
41 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
42 #define AFSLITTLE_ENDIAN        1
43
44 /* Extra kernel definitions (from kdefs file) */
45 #ifdef KERNEL
46 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
47 #define AFS_SYSVLOCK            1       /* sys v locking supported */
48 /*#define       AFS_USEBUFFERS  1*/
49 #define afsio_iov       uio_iov
50 #define afsio_iovcnt    uio_iovcnt
51 #define afsio_offset    uio_offset
52 #define afsio_seg       uio_segflg
53 #define afsio_fmode     uio_fmode
54 #define afsio_resid     uio_resid
55 #define AFS_UIOSYS      1
56 #define AFS_UIOUSER     UIO_USERSPACE
57 #define AFS_CLBYTES     MCLBYTES
58 #define AFS_MINCHANGE   2
59 #define VATTR_NULL      usr_vattr_null
60 #endif /* KERNEL */
61 #define AFS_DIRENT      
62 #ifndef CMSERVERPREF
63 #define CMSERVERPREF
64 #endif
65 #define ROOTINO         UFSROOTINO
66
67 #endif  _PARAM_SUN4C_51_H_