1 /* Exim: OS-specific C header file for DragonFly */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 #define HAVE_BSD_GETLOADAVG
6 #define HAVE_SYS_MOUNT_H
7 #define SIOCGIFCONF_GIVES_ADDR
9 typedef struct flock flock_t;
11 /* default is non-const */
12 #define ICONV_ARG2_TYPE const char **