winnt-more-makefile-fixes-for-cvs-head-20010906
[openafs.git] / src / config / param.i386_djgpp_usr.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef AFS_PARAM_H
11 #define AFS_PARAM_H
12
13 /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel,
14  * it's a judgment call. If something is obviously i386 specific, use that
15  * #define instead. Note that "20" refers to the linux 2.0 kernel. The "2"
16  * in the sysname is the current version of the client. This takes into
17  * account the perferred OS user space configuration as well as the kernel.
18  */
19
20 #define UKERNEL                 1       /* user space kernel */
21 #define AFS_ENV                 1
22 #define AFS_USR_LINUX20_ENV     1
23 #define AFS_USR_LINUX22_ENV     1
24 #define AFS_NONFSTRANS 1
25
26 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
27 #define AFS_SYSCALL 137
28 #define AFS_64BIT_IOPS_ENV  1
29 #define AFS_NAMEI_ENV     1   /* User space interface to file system */
30 #include <afs/afs_sysnames.h>
31
32 #define AFS_USERSPACE_IP_ADDR 1
33 #define RXK_LISTENER_ENV 1
34 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
35
36
37 /* Machine / Operating system information */
38 #define SYS_NAME        "i386_linux22"
39 #define SYS_NAME_ID     SYS_NAME_ID_i386_linux22
40 #define AFSLITTLE_ENDIAN    1
41 #define AFS_HAVE_FFS        1       /* Use system's ffs. */
42 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
43 #define AFS_VM_RDWR_ENV     1   /* read/write implemented via VM */
44
45 #define afsio_iov       uio_iov
46 #define afsio_iovcnt    uio_iovcnt
47 #define afsio_offset    uio_offset
48 #define afsio_seg       uio_segflg
49 #define afsio_fmode     uio_fmode
50 #define afsio_resid     uio_resid
51 #define AFS_UIOSYS      1
52 #define AFS_UIOUSER     UIO_USERSPACE
53 #define AFS_CLBYTES     MCLBYTES
54 #define AFS_MINCHANGE   2
55 #define VATTR_NULL      usr_vattr_null
56
57 #define AFS_DIRENT
58 #ifndef CMSERVERPREF
59 #define CMSERVERPREF
60 #endif
61
62 #endif /* AFS_PARAM_H */