adb4ae6e6c20f551cc8a4cf8a6a20ce41bc39ac7
[openafs.git] / src / config / param.nbsd40.h
1 /* NetBSD shared section */
2
3 #ifndef AFS_PARAM_COMMON_H
4 #define AFS_PARAM_COMMON_H 1
5
6 #define AFS_NAMEI_ENV  1        /* User space interface to file system */
7 #define AFS_64BIT_IOPS_ENV 1    /* Needed for NAMEI */
8 #define AFS_64BIT_CLIENT 1
9
10 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
11 #define AFS_SYSCALL 318 /* 210 */
12
13 #define AFS_XBSD_ENV 1          /* {Free,Open,Net}BSD */
14
15 #define AFS_NBSD_ENV 1
16 #define AFS_NBSD15_ENV 1
17 #define AFS_NBSD16_ENV 1
18 #define AFS_NBSD20_ENV 1
19 #define AFS_NBSD30_ENV 1
20 #define AFS_NBSD40_ENV 1
21 #undef  AFS_NONFSTRANS
22 #define AFS_NONFSTRANS 1
23
24 #define AFS_VFSINCL_ENV 1
25
26 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
27
28 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
29 #define AFS_HAVE_STATVFS    1   /* System supports statvfs */
30 #endif
31
32 #ifndef UKERNEL
33
34 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
35 #include <sys/param.h>
36 #endif
37
38 #define FTRUNC O_TRUNC
39
40 #define IUPD 0x0010
41 #define IACC 0x0020
42 #define ICHG 0x0040
43 #define IMOD 0x0080
44
45 #define RXK_LISTENER_ENV      1
46
47
48 #include <afs/afs_sysnames.h>
49
50 #define AFS_VFS_ENV     1
51 #define AFS_GREEDY43_ENV        1
52
53 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
54 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
55
56 /* Extra kernel definitions (from kdefs file) */
57 #ifdef _KERNEL
58 #define AFS_GLOBAL_SUNLOCK        1
59 #endif
60
61 /* apparently not in 40 */
62 #define inline
63
64 #ifdef _KERNEL_DEPRECATED
65 #define AFS_GLOBAL_SUNLOCK        1
66 #define AFS_VFS34       1       /* What is VFS34??? */
67 #define afsio_iov       uio_iov
68 #define afsio_iovcnt    uio_iovcnt
69 #define afsio_offset    uio_offset
70 #define afsio_seg       uio_segflg
71 #define afsio_resid     uio_resid
72 #define AFS_UIOSYS      UIO_SYSSPACE
73 #define AFS_UIOUSER     UIO_USERSPACE
74 #define AFS_CLBYTES     CLBYTES
75 #define osi_GetTime(x)  microtime(x)
76 #define AFS_KALLOC(x)   kalloc(x)
77 #define AFS_KFREE(x,y)  kfree(x,y)
78 #define v_count         v_usecount
79 #define v_vfsp          v_mount
80 #define vfs_bsize       mnt_stat.f_bsize
81 #define vfs_fsid        mnt_stat.f_fsid
82 #define va_nodeid       va_fileid
83 #define vfs_vnodecovered mnt_vnodecovered
84 #define direct          dirent
85 #define vnode_t         struct vnode
86
87 #ifndef MUTEX_DEFAULT
88 #define MUTEX_DEFAULT   0
89 #endif /* MUTEX_DEFAULT */
90
91 #ifndef SSYS
92 #define SSYS            0x00002
93 #endif /* SSYS */
94
95 #define p_rcred         p_ucred
96
97 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
98 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
99
100 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
101 enum vcexcl { NONEXCL, EXCL };
102
103 #ifdef KERNEL
104 #ifndef MIN
105 #define MIN(A,B) ((A) < (B) ? (A) : (B))
106 #endif
107 #ifndef MAX
108 #define MAX(A,B) ((A) > (B) ? (A) : (B))
109 #endif
110 #endif /* KERNEL */
111
112 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ && !defined(IGNORE_STDS_H) */
113 #endif /* _KERNEL_DEPRECATED */
114
115 #else /* !defined(UKERNEL) */
116
117
118 /* This section for user space compiles only */
119
120 #define UKERNEL                 1       /* user space kernel */
121
122 #include <afs/afs_sysnames.h>
123
124 #define AFS_USERSPACE_IP_ADDR 1
125 #define RXK_LISTENER_ENV      1
126 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
127
128 #define afsio_iov       uio_iov
129 #define afsio_iovcnt    uio_iovcnt
130 #define afsio_offset    uio_offset
131 #define afsio_seg       uio_segflg
132 #define afsio_fmode     uio_fmode
133 #define afsio_resid     uio_resid
134 #define AFS_UIOSYS      UIO_SYSSPACE
135 #define AFS_UIOUSER     UIO_USERSPACE
136 #define AFS_CLBYTES     MCLBYTES
137 #define AFS_MINCHANGE   2
138 #define VATTR_NULL      usr_vattr_null
139
140 #define AFS_DIRENT
141 #ifndef CMSERVERPREF
142 #define CMSERVERPREF
143 #endif
144
145 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
146 #include <limits.h>
147 #include <sys/param.h>
148 #include <sys/types.h>
149 #include <sys/mount.h>
150 #include <sys/fcntl.h>
151 #include <netinet/in.h>
152 #include <sys/uio.h>
153 #include <sys/socket.h>
154 #endif
155
156 #endif /* !defined(UKERNEL) */
157
158 #endif /* AFS_PARAM_COMMON_H */