freebsd-almost-working-client-20020216
[openafs.git] / src / config / param.i386_fbsd_44_usr.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4
5 #define UKERNEL                 1       /* user space kernel */
6 #define AFS_ENV                 1
7 #define AFS_VFSINCL_ENV         1
8 #define AFS_USR_FBSD40_ENV      1
9 #define AFS_USR_FBSD42_ENV      1
10 #define AFS_USR_FBSD43_ENV      1
11 #define AFS_USR_FBSD44_ENV      1
12 #define AFS_USR_FBSD_ENV        1
13 #define AFS_NONFSTRANS 1
14
15 #define O_SYNC O_FSYNC
16
17 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
18 #define AFS_SYSCALL 210
19 #define AFS_NAMEI_ENV         1   /* User space interface to file system */
20 #define AFS_64BIT_IOPS_ENV    1   /* Needed for NAMEI */
21 #include <afs/afs_sysnames.h>
22
23 #define AFS_USERSPACE_IP_ADDR 1
24 #define RXK_LISTENER_ENV      1
25 #define AFS_GCPAGS            0       /* if nonzero, garbage collect PAGs */
26
27 /* Machine / Operating system information */
28 #define SYS_NAME        "i386_fbsd_44"
29 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_44
30 #define AFSLITTLE_ENDIAN    1
31 #define AFS_HAVE_FFS        1       /* Use system's ffs. */
32 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
33 #define AFS_VM_RDWR_ENV     1   /* read/write implemented via VM */
34
35 #define afsio_iov       uio_iov
36 #define afsio_iovcnt    uio_iovcnt
37 #define afsio_offset    uio_offset
38 #define afsio_seg       uio_segflg
39 #define afsio_fmode     uio_fmode
40 #define afsio_resid     uio_resid
41 #define AFS_UIOSYS      1
42 #define AFS_UIOUSER     UIO_USERSPACE
43 #define AFS_CLBYTES     MCLBYTES
44 #define AFS_MINCHANGE   2
45 #define VATTR_NULL      usr_vattr_null
46
47 #define AFS_DIRENT
48 #ifndef CMSERVERPREF
49 #define CMSERVERPREF
50 #endif
51
52 #include <limits.h>
53 #include <sys/param.h>
54 #include <sys/types.h>
55 #include <sys/mount.h>
56 #include <sys/fcntl.h>
57 #include <netinet/in.h>
58 #include <sys/uio.h>
59 #include <sys/socket.h>
60
61 #endif /* AFS_PARAM_H */