Add comment about libdomainkeys 0.67 to README.UPDATING for 4.53.
[exim.git] / src / OS / os.h-AIX
1 /* $Cambridge: exim/src/OS/os.h-AIX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3 /* Exim: OS-specific C header file for AIX */
4 /* Written by Nick Waterman <nick@cimio.co.uk> */
5 /* Modified by Philip Hazel with data from
6 Niels Provos <provos@wserver.physnet.uni-hamburg.de>
7 Juozas Simkevicius <juozas@omnitel.net> for load averages
8 */
9
10 #define HAVE_DEV_KMEM
11 #define LOAD_AVG_SYMBOL "avenrun"
12 #define KERNEL_PATH "/unix"
13 #define LOAD_AVG_TYPE int
14 #define FSCALE 65536.0
15
16 #define HAVE_SYS_VFS_H
17 #define HAVE_SYS_STATFS_H
18
19 /* Now tell AIX to emulate BSD as badly as it can. */
20
21 #define _BSD 44
22
23 typedef struct flock flock_t;
24
25 /* End */