1 /* Exim: OS-specific C header file for AIX */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
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
11 #define LOAD_AVG_SYMBOL "avenrun"
12 #define KERNEL_PATH "/unix"
13 #define LOAD_AVG_TYPE int
14 #define FSCALE 65536.0
16 #define HAVE_SYS_VFS_H
17 #define HAVE_SYS_STATFS_H
19 /* Now tell AIX to emulate BSD as badly as it can. */
23 typedef struct flock flock_t;
25 /* default is non-const */
26 #define ICONV_ARG2_TYPE const char **