windows-more-updates-20030315
[openafs.git] / src / config / param.i386_obsd31.h
1 /*
2  * Jim Rees, University of Michigan CITI
3  */
4
5 #ifndef AFS_PARAM_H
6 #define AFS_PARAM_H
7
8 #ifndef IGNORE_STDS_H
9 #include <sys/param.h>
10 #endif
11
12 #define AFS_XBSD_ENV            1       /* {Free,Open,Net}BSD */
13 #define AFS_X86_XBSD_ENV        1
14
15 #define AFS_NAMEI_ENV           1       /* User space interface to file system */
16 #define AFS_64BIT_ENV           1
17 #define AFS_64BIT_IOPS_ENV      1       /* Needed for NAMEI */
18 #define AFS_OBSD_ENV            1
19 #define AFS_NONFSTRANS          1
20 #define AFS_KERBEROS_ENV        1
21 #define AFS_VM_RDWR_ENV         1
22 #define AFS_VFS_ENV             1
23 #define AFS_VFSINCL_ENV         1
24
25 #define FTRUNC O_TRUNC
26
27 #define AFS_SYSCALL             208
28 #define AFS_MOUNT_AFS           "afs"
29
30 #define RXK_LISTENER_ENV        1
31 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
32 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
33
34 #define AFSLITTLE_ENDIAN        1
35
36 #ifndef IGNORE_STDS_H
37 #include <afs/afs_sysnames.h>
38 #endif
39
40 #define SYS_NAME                "i386_obsd31"
41 #define SYS_NAME_ID             SYS_NAME_ID_i386_obsd31
42
43 /* Extra kernel definitions (from kdefs file) */
44 #ifdef _KERNEL
45 #define AFS_GLOBAL_SUNLOCK      1
46 #define AFS_SHORTGID            0       /* are group id's short? */
47
48 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
49 enum vcexcl {NONEXCL, EXCL};
50
51 #ifndef MIN
52 #define MIN(A,B) ((A) < (B) ? (A) : (B))
53 #endif
54 #ifndef MAX
55 #define MAX(A,B) ((A) > (B) ? (A) : (B))
56 #endif
57
58 #endif  /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
59 #endif /* _KERNEL */
60
61 #endif /* AFS_PARAM_H */