Added STRIP_COMMAND=/usr/bin/strip to the FreeBSD Makefile.
[exim.git] / src / OS / os.h-GNUkNetBSD
CommitLineData
17ffcae7
PH
1/* $Cambridge: exim/src/OS/os.h-GNUkNetBSD,v 1.1 2005/01/04 10:25:58 ph10 Exp $ */
2
3/* Exim: OS-specific C header file for GNU/kNetBSD */
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
14typedef struct flock flock_t;
15
16#define os_strsignal strsignal
17#define OS_STRSIGNAL
18
19/* kNetBSD-specific bits below */
20
21#define HAVE_SYS_MOUNT_H
22#define SIOCGIFCONF_GIVES_ADDR
23
24/* End */