8acf435a3b3d188c6c396126c34f877116cddc11
[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_64BIT_ENV  1
7 #define AFS_NAMEI_ENV  1        /* User space interface to file system */
8 #define AFS_64BIT_IOPS_ENV 1    /* Needed for NAMEI */
9 #define AFS_64BIT_CLIENT 1
10
11 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
12 #define AFS_SYSCALL 210
13
14 #ifndef MOUNT_AFS
15 #define MOUNT_AFS AFS_MOUNT_AFS
16 #endif
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_NONFSTRANS 1
27
28 #define AFS_VFSINCL_ENV 1
29
30 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
31
32 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
33 #define AFS_HAVE_STATVFS    1   /* System supports statvfs */
34 #endif
35
36 #ifndef UKERNEL
37
38 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
39 #include <sys/param.h>
40 #endif
41
42 #define FTRUNC O_TRUNC
43
44 #define IUPD 0x0010
45 #define IACC 0x0020
46 #define ICHG 0x0040
47 #define IMOD 0x0080
48
49 #define IN_LOCK(ip)     lockmgr(&ip->i_lock, LK_EXCLUSIVE, \
50                                 NULL, curproc)
51 #define IN_UNLOCK(ip)   lockmgr(&ip->i_lock, LK_RELEASE, \
52                                 NULL, curproc)
53
54 #include <afs/afs_sysnames.h>
55
56 #define AFS_VM_RDWR_ENV 1
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
63 /* Extra kernel definitions (from kdefs file) */
64 #ifdef _KERNEL
65 #define AFS_GLOBAL_SUNLOCK        1
66 #define AFS_VFS34       1       /* What is VFS34??? */
67 #define AFS_SHORTGID    1       /* are group id's short? */
68 #define afsio_iov       uio_iov
69 #define afsio_iovcnt    uio_iovcnt
70 #define afsio_offset    uio_offset
71 #define afsio_seg       uio_segflg
72 #define afsio_resid     uio_resid
73 #define AFS_UIOSYS      UIO_SYSSPACE
74 #define AFS_UIOUSER     UIO_USERSPACE
75 #define AFS_CLBYTES     CLBYTES
76 #define osi_GetTime(x)  microtime(x)
77 #define AFS_KALLOC(x)   kalloc(x)
78 #define AFS_KFREE(x,y)  kfree(x,y)
79 #define v_count         v_usecount
80 #define v_vfsp          v_mount
81 #define vfs_bsize       mnt_stat.f_bsize
82 #define vfs_fsid        mnt_stat.f_fsid
83 #define va_nodeid       va_fileid
84 #define vfs_vnodecovered mnt_vnodecovered
85 #define direct          dirent
86 #define vnode_t         struct vnode
87
88 #ifndef MUTEX_DEFAULT
89 #define MUTEX_DEFAULT   0
90 #endif /* MUTEX_DEFAULT */
91
92 #ifndef SSYS
93 #define SSYS            0x00002
94 #endif /* SSYS */
95
96 #define p_rcred         p_ucred
97
98 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
99 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
100
101 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
102 enum vcexcl { NONEXCL, EXCL };
103
104 #ifdef KERNEL
105 #ifndef MIN
106 #define MIN(A,B) ((A) < (B) ? (A) : (B))
107 #endif
108 #ifndef MAX
109 #define MAX(A,B) ((A) > (B) ? (A) : (B))
110 #endif
111 #endif /* KERNEL */
112
113 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ && !defined(IGNORE_STDS_H) */ 
114 #endif /* _KERNEL */
115
116 #else /* !defined(UKERNEL) */
117
118
119 /* This section for user space compiles only */
120
121 #define UKERNEL                 1       /* user space kernel */
122
123 #include <afs/afs_sysnames.h>
124
125 #define AFS_USERSPACE_IP_ADDR 1
126 #define RXK_LISTENER_ENV      1
127 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
128
129 #define afsio_iov       uio_iov
130 #define afsio_iovcnt    uio_iovcnt
131 #define afsio_offset    uio_offset
132 #define afsio_seg       uio_segflg
133 #define afsio_fmode     uio_fmode
134 #define afsio_resid     uio_resid
135 #define AFS_UIOSYS      UIO_SYSSPACE
136 #define AFS_UIOUSER     UIO_USERSPACE
137 #define AFS_CLBYTES     MCLBYTES
138 #define AFS_MINCHANGE   2
139 #define VATTR_NULL      usr_vattr_null
140
141 #define AFS_DIRENT
142 #ifndef CMSERVERPREF
143 #define CMSERVERPREF
144 #endif
145
146 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
147 #include <limits.h>
148 #include <sys/param.h>
149 #include <sys/types.h>
150 #include <sys/mount.h>
151 #include <sys/fcntl.h>
152 #include <netinet/in.h>
153 #include <sys/uio.h>
154 #include <sys/socket.h>
155 #endif
156
157 #endif /* !defined(UKERNEL) */
158
159 #endif /* AFS_PARAM_COMMON_H */