Add "pretty" build option
[openafs.git] / src / config / param.sunx86_511.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_VFS_ENV             1
17 /* Used only in vfsck code; is it needed any more???? */
18
19 #define AFS_VFSINCL_ENV         1       /* NOBODY uses this.... */
20 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
21 #define AFS_ENV                 1
22 #define AFS_SUN_ENV             1
23 #define AFS_SUN5_ENV            1
24 #define AFS_SUN59_ENV           1
25 #define AFS_SUN510_ENV          1
26 #define AFS_SUN511_ENV          1
27 #define AFS_X86_ENV             1
28
29 #define AFS_64BIT_CLIENT        1
30
31 #define AFS_HAVE_FLOCK_SYSID    1
32
33 #define AFS_CACHE_VNODE_PATH 1
34
35 #include <afs/afs_sysnames.h>
36
37 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
38 #define RXK_LISTENER_ENV        1
39 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
40
41 #ifdef AFS_NAMEI_ENV
42 #define AFS_64BIT_IOPS_ENV      1       /* needed for NAMEI... */
43 #else /* AFS_NAMEI_ENV */
44 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
45 #endif /* AFS_NAMEI_ENV */
46
47 /* so we get _IOW() when we include sys/ioctl.h */
48 #define BSD_COMP
49
50 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
51 #define AFS_MOUNT_AFS           "afs"
52
53 /* Machine / Operating system information */
54 #define sys_sunx86_511          1
55 #define SYS_NAME                "sunx86_511"
56 #define SYS_NAME_ID             SYS_NAME_ID_sunx86_511
57 #define AFSLITTLE_ENDIAN        1
58 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
59 #define AFS_HAVE_VXFS           1       /* Support cache on Veritas vxfs file system */
60 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
61 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
62 #define AFS_VM_RDWR_ENV         1       /* read/write implemented via VM */
63 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
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)+sizeof(volid)-1;\
68                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
69                     (hval) *= 173;                      \
70                     (hval) += *ts;                      \
71                 }                                       \
72                 }
73
74 /* Extra kernel definitions (from kdefs file) */
75 #ifdef KERNEL
76 /* sun definitions here */
77 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
78 #define AFS_SYSVLOCK            1       /* sys v locking supported */
79 #define afsio_iov               uio_iov
80 #define afsio_iovcnt            uio_iovcnt
81 #define afsio_offset            uio_loffset
82 #define afsio_seg               uio_segflg
83 #define afsio_fmode             uio_fmode
84 #define afsio_resid             uio_resid
85 #define AFS_UIOSYS              UIO_SYSSPACE
86 #define AFS_UIOUSER             UIO_USERSPACE
87 #define AFS_CLBYTES             MCLBYTES
88 #define AFS_MINCHANGE           2
89 #define osi_GetTime(x)          uniqtime32(x)
90
91 /**
92   * These defines are for the 64 bit Solaris 7 port
93   * AFS_SYSCALL32 is used to protect the ILP32 syscall interface
94   */
95 #if defined(__amd64)
96 #define AFS_SUN5_64BIT_ENV      1
97 #define AFS_64BIT_INO           1
98 #endif
99
100 #define AFS_KALLOC(n)           kmem_alloc(n, KM_SLEEP)
101 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
102 #define AFS_KFREE               kmem_free
103 #define VATTR_NULL              vattr_null
104 #endif /* KERNEL */
105 #define AFS_DIRENT
106 #ifndef CMSERVERPREF
107 #define CMSERVERPREF
108 #endif
109 #define ROOTINO                 UFSROOTINO
110
111 #endif /* AFS_PARAM_H */
112
113 #else /* !defined(UKERNEL) */
114
115 /* This section for user space compiles only */
116
117 #ifndef AFS_PARAM_H
118 #define AFS_PARAM_H
119
120 #define AFS_VFS_ENV             1
121 /* Used only in vfsck code; is it needed any more???? */
122 #define RXK_LISTENER_ENV        1
123 #define AFS_USERSPACE_IP_ADDR   1
124 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
125
126 #define UKERNEL                 1       /* user space kernel */
127 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
128 #define AFS_ENV                 1
129 #define AFS_USR_SUN5_ENV        1
130 #define AFS_USR_SUN6_ENV        1
131 #define AFS_USR_SUN7_ENV        1
132 #define AFS_USR_SUN8_ENV        1
133 #define AFS_USR_SUN9_ENV        1
134
135 #include <afs/afs_sysnames.h>
136
137 #if 0
138 #define AFS_GLOBAL_SUNLOCK      1       /* For global locking */
139 #endif
140
141 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
142
143 /* so we get _IOW() when we include sys/ioctl.h */
144 #define BSD_COMP
145
146 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
147 #define AFS_MOUNT_AFS           1
148
149 /* Machine / Operating system information */
150 #define sys_sunx86_511         1
151 #define SYS_NAME                "sunx86_511"
152 #define SYS_NAME_ID             SYS_NAME_ID_sunx86_511
153 #define AFSLITTLE_ENDIAN        1
154 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
155 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
156 #define AFS_HAVE_STATVFS64      1       /* System supports statvfs64 */
157
158 /* Extra kernel definitions (from kdefs file) */
159 #ifdef KERNEL
160 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
161 #define AFS_SYSVLOCK            1       /* sys v locking supported */
162 #define afsio_iov               uio_iov
163 #define afsio_iovcnt            uio_iovcnt
164 #define afsio_offset            uio_offset
165 #define afsio_seg               uio_segflg
166 #define afsio_fmode             uio_fmode
167 #define afsio_resid             uio_resid
168 #define AFS_UIOSYS              1
169 #define AFS_UIOUSER             UIO_USERSPACE
170 #define AFS_CLBYTES             MCLBYTES
171 #define AFS_MINCHANGE           2
172 #define VATTR_NULL              usr_vattr_null
173 #endif /* KERNEL */
174 #define AFS_DIRENT
175 #ifndef CMSERVERPREF
176 #define CMSERVERPREF
177 #endif
178 #define ROOTINO                 UFSROOTINO
179
180 #endif /* AFS_PARAM_H */
181
182 #endif /* !defined(UKERNEL) */