debian experimental exim-daemon-heavy config
[exim.git] / src / OS / unsupported / os.h-GNUkFreeBSD
1 /* Exim: OS-specific C header file for GNU/kFreeBSD */
2
3 #define CRYPT_H
4 #define GLIBC_IP_OPTIONS
5 #define HAVE_MMAP
6 #define HAVE_BSD_GETLOADAVG
7 #define HAVE_SYS_VFS_H
8 #define NO_IP_VAR_H
9 #define SIG_IGN_WORKS
10
11 #define F_FREESP O_TRUNC
12 typedef struct flock flock_t;
13
14 #define os_strsignal strsignal
15 #define OS_STRSIGNAL
16
17 /* kFreeBSD-specific bits below */
18
19 #define HAVE_SYS_MOUNT_H
20 #define SIOCGIFCONF_GIVES_ADDR
21
22 /* default is non-const */
23 #define ICONV_ARG2_TYPE const char **
24
25 /* End */