Merge branch 'debian'
[hcoop/debian/exim4.git] / OS / unsupported / os.h-BSDI
CommitLineData
420a0d19
CE
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
2ea97746 8#define OS_UNSETENV
420a0d19
CE
9
10typedef struct flock flock_t;
11
2ea97746
CE
12/* default is non-const */
13#define ICONV_ARG2_TYPE const char **
14
420a0d19 15/* End */