Add util/ratelimit.pl to assist with choosing ratelimit settings.
[exim.git] / src / OS / os.h-GNUkFreeBSD
1 /* $Cambridge: exim/src/OS/os.h-GNUkFreeBSD,v 1.1 2005/01/04 10:25:58 ph10 Exp $ */
2
3 /* Exim: OS-specific C header file for GNU/kFreeBSD */
4
5 #define CRYPT_H
6 #define GLIBC_IP_OPTIONS
7 #define HAVE_MMAP
8 #define HAVE_BSD_GETLOADAVG
9 #define HAVE_SYS_VFS_H
10 #define NO_IP_VAR_H
11 #define SIG_IGN_WORKS
12
13 #define F_FREESP O_TRUNC
14 typedef struct flock flock_t;
15
16 #define os_strsignal strsignal
17 #define OS_STRSIGNAL
18
19 /* kFreeBSD-specific bits below */
20
21 #define HAVE_SYS_MOUNT_H
22 #define SIOCGIFCONF_GIVES_ADDR
23
24 /* End */