ntmakefile-20040602
[openafs.git] / src / config / param.ia64_hpux1123_usr.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 #ifndef AFS_PARAM_H
11 #define AFS_PARAM_H
12
13 #define AFS_VFS_ENV     1
14 /* Used only in vfsck code; is it needed any more???? */
15 #define RXK_LISTENER_ENV        1
16 #define AFS_USERSPACE_IP_ADDR   1
17 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
18
19 #define UKERNEL                 1       /* user space kernel */
20 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
21 #define AFS_ENV                 1
22 #define AFS_USR_HPUX_ENV        1
23
24 #include <afs/afs_sysnames.h>
25
26 /*#define AFS_GLOBAL_SUNLOCK    1*/     /* For global locking */
27
28 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
29
30 #define AFS_SYSCALL   48 /* slot reserved for AFS */
31
32 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
33 #define AFS_MOUNT_AFS    1
34
35 /* Machine / Operating system information */
36 #define SYS_NAME        "ia64_hpux1123"
37 #define SYS_NAME_ID     SYS_NAME_ID_ia64_hpux1123
38 #define AFSBIG_ENDIAN   1
39 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
40 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
41 #define AFS_USE_VOID_PTR 1
42
43 /* Extra kernel definitions (from kdefs file) */
44 #ifdef KERNEL
45 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
46 #define AFS_SYSVLOCK            1       /* sys v locking supported */
47 /*#define       AFS_USEBUFFERS  1*/
48 #define afsio_iov       uio_iov
49 #define afsio_iovcnt    uio_iovcnt
50 #define afsio_offset    uio_offset
51 #define afsio_seg       uio_segflg
52 #define afsio_fmode     uio_fmode
53 #define afsio_resid     uio_resid
54 #define AFS_UIOSYS      1
55 #define AFS_UIOUSER     UIO_USERSPACE
56 #define AFS_CLBYTES     CLBYTES
57 #define AFS_MINCHANGE   2
58 #define VATTR_NULL      usr_vattr_null
59 #endif /* KERNEL */
60 #define AFS_DIRENT      
61 #ifndef CMSERVERPREF
62 #define CMSERVERPREF
63 #endif
64
65 #endif  /* AFS_PARAM_H */