Fix build for Solaris: "all" must be the first make target.
[exim.git] / src / OS / os.h-BSDI
CommitLineData
61ec970d
PH
1/* Exim: OS-specific C header file for BSDI */
2
3#define HAVE_BSD_GETLOADAVG
79378e0f 4#define HAVE_SETCLASSRESOURCES
61ec970d
PH
5#define HAVE_MMAP
6#define HAVE_SYS_MOUNT_H
7#define SIOCGIFCONF_GIVES_ADDR
8
9typedef struct flock flock_t;
10
9c19b270
JH
11/* default is non-const */
12#define ICONV_ARG2_TYPE const char **
13
61ec970d 14/* End */