Make whitespace consistent in NetBSD system type ID number section
[openafs.git] / src / config / param.i386_fbsd_62.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 /* Machine / Operating system information */
5 #define SYS_NAME        "i386_fbsd_62"
6 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_62
7
8 #define AFSLITTLE_ENDIAN    1
9 #define AFS_HAVE_FFS        1   /* Use system's ffs. */
10 #define AFS_HAVE_STATVFS    1   /* System doesn't support statvfs */
11 #define AFS_VM_RDWR_ENV     1   /* read/write implemented via VM */
12
13
14 #ifndef UKERNEL
15 /* This section for kernel libafs compiles only */
16
17 #ifndef IGNORE_STDS_H
18 #include <sys/param.h>
19 #endif
20
21 #define AFS_XBSD_ENV 1          /* {Free,Open,Net}BSD */
22 #define AFS_X86_XBSD_ENV 1
23
24 #define AFS_NAMEI_ENV     1     /* User space interface to file system */
25 #define AFS_64BIT_CLIENT 1
26 #define AFS_64BIT_IOPS_ENV 1    /* Needed for NAMEI */
27 #define AFS_FBSD_ENV 1
28 #define AFS_FBSD50_ENV 1
29 #define AFS_FBSD51_ENV 1
30 #define AFS_FBSD52_ENV 1
31 #define AFS_FBSD53_ENV 1
32 #define AFS_FBSD60_ENV 1
33 #define AFS_FBSD61_ENV 1
34 #define AFS_FBSD62_ENV 1
35 #define AFS_X86_FBSD_ENV 1
36 #define AFS_X86_FBSD50_ENV 1
37 #define AFS_X86_FBSD60_ENV 1
38 #define AFS_X86_FBSD62_ENV 1
39 #define AFS_X86_ENV 1
40 #undef  AFS_NONFSTRANS
41 #define AFS_NONFSTRANS 1
42 #define FTRUNC O_TRUNC
43
44 #define IUPD 0x0010
45 #define IACC 0x0020
46 #define ICHG 0x0040
47 #define IMOD 0x0080
48
49 #define IN_LOCK(ip)     lockmgr(&ip->i_lock, LK_EXCLUSIVE, \
50                                 NULL, curproc)
51 #define IN_UNLOCK(ip)   lockmgr(&ip->i_lock, LK_RELEASE, \
52                                 NULL, curproc)
53
54 #include <afs/afs_sysnames.h>
55
56 #define AFS_VFS_ENV     1
57 #define AFS_VFSINCL_ENV 1
58 #define AFS_GREEDY43_ENV        1
59 #define AFS_ENV         1
60
61 #define AFS_SYSCALL     339
62 #define AFS_MOUNT_AFS   "afs"
63
64 #ifndef MOUNT_UFS
65 #define MOUNT_UFS "ufs"
66 #endif
67
68 #ifndef MOUNT_AFS
69 #define MOUNT_AFS AFS_MOUNT_AFS
70 #endif
71
72 #define RXK_LISTENER_ENV 1
73 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
74 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
75
76 /* Extra kernel definitions (from kdefs file) */
77 #ifdef _KERNEL
78 #define AFS_GLOBAL_SUNLOCK        1
79 #define AFS_VFS34       1       /* What is VFS34??? */
80 #define AFS_SHORTGID    0       /* are group id's short? */
81 #define afsio_iov       uio_iov
82 #define afsio_iovcnt    uio_iovcnt
83 #define afsio_offset    uio_offset
84 #define afsio_seg       uio_segflg
85 #define afsio_resid     uio_resid
86 #define AFS_UIOSYS      UIO_SYSSPACE
87 #define AFS_UIOUSER     UIO_USERSPACE
88 #define AFS_CLBYTES     CLBYTES
89 #define osi_GetTime(x)  microtime(x)
90 #define AFS_KALLOC(x)   osi_fbsd_alloc((x), 1)
91 #undef  AFS_KALLOC_NOSLEEP
92 #define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0)
93 #define AFS_KFREE(x,y)  osi_fbsd_free((x))
94 #define v_count         v_usecount
95 #define v_vfsp          v_mount
96 #define vfs_bsize       mnt_stat.f_bsize
97 #define vfs_fsid        mnt_stat.f_fsid
98 #define va_nodeid       va_fileid
99 #define vfs_vnodecovered mnt_vnodecovered
100 #define direct          dirent
101 #define vnode_t         struct vnode
102
103 #ifndef MUTEX_DEFAULT
104 #define MUTEX_DEFAULT   0
105 #endif /* MUTEX_DEFAULT */
106
107 #ifndef SSYS
108 #define SSYS            0x00002
109 #endif /* SSYS */
110
111 #define p_rcred         p_ucred
112
113 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
114 enum vcexcl { NONEXCL, EXCL };
115
116 #ifdef KERNEL
117 #ifndef MIN
118 #define MIN(A,B) ((A) < (B) ? (A) : (B))
119 #endif
120 #ifndef MAX
121 #define MAX(A,B) ((A) > (B) ? (A) : (B))
122 #endif
123 #endif /* KERNEL */
124
125 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
126 #endif /* _KERNEL */
127
128 #else /* !defined(UKERNEL) */
129
130 /* This section for user space compiles only */
131
132 #define UKERNEL                 1       /* user space kernel */
133 #define AFS_ENV                 1
134 #define AFS_VFSINCL_ENV         1
135 #define AFS_USR_FBSD50_ENV      1
136 #define AFS_USR_FBSD51_ENV      1
137 #define AFS_USR_FBSD52_ENV      1
138 #define AFS_USR_FBSD53_ENV      1
139 #define AFS_USR_FBSD60_ENV      1
140 #define AFS_USR_FBSD61_ENV      1
141 #define AFS_USR_FBSD62_ENV      1
142 #define AFS_USR_FBSD_ENV        1
143 #undef  AFS_NONFSTRANS
144 #define AFS_NONFSTRANS 1
145
146 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
147 #define AFS_SYSCALL 339
148 #define AFS_NAMEI_ENV         1 /* User space interface to file system */
149 #define AFS_64BIT_IOPS_ENV    1 /* Needed for NAMEI */
150 #define AFS_USERSPACE_IP_ADDR 1
151 #define RXK_LISTENER_ENV      1
152 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
153
154 #include <afs/afs_sysnames.h>
155
156 #define afsio_iov       uio_iov
157 #define afsio_iovcnt    uio_iovcnt
158 #define afsio_offset    uio_offset
159 #define afsio_seg       uio_segflg
160 #define afsio_fmode     uio_fmode
161 #define afsio_resid     uio_resid
162 #define AFS_UIOSYS      1
163 #define AFS_UIOUSER     UIO_USERSPACE
164 #define AFS_CLBYTES     MCLBYTES
165 #define AFS_MINCHANGE   2
166 #define VATTR_NULL      usr_vattr_null
167
168 #define AFS_DIRENT
169 #ifndef CMSERVERPREF
170 #define CMSERVERPREF
171 #endif
172
173 #include <sys/param.h>
174 #include <sys/types.h>
175 #include <sys/mount.h>
176 #include <sys/fcntl.h>
177 #include <sys/uio.h>
178 #include <sys/socket.h>
179 #include <netinet/in.h>
180 #include <limits.h>
181
182 #endif /* !defined(UKERNEL) */
183
184 /* general user-space compiles */
185
186 #if defined(UKERNEL) || !defined(KERNEL)
187 #define STDLIB_HAS_MALLOC_PROTOS 1
188 #endif
189
190 #endif /* AFS_PARAM_H */