A minor code clean-up and a comment fix for the CSA patch arising
[exim.git] / src / OS / os.h-AIX
CommitLineData
61ec970d
PH
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
23typedef struct flock flock_t;
24
25/* End */