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