venus: Remove dedebug
[openafs.git] / src / config / param.nbsd30.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_SYSCALL 210
11
12 #define AFS_XBSD_ENV 1          /* {Free,Open,Net}BSD */
13
14 #define AFS_NBSD_ENV 1
15 #define AFS_NBSD15_ENV 1
16 #define AFS_NBSD16_ENV 1
17 #define AFS_NBSD20_ENV 1
18 #define AFS_NBSD30_ENV 1
19 #undef  AFS_NONFSTRANS
20 #define AFS_NONFSTRANS 1
21
22 #define AFS_VFSINCL_ENV 1
23
24 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
25
26 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
27 #define AFS_HAVE_STATVFS    1   /* System supports statvfs */
28 #endif
29
30 #ifndef UKERNEL
31
32 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
33 #include <sys/param.h>
34 #endif
35
36 #define FTRUNC O_TRUNC
37
38 #define IUPD 0x0010
39 #define IACC 0x0020
40 #define ICHG 0x0040
41 #define IMOD 0x0080
42
43 #define IN_LOCK(ip)     lockmgr(&ip->i_lock, LK_EXCLUSIVE, \
44                                 NULL, curproc)
45 #define IN_UNLOCK(ip)   lockmgr(&ip->i_lock, LK_RELEASE, \
46                                 NULL, curproc)
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 #define AFS_VFS34       1       /* What is VFS34??? */
60 #define afsio_iov       uio_iov
61 #define afsio_iovcnt    uio_iovcnt
62 #define afsio_offset    uio_offset
63 #define afsio_seg       uio_segflg
64 #define afsio_resid     uio_resid
65 #define AFS_UIOSYS      UIO_SYSSPACE
66 #define AFS_UIOUSER     UIO_USERSPACE
67 #define AFS_CLBYTES     CLBYTES
68 #define AFS_KALLOC(x)   kalloc(x)
69 #define AFS_KFREE(x,y)  kfree(x,y)
70 #define v_count         v_usecount
71 #define v_vfsp          v_mount
72 #define vfs_bsize       mnt_stat.f_bsize
73 #define vfs_fsid        mnt_stat.f_fsid
74 #define va_nodeid       va_fileid
75 #define vfs_vnodecovered mnt_vnodecovered
76 #define direct          dirent
77 #define vnode_t         struct vnode
78
79 #ifndef MUTEX_DEFAULT
80 #define MUTEX_DEFAULT   0
81 #endif /* MUTEX_DEFAULT */
82
83 #ifndef SSYS
84 #define SSYS            0x00002
85 #endif /* SSYS */
86
87 #define p_rcred         p_ucred
88
89 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
90 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
91
92 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
93 enum vcexcl { NONEXCL, EXCL };
94
95 #ifdef KERNEL
96 #ifndef MIN
97 #define MIN(A,B) ((A) < (B) ? (A) : (B))
98 #endif
99 #ifndef MAX
100 #define MAX(A,B) ((A) > (B) ? (A) : (B))
101 #endif
102 #endif /* KERNEL */
103
104 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ && !defined(IGNORE_STDS_H) */
105 #endif /* _KERNEL */
106
107 #else /* !defined(UKERNEL) */
108
109
110 /* This section for user space compiles only */
111
112 #define UKERNEL                 1       /* user space kernel */
113
114 #include <afs/afs_sysnames.h>
115
116 #define AFS_USERSPACE_IP_ADDR 1
117 #define RXK_LISTENER_ENV      1
118 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
119
120 #define afsio_iov       uio_iov
121 #define afsio_iovcnt    uio_iovcnt
122 #define afsio_offset    uio_offset
123 #define afsio_seg       uio_segflg
124 #define afsio_fmode     uio_fmode
125 #define afsio_resid     uio_resid
126 #define AFS_UIOSYS      UIO_SYSSPACE
127 #define AFS_UIOUSER     UIO_USERSPACE
128 #define AFS_CLBYTES     MCLBYTES
129 #define AFS_MINCHANGE   2
130 #define VATTR_NULL      usr_vattr_null
131
132 #define AFS_DIRENT
133 #ifndef CMSERVERPREF
134 #define CMSERVERPREF
135 #endif
136
137 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
138 #include <limits.h>
139 #include <sys/param.h>
140 #include <sys/types.h>
141 #include <sys/mount.h>
142 #include <sys/fcntl.h>
143 #include <netinet/in.h>
144 #include <sys/uio.h>
145 #include <sys/socket.h>
146 #endif
147
148 #endif /* !defined(UKERNEL) */
149
150 #endif /* AFS_PARAM_COMMON_H */