backport to buster
[hcoop/debian/openafs.git] / src / config / param.ia64_hpux1122.h
CommitLineData
805e021f
CE
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#define AFS_HPUX110_ENV 1
21#define AFS_HPUX1111_ENV 1
22#define AFS_HPUX1122_ENV 1
23
24#define AFS_64BIT_CLIENT 1
25#if defined(__LP64__)
26#define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits. */
27#define AFS_64BITUSERPOINTER_ENV 1
28#endif
29
30#include <afs/afs_sysnames.h>
31
32#define AFS_SYSCALL 48 /* slot reserved for AFS */
33
34/* Machine / Operating system information */
35#define SYS_NAME "ia64_hpux1122"
36#define SYS_NAME_ID SYS_NAME_ID_ia64_hpux1122
37#define AFSBIG_ENDIAN 1
38#define AFS_HAVE_FFS 1
39#define AFS_HAVE_STATVFS 1 /* System supports statvfs */
40#define AFS_GLOBAL_SUNLOCK 1
41#define RXK_LISTENER_ENV 1
42#define AFS_USERSPACE_IP_ADDR 1
43#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */
44#define AFS_USE_VOID_PTR 1
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/* Extra kernel definitions (from kdefs file) */
60#ifdef KERNEL
61#define _KERNEL 1
62#define afsio_iov uio_iov
63#define afsio_iovcnt uio_iovcnt
64#define afsio_offset uio_offset
65#define afsio_seg uio_seg
66#define afsio_resid uio_resid
67#define AFS_UIOSYS UIOSEG_KERNEL
68#define AFS_UIOUSER UIOSEG_USER
69#define AFS_CLBYTES CLBYTES
70#define AFS_MINCHANGE 2
71#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)
72#define AFS_KALLOC kmem_alloc
73#define AFS_KFREE kmem_free
74#define VATTR_NULL vattr_null
75
76#if defined(__LP64__)
77#define AFS_HPUX_64BIT_ENV 1
78#endif
79
80#ifndef UKERNEL
81/*
82 * On HP-UX, sys/socket.h includes sys/uio.h, and sys/file.h and
83 * sys/uio.h #include each other, and there's no simple way to avoid a
84 * warning about the struct uio declaration not being visible outside
85 * of some prototype or other. So, we put in a tenative declaration to
86 * supress the warnings.
87 */
88struct uio;
89
90#define memset(A, B, S) bzero(A, S)
91#define memcpy(B, A, S) bcopy(A, B, S)
92#define memcmp(A, B, S) bcmp(A, B, S)
93#endif
94#endif /* KERNEL */
95#define AFS_DIRENT
96/* Non-standard definitions */
97#ifndef EDQUOT
98#define EDQUOT 69 /* Disc quota exceeded */
99#endif
100
101#define USE_UCONTEXT /* should be in afsconfig.h */
102
103#endif /* AFS_PARAM_H */