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