1 /* $Cambridge: exim/src/OS/os.h-mips,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
3 /* Exim: OS-specific C header file for RiscOS4bsd */
5 #define LOAD_AVG_NEEDS_ROOT
7 #define LOAD_AVG_TYPE long
8 #define LOAD_AVG_SYMBOL "_avenrun"
9 #define KERNEL_PATH "/unix"
12 #define HAVE_SYS_VFS_H
14 #define F_FREESP O_TRUNC
15 #define EXIT_FAILURE 1
16 #define EXIT_SUCCESS 0
17 typedef struct flock flock_t;
19 #define STRERROR_FROM_ERRLIST
20 #define memmove(a, b, c) bcopy(b, a, c)
22 extern char *strerror(int);
24 extern char *sys_errlist[];