1 /* Exim: OS-specific C header file for RiscOS4bsd */
3 #define LOAD_AVG_NEEDS_ROOT
5 #define LOAD_AVG_TYPE long
6 #define LOAD_AVG_SYMBOL "_avenrun"
7 #define KERNEL_PATH "/unix"
10 #define HAVE_SYS_VFS_H
12 #define F_FREESP O_TRUNC
13 #define EXIT_FAILURE 1
14 #define EXIT_SUCCESS 0
15 typedef struct flock flock_t;
17 #define STRERROR_FROM_ERRLIST
18 #define memmove(a, b, c) bcopy(b, a, c)
20 extern char *strerror(int);
22 extern char *sys_errlist[];