cachemgr-setuerror-ifdef-cleanup-20020827
[openafs.git] / src / config / param.sgi_63.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_HH
11 #define AFS_PARAM_HH
12
13
14 #define AFS_VFS_ENV             1
15 #define AFS_VFSINCL_ENV         1
16 #define AFS_ENV                 1       /* NOBODY uses this.... */
17 #define CMUSTD_ENV              1       /* NOBODY uses this.... */
18 #define AFS_SGI_ENV             1
19 #define AFS_SGI51_ENV           1       /* Dist from 5.0.1 */
20 #define AFS_SGI52_ENV           1
21 #define AFS_SGI53_ENV           1
22 #define AFS_SGI61_ENV           1
23 #define AFS_SGI62_ENV           1
24 #define AFS_SGI63_ENV           1
25 #define AFS_SGI_EXMAG           1       /* use magic fields in extents for AFS extra fields */
26 /* AFS_SGI_SHORTSTACK not required since we have a 16K stack. */        
27
28 #define _ANSI_C_SOURCE          1       /* rx_user.h */
29
30 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
31 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
32 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
33 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
34
35 #include <afs/afs_sysnames.h>
36
37 #define AFS_PIOCTL      64+1000
38 #define AFS_SETPAG      65+1000
39 #define AFS_IOPEN       66+1000
40 #define AFS_ICREATE     67+1000
41 #define AFS_IREAD       68+1000
42 #define AFS_IWRITE      69+1000
43 #define AFS_IINC        70+1000
44 #define AFS_IDEC        71+1000
45 #define AFS_IOPEN64     72+1000 /* was never-used aux call. */
46 #define AFS_SYSCALL     73+1000
47
48 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
49 #define AFS_MOUNT_AFS    "afs"
50
51 /* Machine / Operating system information */
52 #define sys_sgi_63      1
53 #define SYS_NAME        "sgi_63"
54 #define SYS_NAME_ID     SYS_NAME_ID_sgi_63
55 #define AFSBIG_ENDIAN   1
56 #define AFS_VM_RDWR_ENV 1
57
58 #define KERNEL_HAVE_SETUERROR 1
59 /* Extra kernel definitions (from kdefs file) */
60 #ifdef KERNEL
61 /* definitions here */
62 #define AFS_VFS34               1       /* afs/afs_vfsops.c (afs_vget), afs/afs_vnodeops.c (afs_lockctl, afs_noop) */
63 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
64 #define AFS_SYSVLOCK            1       /* sys v locking supported */
65 /*#define       AFS_USEBUFFERS  1*/
66 #define afsio_iov               uio_iov
67 #define afsio_iovcnt    uio_iovcnt
68 #define afsio_offset    uio_offset
69 #define afsio_seg               uio_segflg
70 #define afsio_fmode     uio_fmode
71 #define afsio_resid     uio_resid
72 #define AFS_UIOSYS      UIO_SYSSPACE
73 #define AFS_UIOUSER     UIO_USERSPACE
74 #define AFS_CLBYTES     MCLBYTES
75 #define AFS_MINCHANGE   2
76 #ifdef _K64U64
77 #define osi_GetTime(x)  irix5_microtime((struct __irix5_timeval*)(x))
78 #else
79 #define osi_GetTime(x)  microtime(x)
80 #endif
81 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
82 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
83 #define AFS_KFREE       kmem_free
84 #define VATTR_NULL      vattr_null
85 #define DEBUG           1
86
87 #define AFS_EVENT_LOCK  1 /* osi_Sleep/osi_Wakeup use spinlock. */
88 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
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
94 #endif /* KERNEL */
95
96 #ifndef CMSERVERPREF
97 #define CMSERVERPREF
98 #endif
99 #endif  /* AFS_PARAM_H */