Fix GNU Hurd interface IPv6 address detection.
[exim.git] / src / OS / os.h-GNU
1 /* Exim: OS-specific C header file for GNU/Hurd */
2
3 #define CRYPT_H
4 #define GLIBC_IP_OPTIONS
5 #define HAVE_BSD_GETLOADAVG
6 #define HAVE_MMAP
7 #define HAVE_SYS_VFS_H
8 #define NO_IP_VAR_H
9 #define SIG_IGN_WORKS
10 #define SIOCGIFCONF_GIVES_ADDR
11
12 #define F_FREESP O_TRUNC
13 typedef struct flock flock_t;
14
15 #define os_strsignal strsignal
16 #define OS_STRSIGNAL
17
18 /* Hurd-specific bits below */
19
20 /* End */