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