Drop server_realm from heimdal_gssapi
[exim.git] / src / OS / os.h-GNUkFreeBSD
CommitLineData
17ffcae7
PH
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
12typedef 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/* End */