4395bab05a0f73e1554165c6e3f6e2953b1add46
[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 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
86 #ifndef MUTEX_DEFAULT
87 #define MUTEX_DEFAULT   0
88 #endif /* MUTEX_DEFAULT */
89
90 #ifndef SSYS
91 #define SSYS            0x00002
92 #endif /* SSYS */
93
94 #define p_rcred         p_ucred
95
96 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
97 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
98
99 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
100 enum vcexcl { NONEXCL, EXCL };
101
102 #ifdef KERNEL
103 #ifndef MIN
104 #define MIN(A,B) ((A) < (B) ? (A) : (B))
105 #endif
106 #ifndef MAX
107 #define MAX(A,B) ((A) > (B) ? (A) : (B))
108 #endif
109 #endif /* KERNEL */
110
111 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ && !defined(IGNORE_STDS_H) */
112 #endif /* _KERNEL_DEPRECATED */
113
114 #else /* !defined(UKERNEL) */
115
116
117 /* This section for user space compiles only */
118
119 #define UKERNEL                 1       /* user space kernel */
120
121 #include <afs/afs_sysnames.h>
122
123 #define AFS_USERSPACE_IP_ADDR 1
124 #define RXK_LISTENER_ENV      1
125 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
126
127 #define afsio_iov       uio_iov
128 #define afsio_iovcnt    uio_iovcnt
129 #define afsio_offset    uio_offset
130 #define afsio_seg       uio_segflg
131 #define afsio_fmode     uio_fmode
132 #define afsio_resid     uio_resid
133 #define AFS_UIOSYS      UIO_SYSSPACE
134 #define AFS_UIOUSER     UIO_USERSPACE
135 #define AFS_CLBYTES     MCLBYTES
136 #define AFS_MINCHANGE   2
137 #define VATTR_NULL      usr_vattr_null
138
139 #define AFS_DIRENT
140 #ifndef CMSERVERPREF
141 #define CMSERVERPREF
142 #endif
143
144 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H) && !defined()
145 #include <limits.h>
146 #include <sys/param.h>
147 #include <sys/types.h>
148 #include <sys/mount.h>
149 #include <sys/fcntl.h>
150 #include <netinet/in.h>
151 #include <sys/uio.h>
152 #include <sys/socket.h>
153 #endif
154
155 #endif /* !defined(UKERNEL) */
156
157 #define ROOTINO UFS_ROOTINO
158
159 #endif /* AFS_PARAM_COMMON_H */