Revert "Avoid conflicting prototypes for strsignal()"
[exim.git] / src / OS / os.h-OpenBSD
CommitLineData
0eb8eedd 1/* $Cambridge: exim/src/OS/os.h-OpenBSD,v 1.2 2009/11/16 19:15:36 nm4 Exp $ */
61ec970d
PH
2
3/* Exim: OS-specific C header file for OpenBSD */
4
5#define HAVE_BSD_GETLOADAVG
6#define HAVE_MMAP
7#define HAVE_SYS_MOUNT_H
8#define SIOCGIFCONF_GIVES_ADDR
0eb8eedd 9#define HAVE_ARC4RANDOM
61ec970d
PH
10
11typedef struct flock flock_t;
12
13#define os_strsignal strsignal
14#define OS_STRSIGNAL
15
16/* End */