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