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