Retire Makefile.shared
[openafs.git] / src / config / param.i386_nbsd16.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_X86_XBSD_ENV 1
12
13 #define AFS_X86_ENV 1
14
15 #define SYS_NAME       "i386_nbsd16"
16 #define SYS_NAME_ID    SYS_NAME_ID_i386_nbsd16
17
18 #define AFSLITTLE_ENDIAN 1
19
20 #endif /* AFS_PARAM_H */
21
22 #else /* !defined(UKERNEL) */
23
24 /* This section for user space compiles only */
25
26 #ifndef AFS_PARAM_H
27 #define AFS_PARAM_H
28
29
30 #define UKERNEL                 1       /* user space kernel */
31 #define AFS_ENV                 1
32 #define AFS_VFSINCL_ENV         1
33 #define AFS_NBSD_ENV            1
34 #define AFS_NBSD15_ENV          1
35 #undef  AFS_NONFSTRANS
36 #define AFS_NONFSTRANS 1
37 #define AFS_KERBEROS_ENV
38
39 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
40 #define AFS_SYSCALL 210
41 #define AFS_NAMEI_ENV         1 /* User space interface to file system */
42 #define AFS_64BIT_IOPS_ENV    1 /* Needed for NAMEI */
43 #include <afs/afs_sysnames.h>
44
45 #define AFS_USERSPACE_IP_ADDR 1
46 #define RXK_LISTENER_ENV      1
47 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
48
49 /* Machine / Operating system information */
50 #define SYS_NAME       "i386_nbsd16"
51 #define SYS_NAME_ID    SYS_NAME_ID_i386_nbsd16
52 #define AFSLITTLE_ENDIAN    1
53 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
54 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
55 #define AFS_VM_RDWR_ENV     1   /* read/write implemented via VM */
56
57 #define afsio_iov       uio_iov
58 #define afsio_iovcnt    uio_iovcnt
59 #define afsio_offset    uio_offset
60 #define afsio_seg       uio_segflg
61 #define afsio_fmode     uio_fmode
62 #define afsio_resid     uio_resid
63 #define AFS_UIOSYS      1
64 #define AFS_UIOUSER     UIO_USERSPACE
65 #define AFS_CLBYTES     MCLBYTES
66 #define AFS_MINCHANGE   2
67 #define VATTR_NULL      usr_vattr_null
68
69 #define AFS_DIRENT
70 #ifndef CMSERVERPREF
71 #define CMSERVERPREF
72 #endif
73
74 #include <limits.h>
75 #include <sys/param.h>
76 #include <sys/types.h>
77 #include <sys/mount.h>
78 #include <sys/fcntl.h>
79 #include <netinet/in.h>
80 #include <sys/uio.h>
81 #include <sys/socket.h>
82
83 #endif /* AFS_PARAM_H */
84
85 #endif /* !defined(UKERNEL) */