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