Documentation for randint. Better randomness defaults. Fixes: #722
[exim.git] / src / OS / os.h-BSDI
CommitLineData
79378e0f 1/* $Cambridge: exim/src/OS/os.h-BSDI,v 1.3 2006/03/16 12:25:24 ph10 Exp $ */
61ec970d
PH
2
3/* Exim: OS-specific C header file for BSDI */
4
5#define HAVE_BSD_GETLOADAVG
79378e0f 6#define HAVE_SETCLASSRESOURCES
61ec970d
PH
7#define HAVE_MMAP
8#define HAVE_SYS_MOUNT_H
9#define SIOCGIFCONF_GIVES_ADDR
10
11typedef struct flock flock_t;
12
13/* End */