git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cd91936de27c15e9f563125d5196c6cc932548f8
[exim.git]
/
src
/
OS
/
os.h-BSDI
1
/* Exim: OS-specific C header file for BSDI */
2
3
#define HAVE_BSD_GETLOADAVG
4
#define HAVE_SETCLASSRESOURCES
5
#define HAVE_MMAP
6
#define HAVE_SYS_MOUNT_H
7
#define SIOCGIFCONF_GIVES_ADDR
8
9
typedef struct flock flock_t;
10
11
/* End */