linux24-param-cleanup-20010516
[openafs.git] / src / config / param.i386_linux24_usr.h
1 #ifndef _PARAM_USR_I386_LINUX24_H_
2 #define _PARAM_USR_I386_LINUX24_H_
3
4 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
5  * it's a judgment call. If something is obviously i386 specific, use that
6  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
7  * in the sysname is the current version of the client. This takes into
8  * account the perferred OS user space configuration as well as the kernel.
9  */
10
11 #define UKERNEL                        1       /* user space kernel */
12 #define AFS_ENV                        1
13 #define AFS_USR_LINUX20_ENV    1
14 #define AFS_USR_LINUX22_ENV    1
15 #define AFS_USR_LINUX24_ENV    1
16 #define AFS_NONFSTRANS 1
17
18 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
19 #define AFS_SYSCALL 137
20 #define AFS_64BIT_IOPS_ENV  1
21 #define AFS_NAMEI_ENV     1   /* User space interface to file system */
22 #include <afs/afs_sysnames.h>
23
24 #define AFS_USERSPACE_IP_ADDR 1
25 #define RXK_LISTENER_ENV 1
26 #define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
27
28
29 /* Machine / Operating system information */
30 #define SYS_NAME       "i386_linux24"
31 #define SYS_NAME_ID    SYS_NAME_ID_i386_linux24
32 #define AFSLITTLE_ENDIAN    1
33 #define AFS_HAVE_FFS        1       /* Use system's ffs. */
34 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
35 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
36
37 #define        afsio_iov       uio_iov
38 #define        afsio_iovcnt    uio_iovcnt
39 #define        afsio_offset    uio_offset
40 #define        afsio_seg       uio_segflg
41 #define        afsio_fmode     uio_fmode
42 #define        afsio_resid     uio_resid
43 #define        AFS_UIOSYS      1
44 #define        AFS_UIOUSER     UIO_USERSPACE
45 #define        AFS_CLBYTES     MCLBYTES
46 #define        AFS_MINCHANGE   2
47 #define        VATTR_NULL      usr_vattr_null
48
49 #define AFS_DIRENT
50 #ifndef CMSERVERPREF
51 #define CMSERVERPREF
52 #endif
53
54 #endif /* _PARAM_USR_I386_LINUX24_H_ */