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