34a71e71d77ef6886e0b729d9f5b283ea9d532f7
[openafs.git] / src / config / param.hp_ux102.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 /* THIS FILE IS AUTOMATICALLY GENERATED; DO NOT EDIT */
11
12 #ifndef AFS_PARAM_H
13 #define AFS_PARAM_H
14
15 #define AFS_HPUX_ENV    1
16 #define AFS_HPUX90_ENV  1
17 #define AFS_HPUX100_ENV 1
18 #define AFS_HPUX101_ENV 1
19 #define AFS_HPUX102_ENV 1
20
21 #include <afs/afs_sysnames.h>
22
23 #define AFS_SYSCALL     48 /* slot reserved for AFS */
24
25 /* Machine / Operating system information */
26 #define SYS_NAME        "hp_ux102"
27 #define SYS_NAME_ID     SYS_NAME_ID_hp_ux102
28 #define AFSBIG_ENDIAN   1
29 #define AFS_HAVE_FFS    1
30 #define AFS_HAVE_STATVFS 1      /* System supports statvfs */
31 #define AFS_GLOBAL_SUNLOCK 1
32 #define RXK_LISTENER_ENV   1
33 #define AFS_USERSPACE_IP_ADDR 1
34 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
35 /*
36  * #define AFS_VM_RDWR_ENV      1
37  */
38 #define AFS_TEXT_ENV    1       /* Older kernels use TEXT */
39 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
40 #define NEARINODE_HINT  1   /* hint to ufs module to scatter inodes on disk*/
41 #define nearInodeHash(volid, hval) {                                 \
42                 unsigned char*  ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
43                 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
44                     (hval) *= 173;                      \
45                     (hval) += *ts;                      \
46                 }                                       \
47                 }
48
49 /* Extra kernel definitions (from kdefs file) */
50 #ifdef KERNEL
51 #define _KERNEL 1
52 #define afsio_iov       uio_iov
53 #define afsio_iovcnt    uio_iovcnt
54 #define afsio_offset    uio_offset
55 #define afsio_seg       uio_seg
56 #define afsio_resid     uio_resid
57 #define AFS_UIOSYS      UIOSEG_KERNEL
58 #define AFS_UIOUSER     UIOSEG_USER
59 #define AFS_CLBYTES     CLBYTES
60 #define AFS_MINCHANGE   2
61 #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)
62 #define AFS_KALLOC      kmem_alloc
63 #define AFS_KFREE       kmem_free
64 #define VATTR_NULL      vattr_null
65
66 #if defined(__LP64__)
67 #define AFS_HPUX_64BIT_ENV 1
68 #endif
69
70 #ifndef UKERNEL
71 /*
72  * On HP-UX, sys/socket.h includes sys/uio.h, and sys/file.h and
73  * sys/uio.h #include each other, and there's no simple way to avoid a
74  * warning about the struct uio declaration not being visible outside
75  * of some prototype or other.  So, we put in a tenative declaration to
76  * supress the warnings.
77  */
78 struct uio;
79 #endif
80 #endif /* KERNEL */
81 #define AFS_DIRENT      
82 /* Non-standard definitions */
83 #ifndef EDQUOT
84 #define EDQUOT          69      /* Disc quota exceeded          */
85 #endif
86
87 #endif /* AFS_PARAM_H */