more-cvsignore-updates-20011008
[openafs.git] / src / config / param.ppc_darwin_12_usr.h
1 #ifndef AFS_PARAM_H
2 #define AFS_PARAM_H
3
4 #define AFS_VFSINCL_ENV 1       /* NOBODY uses this.... */
5 #define AFS_ENV                 1
6 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
7 #define AFS_PPC_ENV 1
8
9 #include <afs/afs_sysnames.h>
10 #define AFS_USERSPACE_ENV
11 #define AFS_USR_DARWIN_ENV
12 #define AFS_NONFSTRANS 
13 #define AFS_SYSCALL             230
14
15 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
16 #define AFS_MOUNT_AFS    "afs"
17
18 /* Machine / Operating system information */
19 #define sys_ppc_darwin_12   1
20 #define SYS_NAME        "ppc_darwin_12"
21 #define SYS_NAME_ID     SYS_NAME_ID_ppc_darwin_12
22 #define AFSBIG_ENDIAN   1
23 #define AFS_HAVE_FFS    1       /* Use system's ffs. */
24
25 #define AFS_UIOSYS      UIO_SYSSPACE
26 #define AFS_UIOUSER     UIO_USERSPACE
27
28 #define AFS_GCPAGS                0       /* if nonzero, garbage collect PAGs */
29 #define RXK_LISTENER_ENV          1
30
31 #define AFS_VFS34       1       /* What is VFS34??? */
32 #define afsio_iov       uio_iov
33 #define afsio_iovcnt    uio_iovcnt
34 #define afsio_offset    uio_offset
35 #define afsio_seg       uio_segflg
36 #define afsio_resid     uio_resid
37 #define AFS_UIOSYS      UIO_SYSSPACE
38 #define AFS_UIOUSER     UIO_USERSPACE
39 #define        VATTR_NULL      usr_vattr_null
40
41 #define AFS_DIRENT
42 #ifndef CMSERVERPREF
43 #define CMSERVERPREF
44 #endif
45
46 #endif /* AFS_PARAM_H */