Kill AFS_64BIT_ENV
[openafs.git] / src / config / param.i386_fbsd_50.h
1 #ifndef UKERNEL
2 /* This section for kernel libafs compiles only */
3
4 #ifndef AFS_PARAM_H
5 #define AFS_PARAM_H
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_X86_FBSD_ENV 1
20 #define AFS_X86_FBSD50_ENV 1
21 #define AFS_X86_ENV 1
22 #undef  AFS_NONFSTRANS
23 #define AFS_NONFSTRANS 1
24 #define FTRUNC O_TRUNC
25
26 #define IUPD 0x0010
27 #define IACC 0x0020
28 #define ICHG 0x0040
29 #define IMOD 0x0080
30
31 #define IN_LOCK(ip)     lockmgr(&ip->i_lock, LK_EXCLUSIVE, \
32                                 NULL, curproc)
33 #define IN_UNLOCK(ip)   lockmgr(&ip->i_lock, LK_RELEASE, \
34                                 NULL, curproc)
35
36 #include <afs/afs_sysnames.h>
37
38 #define AFS_VM_RDWR_ENV 1
39 #define AFS_VFS_ENV     1
40 #define AFS_VFSINCL_ENV 1
41 #define AFS_GREEDY43_ENV        1
42 #define AFS_ENV         1
43
44 #define AFS_SYSCALL     339
45 #define AFS_MOUNT_AFS   "afs"
46
47 #ifndef MOUNT_UFS
48 #define MOUNT_UFS "ufs"
49 #endif
50
51 #ifndef MOUNT_AFS
52 #define MOUNT_AFS AFS_MOUNT_AFS
53 #endif
54 #define SYS_NAME        "i386_fbsd_50"
55 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_50
56
57 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
58 #define AFS_HAVE_STATVFS        0       /* System doesn't supports statvfs */
59
60 #define RXK_LISTENER_ENV 1
61 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
62 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
63
64 #define AFSLITTLE_ENDIAN 1
65
66 /* Extra kernel definitions (from kdefs file) */
67 #ifdef _KERNEL
68 #define AFS_GLOBAL_SUNLOCK        1
69 #define AFS_VFS34       1       /* What is VFS34??? */
70 #define AFS_SHORTGID    1       /* are group id's short? */
71 #define afsio_iov       uio_iov
72 #define afsio_iovcnt    uio_iovcnt
73 #define afsio_offset    uio_offset
74 #define afsio_seg       uio_segflg
75 #define afsio_resid     uio_resid
76 #define AFS_UIOSYS      UIO_SYSSPACE
77 #define AFS_UIOUSER     UIO_USERSPACE
78 #define AFS_CLBYTES     CLBYTES
79 #define osi_GetTime(x)  microtime(x)
80 #define AFS_KALLOC(x)   osi_fbsd_alloc((x), 1)
81 #undef  AFS_KALLOC_NOSLEEP
82 #define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0)
83 #define AFS_KFREE(x,y)  osi_fbsd_free((x))
84 #define v_count         v_usecount
85 #define v_vfsp          v_mount
86 #define vfs_bsize       mnt_stat.f_bsize
87 #define vfs_fsid        mnt_stat.f_fsid
88 #define va_nodeid       va_fileid
89 #define vfs_vnodecovered mnt_vnodecovered
90 #define direct          dirent
91 #define vnode_t         struct vnode
92
93 #ifndef MUTEX_DEFAULT
94 #define MUTEX_DEFAULT   0
95 #endif /* MUTEX_DEFAULT */
96
97 #ifndef SSYS
98 #define SSYS            0x00002
99 #endif /* SSYS */
100
101 #define p_rcred         p_ucred
102
103 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
104 enum vcexcl { NONEXCL, EXCL };
105
106 #ifdef KERNEL
107 #ifndef MIN
108 #define MIN(A,B) ((A) < (B) ? (A) : (B))
109 #endif
110 #ifndef MAX
111 #define MAX(A,B) ((A) > (B) ? (A) : (B))
112 #endif
113 #endif /* KERNEL */
114
115 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
116 #endif /* _KERNEL */
117
118 #endif /* AFS_PARAM_H */
119
120 #else /* !defined(UKERNEL) */
121
122 /* This section for user space compiles only */
123
124 #ifndef AFS_PARAM_H
125 #define AFS_PARAM_H
126
127
128 #define UKERNEL                 1       /* user space kernel */
129 #define AFS_ENV                 1
130 #define AFS_VFSINCL_ENV         1
131 #define AFS_USR_FBSD50_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 #include <afs/afs_sysnames.h>
141
142 #define AFS_USERSPACE_IP_ADDR 1
143 #define RXK_LISTENER_ENV      1
144 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
145
146 /* Machine / Operating system information */
147 #define SYS_NAME        "i386_fbsd_50"
148 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_50
149 #define AFSLITTLE_ENDIAN    1
150 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
151 #define AFS_HAVE_STATVFS    0   /* System doesn't 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 /* AFS_PARAM_H */
181
182 #endif /* !defined(UKERNEL) */