1 /* Exim: OS-specific C header file for AIX */
2 /* Written by Nick Waterman <nick@cimio.co.uk> */
3 /* Modified by Philip Hazel with data from
4 Niels Provos <provos@wserver.physnet.uni-hamburg.de>
5 Juozas Simkevicius <juozas@omnitel.net> for load averages
9 #define LOAD_AVG_SYMBOL "avenrun"
10 #define KERNEL_PATH "/unix"
11 #define LOAD_AVG_TYPE int
12 #define FSCALE 65536.0
14 #define HAVE_SYS_VFS_H
15 #define HAVE_SYS_STATFS_H
17 /* Now tell AIX to emulate BSD as badly as it can. */
21 typedef struct flock flock_t;
23 /* default is non-const */
24 #define ICONV_ARG2_TYPE const char **