blob: 091089f52ccc53f90a4ce162717d60b3c2500c0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $Cambridge: exim/src/OS/os.h-FreeBSD,v 1.2 2006/02/21 16:24:19 ph10 Exp $ */
/* Exim: OS-specific C header file for FreeBSD */
#define HAVE_BSD_GETLOADAVG
#define HAVE_LOGIN_CAP
#define HAVE_MMAP
#define HAVE_SYS_MOUNT_H
#define SIOCGIFCONF_GIVES_ADDR
typedef struct flock flock_t;
/* End */
|