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