tidying: coverity issues
[exim.git] / src / OS / os.h-FreeBSD
... / ...
CommitLineData
1/* Exim: OS-specific C header file for FreeBSD */
2
3#define HAVE_BSD_GETLOADAVG
4#define HAVE_SETCLASSRESOURCES
5#define HAVE_MMAP
6#define HAVE_SYS_MOUNT_H
7#define SIOCGIFCONF_GIVES_ADDR
8#define HAVE_SRANDOMDEV
9#define HAVE_ARC4RANDOM
10
11typedef struct flock flock_t;
12
13/* default is non-const */
14#define ICONV_ARG2_TYPE const char **
15
16/* End */