Remove AFS_USEBUFFERS
[openafs.git] / src / config / param.hp_ux110.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_HPUX_ENV    1
17 #define AFS_HPUX90_ENV  1
18 #define AFS_HPUX100_ENV 1
19 #define AFS_HPUX101_ENV 1
20 #define AFS_HPUX102_ENV 1
21 #define AFS_HPUX110_ENV 1
22
23 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
24 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
25
26 #include <afs/afs_sysnames.h>
27
28 #define AFS_SYSCALL     48      /* slot reserved for AFS */
29
30 /* Machine / Operating system information */
31 #define SYS_NAME        "hp_ux110"
32 #define SYS_NAME_ID     SYS_NAME_ID_hp_ux110
33 #define AFSBIG_ENDIAN   1
34 #define AFS_HAVE_FFS    1
35 #define AFS_HAVE_STATVFS 1      /* System supports statvfs */
36 #define AFS_GLOBAL_SUNLOCK 1
37 #define RXK_LISTENER_ENV   1
38 #define AFS_USERSPACE_IP_ADDR 1
39 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
40 /*
41  * #define AFS_VM_RDWR_ENV      1
42  */
43 #define AFS_TEXT_ENV    1       /* Older kernels use TEXT */
44 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
45 #define NEARINODE_HINT  1       /* hint to ufs module to scatter inodes on disk */
46 #define nearInodeHash(volid, hval) {                                 \
47                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
48                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
49                     (hval) *= 173;                      \
50                     (hval) += *ts;                      \
51                 }                                       \
52                 }
53
54 #define KERNEL_HAVE_UERROR 1
55
56 /* Extra kernel definitions (from kdefs file) */
57 #ifdef KERNEL
58 #define _KERNEL 1
59 #define afsio_iov       uio_iov
60 #define afsio_iovcnt    uio_iovcnt
61 #define afsio_offset    uio_offset
62 #define afsio_seg       uio_seg
63 #define afsio_resid     uio_resid
64 #define AFS_UIOSYS      UIOSEG_KERNEL
65 #define AFS_UIOUSER     UIOSEG_USER
66 #define AFS_CLBYTES     CLBYTES
67 #define AFS_MINCHANGE   2
68 #define osi_GetTime(x)  do { struct timeval osi_GetTimeVar; uniqtime(&osi_GetTimeVar); (x)->tv_sec = osi_GetTimeVar.tv_sec; (x)->tv_usec = osi_GetTimeVar.tv_usec; } while(0)
69 #define AFS_KALLOC      kmem_alloc
70 #define AFS_KFREE       kmem_free
71 #define VATTR_NULL      vattr_null
72
73 #if defined(__LP64__)
74 #define AFS_HPUX_64BIT_ENV 1
75 #endif
76
77 #ifndef UKERNEL
78 /*
79  * On HP-UX, sys/socket.h includes sys/uio.h, and sys/file.h and
80  * sys/uio.h #include each other, and there's no simple way to avoid a
81  * warning about the struct uio declaration not being visible outside
82  * of some prototype or other.  So, we put in a tenative declaration to
83  * supress the warnings.
84  */
85 struct uio;
86
87 #define memset(A, B, S) bzero(A, S)
88 #define memcpy(B, A, S) bcopy(A, B, S)
89 #define memcmp(A, B, S) bcmp(A, B, S)
90 #endif
91 #endif /* KERNEL */
92 #define AFS_DIRENT
93 /* Non-standard definitions */
94 #ifndef EDQUOT
95 #define EDQUOT          69      /* Disc quota exceeded          */
96 #endif
97
98 #endif /* AFS_PARAM_H */
99
100 #else /* !defined(UKERNEL) */
101
102 /* This section for user space compiles only */
103
104 /*
105  * Copyright 2000, International Business Machines Corporation and others.
106  * All Rights Reserved.
107  * 
108  * This software has been released under the terms of the IBM Public
109  * License.  For details, see the LICENSE file in the top-level source
110  * directory or online at http://www.openafs.org/dl/license10.html
111  */
112
113 #ifndef AFS_PARAM_H
114 #define AFS_PARAM_H
115
116 #define AFS_VFS_ENV     1
117 /* Used only in vfsck code; is it needed any more???? */
118 #define RXK_LISTENER_ENV        1
119 #define AFS_USERSPACE_IP_ADDR   1
120 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
121
122 #define UKERNEL                 1       /* user space kernel */
123 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
124 #define AFS_ENV                 1
125 #define AFS_USR_HPUX_ENV        1
126 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
127
128 #include <afs/afs_sysnames.h>
129
130                                                                                                                /*#define AFS_GLOBAL_SUNLOCK    1 *//* For global locking */
131
132 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
133
134 #define AFS_SYSCALL   48        /* slot reserved for AFS */
135
136 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
137 #define AFS_MOUNT_AFS    1
138
139 /* Machine / Operating system information */
140 #define SYS_NAME        "hp_ux110"
141 #define SYS_NAME_ID     SYS_NAME_ID_hp_ux110
142 #define AFSBIG_ENDIAN   1
143 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
144 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
145
146 /* Extra kernel definitions (from kdefs file) */
147 #ifdef KERNEL
148 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
149 #define AFS_SYSVLOCK            1       /* sys v locking supported */
150 #define afsio_iov       uio_iov
151 #define afsio_iovcnt    uio_iovcnt
152 #define afsio_offset    uio_offset
153 #define afsio_seg       uio_segflg
154 #define afsio_fmode     uio_fmode
155 #define afsio_resid     uio_resid
156 #define AFS_UIOSYS      1
157 #define AFS_UIOUSER     UIO_USERSPACE
158 #define AFS_CLBYTES     CLBYTES
159 #define AFS_MINCHANGE   2
160 #define VATTR_NULL      usr_vattr_null
161 #endif /* KERNEL */
162 #define AFS_DIRENT
163 #ifndef CMSERVERPREF
164 #define CMSERVERPREF
165 #endif
166
167 #endif /* AFS_PARAM_H */
168
169 #endif /* !defined(UKERNEL) */