config: AFS_SHORTGID no longer in use
[openafs.git] / src / config / param.i386_fbsd_60.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 #ifndef UKERNEL
5 /* This section for kernel libafs compiles only */
6
7 #ifndef IGNORE_STDS_H
8 #include <sys/param.h>
9 #endif
10
11 #define AFS_XBSD_ENV 1          /* {Free,Open,Net}BSD */
12 #define AFS_X86_XBSD_ENV 1
13
14 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
15 #define AFS_64BIT_CLIENT 1
16 #define AFS_64BIT_IOPS_ENV 1    /* Needed for NAMEI */
17 #define AFS_FBSD_ENV 1
18 #define AFS_FBSD50_ENV 1
19 #define AFS_FBSD51_ENV 1
20 #define AFS_FBSD52_ENV 1
21 #define AFS_FBSD53_ENV 1
22 #define AFS_FBSD60_ENV 1
23 #define AFS_X86_FBSD_ENV 1
24 #define AFS_X86_FBSD50_ENV 1
25 #define AFS_X86_ENV 1
26 #undef  AFS_NONFSTRANS
27 #define AFS_NONFSTRANS 1
28 #define FTRUNC O_TRUNC
29
30 #define IUPD 0x0010
31 #define IACC 0x0020
32 #define ICHG 0x0040
33 #define IMOD 0x0080
34
35 #define IN_LOCK(ip)     lockmgr(&ip->i_lock, LK_EXCLUSIVE, \
36                                 NULL, curproc)
37 #define IN_UNLOCK(ip)   lockmgr(&ip->i_lock, LK_RELEASE, \
38                                 NULL, curproc)
39
40 #include <afs/afs_sysnames.h>
41
42 #define AFS_VM_RDWR_ENV 1
43 #define AFS_VFS_ENV     1
44 #define AFS_VFSINCL_ENV 1
45 #define AFS_GREEDY43_ENV        1
46 #define AFS_ENV         1
47
48 #define AFS_SYSCALL     339
49 #define AFS_MOUNT_AFS   "afs"
50
51 #ifndef MOUNT_UFS
52 #define MOUNT_UFS "ufs"
53 #endif
54
55 #ifndef MOUNT_AFS
56 #define MOUNT_AFS AFS_MOUNT_AFS
57 #endif
58 #define SYS_NAME        "i386_fbsd_60"
59 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_60
60
61 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
62
63 #define RXK_LISTENER_ENV 1
64 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
65 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
66
67 #define AFSLITTLE_ENDIAN 1
68
69 /* Extra kernel definitions (from kdefs file) */
70 #ifdef _KERNEL
71 #define AFS_GLOBAL_SUNLOCK        1
72 #define AFS_VFS34       1       /* What is VFS34??? */
73 #define afsio_iov       uio_iov
74 #define afsio_iovcnt    uio_iovcnt
75 #define afsio_offset    uio_offset
76 #define afsio_seg       uio_segflg
77 #define afsio_resid     uio_resid
78 #define AFS_UIOSYS      UIO_SYSSPACE
79 #define AFS_UIOUSER     UIO_USERSPACE
80 #define AFS_CLBYTES     CLBYTES
81 #define osi_GetTime(x)  microtime(x)
82 #define AFS_KALLOC(x)   osi_fbsd_alloc((x), 1)
83 #undef  AFS_KALLOC_NOSLEEP
84 #define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0)
85 #define AFS_KFREE(x,y)  osi_fbsd_free((x))
86 #define v_count         v_usecount
87 #define v_vfsp          v_mount
88 #define vfs_bsize       mnt_stat.f_bsize
89 #define vfs_fsid        mnt_stat.f_fsid
90 #define va_nodeid       va_fileid
91 #define vfs_vnodecovered mnt_vnodecovered
92 #define direct          dirent
93 #define vnode_t         struct vnode
94
95 #ifndef MUTEX_DEFAULT
96 #define MUTEX_DEFAULT   0
97 #endif /* MUTEX_DEFAULT */
98
99 #ifndef SSYS
100 #define SSYS            0x00002
101 #endif /* SSYS */
102
103 #define p_rcred         p_ucred
104
105 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
106 enum vcexcl { NONEXCL, EXCL };
107
108 #ifdef KERNEL
109 #ifndef MIN
110 #define MIN(A,B) ((A) < (B) ? (A) : (B))
111 #endif
112 #ifndef MAX
113 #define MAX(A,B) ((A) > (B) ? (A) : (B))
114 #endif
115 #endif /* KERNEL */
116
117 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
118 #endif /* _KERNEL */
119
120 #else /* !defined(UKERNEL) */
121
122 /* This section for user space compiles only */
123
124 #define UKERNEL                 1       /* user space kernel */
125 #define AFS_ENV                 1
126 #define AFS_VFSINCL_ENV         1
127 #define AFS_USR_FBSD50_ENV      1
128 #define AFS_USR_FBSD51_ENV      1
129 #define AFS_USR_FBSD52_ENV      1
130 #define AFS_USR_FBSD53_ENV      1
131 #define AFS_USR_FBSD60_ENV      1
132 #define AFS_USR_FBSD_ENV        1
133 #undef  AFS_NONFSTRANS
134 #define AFS_NONFSTRANS 1
135
136 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
137 #define AFS_SYSCALL 339
138 #define AFS_NAMEI_ENV         1 /* User space interface to file system */
139 #define AFS_64BIT_IOPS_ENV    1 /* Needed for NAMEI */
140 #define AFS_USERSPACE_IP_ADDR 1
141 #define RXK_LISTENER_ENV      1
142 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
143
144 /* Machine / Operating system information */
145 #include <afs/afs_sysnames.h>
146 #define SYS_NAME        "i386_fbsd_60"
147 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_60
148
149 #define AFSLITTLE_ENDIAN    1
150 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
151 #define AFS_HAVE_STATVFS    1   /* System does support statvfs */
152 #define AFS_VM_RDWR_ENV     1   /* read/write implemented via VM */
153
154 #define afsio_iov       uio_iov
155 #define afsio_iovcnt    uio_iovcnt
156 #define afsio_offset    uio_offset
157 #define afsio_seg       uio_segflg
158 #define afsio_fmode     uio_fmode
159 #define afsio_resid     uio_resid
160 #define AFS_UIOSYS      1
161 #define AFS_UIOUSER     UIO_USERSPACE
162 #define AFS_CLBYTES     MCLBYTES
163 #define AFS_MINCHANGE   2
164 #define VATTR_NULL      usr_vattr_null
165
166 #define AFS_DIRENT
167 #ifndef CMSERVERPREF
168 #define CMSERVERPREF
169 #endif
170
171 #include <limits.h>
172 #include <sys/param.h>
173 #include <sys/types.h>
174 #include <sys/mount.h>
175 #include <sys/fcntl.h>
176 #include <netinet/in.h>
177 #include <sys/uio.h>
178 #include <sys/socket.h>
179
180 #endif /* !defined(UKERNEL) */
181
182 #endif /* AFS_PARAM_H */