git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix utilities indexing
[exim.git]
/
src
/
OS
/
unsupported
/
os.h-DragonFly
1
/* Exim: OS-specific C header file for DragonFly */
2
3
#define HAVE_BSD_GETLOADAVG
4
#define HAVE_MMAP
5
#define HAVE_SYS_MOUNT_H
6
#define SIOCGIFCONF_GIVES_ADDR
7
8
typedef struct flock flock_t;
9
10
/* default is non-const */
11
#define ICONV_ARG2_TYPE const char **
12
13
/* End */