3ed8e2729faf7a930cb9cec2440d9188a64fa096
[openafs.git] / src / config / param.rs_aix42.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_AIX_ENV             1
14 #define AFS_AIX32_ENV           1
15 #define AFS_AIX41_ENV           1
16 #define AFS_AIX42_ENV           1
17
18 #define AFS_64BIT_ENV           1
19 #define AFS_64BIT_CLIENT        1
20
21 #include <afs/afs_sysnames.h>
22
23 /* Global lock in AFS part of client. */
24 #define AFS_GLOBAL_SUNLOCK 1
25 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
26
27 /* File system entry (used if vmount.h doesn't define MNT_AFS */
28 #define AFS_MOUNT_AFS   4
29 #define AFS_SYSCALL    31
30
31 /* Machine / Operating system information */
32 #define SYS_NAME        "rs_aix42"
33 #define SYS_NAME_ID     SYS_NAME_ID_rs_aix42
34 #define AFSBIG_ENDIAN   1
35 #define RIOS            1               /* POWERseries 6000. (sj/pc)    */
36 #define AFS_VM_RDWR_ENV 1               /* read/write implemented via VM */
37 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
38 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
39
40 #ifndef _POWER
41 #define _POWER          1               /* _POWERseries!                */
42 #endif
43 #ifndef COMPAT_43
44 #define COMPAT_43
45 #endif
46
47 /* Extra kernel definitions (from kdefs file) */
48 #ifdef _KERNEL
49 #define AFS_SHORTGID    1
50 #define AFS_UIOFMODE    1
51 #define afsio_iov       uio_iov
52 #define afsio_iovcnt    uio_iovcnt
53 #define afsio_offset    uio_offset
54 #define afsio_seg       uio_segflg
55 #define afsio_fmode     uio_fmode
56 #define afsio_resid     uio_resid
57 #define AFS_UIOSYS      UIO_SYSSPACE
58 #define AFS_UIOUSER     UIO_USERSPACE
59 #define AFS_CLBYTES     CLBYTES
60 #define AFS_MINCHANGE   2
61 #define osi_GetTime(x)          do {curtime(x); (x)->tv_usec = (x)->tv_usec/1000;} while (0)
62 #define osi_GTime(x)    time            /* something for the silly time(0)?? */
63 #define AFS_KALLOC      kmem_alloc
64 #define AFS_KFREE       kmem_free
65 #define VATTR_NULL(V)   memset((void*)V, -1, sizeof(*(V)))
66 #define va_nodeid       va_serialno
67 #endif /* !_KERNEL      */
68 #define AFS_DIRENT
69 #endif /* AFS_PARAM_H */