winnt-more-makefile-fixes-for-cvs-head-20010906
[openafs.git] / src / config / param.sgi_63_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 #define AFS_VFS_ENV     1
14 /* Used only in vfsck code; is it needed any more???? */
15 #define RXK_LISTENER_ENV        1
16 #define AFS_USERSPACE_IP_ADDR   1
17
18 #define UKERNEL                 1       /* user space kernel */
19 #define AFS_GREEDY33_ENV        1       /* Used only in rx/rx_user.c */
20 #define AFS_ENV                 1
21 #define AFS_USR_SGI_ENV         1
22 #define AFS_USR_SGI62_ENV       1
23 #define AFS_USR_SGI63_ENV       1
24
25 #include <afs/afs_sysnames.h>
26
27 /*#define AFS_GLOBAL_SUNLOCK    1*/     /* For global locking */
28
29 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
30
31 #define AFS_PIOCTL    64+1000
32 #define AFS_SYSCALL   73+1000
33
34 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
35 #define AFS_MOUNT_AFS    1
36
37 /* Machine / Operating system information */
38 #define sgi_63          1
39 #define SYS_NAME        "sgi_63"
40 #define SYS_NAME_ID     SYS_NAME_ID_sgi_63
41 #define AFSBIG_ENDIAN   1
42 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
43 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
44
45 /* Extra kernel definitions (from kdefs file) */
46 #ifdef KERNEL
47 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
48 #define AFS_SYSVLOCK            1       /* sys v locking supported */
49 /*#define       AFS_USEBUFFERS  1*/
50 #define afsio_iov       uio_iov
51 #define afsio_iovcnt    uio_iovcnt
52 #define afsio_offset    uio_offset
53 #define afsio_seg       uio_segflg
54 #define afsio_fmode     uio_fmode
55 #define afsio_resid     uio_resid
56 #define AFS_UIOSYS      1
57 #define AFS_UIOUSER     UIO_USERSPACE
58 #define AFS_CLBYTES     MCLBYTES
59 #define AFS_MINCHANGE   2
60 #define VATTR_NULL      usr_vattr_null
61 #endif /* KERNEL */
62 #define AFS_DIRENT      
63 #ifndef CMSERVERPREF
64 #define CMSERVERPREF
65 #endif
66 #define ROOTINO         UFSROOTINO
67
68 #endif /* AFS_PARAM_H */