fileserver-largefile-support-20020107
[openafs.git] / src / config / param.i386_linux24.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 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
8  * it's a judgment call. If something is obviously i386 specific, use that
9  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
10  * in the sysname is the current version of the client. This takes into
11  * account the perferred OS user space configuration as well as the kernel.
12  */
13
14 #define AFS_LINUX20_ENV        1
15 #define AFS_LINUX22_ENV        1
16 #define AFS_LINUX24_ENV        1
17 #define AFS_I386_LINUX20_ENV   1
18 #define AFS_I386_LINUX22_ENV   1
19 #define AFS_I386_LINUX24_ENV   1
20 #define AFS_NONFSTRANS 1
21
22 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
23 #define AFS_SYSCALL 137
24 #define AFS_64BIT_IOPS_ENV  1
25 #define AFS_NAMEI_ENV     1   /* User space interface to file system */
26 #define AFS_64BIT_ENV           1
27 #define AFS_64BIT_CLIENT        1
28
29 #ifdef AFS_LARGEFILE_ENV
30 #define _FILE_OFFSET_BITS       64
31 #endif
32
33
34 #if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
35 #include <linux/config.h>
36 #ifdef CONFIG_SMP
37 #undef CONFIG_SMP
38 #endif
39 /* Using "AFS_SMP" to map to however many #define's are required to get
40  * MP to compile for Linux
41  */
42 #ifdef AFS_SMP
43 #define CONFIG_SMP 1
44 #ifndef CONFIG_X86_LOCAL_APIC
45 #define CONFIG_X86_LOCAL_APIC 1
46 #endif
47 #ifndef __SMP__
48 #define __SMP__
49 #endif
50 #define AFS_GLOBAL_SUNLOCK
51 #endif
52
53 #if defined(MODULE) && defined(CONFIG_MODVERSIONS)
54 #define MODVERSIONS
55 #include <linux/modversions.h>
56 #endif
57
58 #endif /* __KERNEL__  && !DUMP_KERNEL*/
59
60 #include <afs/afs_sysnames.h>
61 #define AFS_USERSPACE_IP_ADDR 1
62 #define RXK_LISTENER_ENV 1
63 #define AFS_GCPAGS       2 /* Set to Userdisabled, allow sysctl to override */
64
65 #define AFSLITTLE_ENDIAN    1
66 #define AFS_HAVE_FFS        1       /* Use system's ffs. */
67 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
68 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
69
70 #ifdef KERNEL
71 #ifndef MIN
72 #define MIN(A,B) ((A) < (B) ? (A) : (B))
73 #endif
74 #ifndef MAX
75 #define MAX(A,B) ((A) > (B) ? (A) : (B))
76 #endif
77 #endif /* KERNEL */
78
79 /* Machine / Operating system information */
80 #define SYS_NAME       "i386_linux24"
81 #define SYS_NAME_ID    SYS_NAME_ID_i386_linux24
82
83 #endif /* AFS_PARAM_H */
84
85
86
87 #else /* !defined(UKERNEL) */
88
89 /* This section for user space compiles only */
90
91 #ifndef AFS_PARAM_H
92 #define AFS_PARAM_H
93
94 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
95  * it's a judgment call. If something is obviously i386 specific, use that
96  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
97  * in the sysname is the current version of the client. This takes into
98  * account the perferred OS user space configuration as well as the kernel.
99  */
100
101 #define UKERNEL                        1       /* user space kernel */
102 #define AFS_ENV                        1
103 #define AFS_USR_LINUX20_ENV    1
104 #define AFS_USR_LINUX22_ENV    1
105 #define AFS_USR_LINUX24_ENV    1
106 #define AFS_NONFSTRANS 1
107
108 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
109 #define AFS_SYSCALL 137
110 #define AFS_64BIT_IOPS_ENV  1
111 #define AFS_NAMEI_ENV     1   /* User space interface to file system */
112 #include <afs/afs_sysnames.h>
113
114 #define AFS_USERSPACE_IP_ADDR 1
115 #define RXK_LISTENER_ENV 1
116 #define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
117
118
119 /* Machine / Operating system information */
120 #define SYS_NAME       "i386_linux24"
121 #define SYS_NAME_ID    SYS_NAME_ID_i386_linux24
122 #define AFSLITTLE_ENDIAN    1
123 #define AFS_HAVE_FFS        1       /* Use system's ffs. */
124 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
125 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */
126
127 #define        afsio_iov       uio_iov
128 #define        afsio_iovcnt    uio_iovcnt
129 #define        afsio_offset    uio_offset
130 #define        afsio_seg       uio_segflg
131 #define        afsio_fmode     uio_fmode
132 #define        afsio_resid     uio_resid
133 #define        AFS_UIOSYS      1
134 #define        AFS_UIOUSER     UIO_USERSPACE
135 #define        AFS_CLBYTES     MCLBYTES
136 #define        AFS_MINCHANGE   2
137 #define        VATTR_NULL      usr_vattr_null
138
139 #define AFS_DIRENT
140 #ifndef CMSERVERPREF
141 #define CMSERVERPREF
142 #endif
143
144 #endif /* AFS_PARAM_H */
145
146 #endif /* !defined(UKERNEL) */