OS-dependent locations for CHMOD_COMMAND, required by exicyclog (bug#602)
[exim.git] / src / OS / os.h-FreeBSD
1 /* $Cambridge: exim/src/OS/os.h-FreeBSD,v 1.3 2006/03/16 12:25:24 ph10 Exp $ */
2
3 /* Exim: OS-specific C header file for FreeBSD */
4
5 #define HAVE_BSD_GETLOADAVG
6 #define HAVE_SETCLASSRESOURCES
7 #define HAVE_MMAP
8 #define HAVE_SYS_MOUNT_H
9 #define SIOCGIFCONF_GIVES_ADDR
10
11 typedef struct flock flock_t;
12
13 /* End */