Copyright updates:
[exim.git] / src / OS / os.h-GNU
1 /* Exim: OS-specific C header file for GNU/Hurd */
2 /* Copyright (c) The Exim Maintainers 2020 */
3
4 #define CRYPT_H
5 #define GLIBC_IP_OPTIONS
6 #define HAVE_BSD_GETLOADAVG
7 #define HAVE_MMAP
8 #define HAVE_SYS_VFS_H
9 #define NO_IP_VAR_H
10 #define SIG_IGN_WORKS
11 #define SIOCGIFCONF_GIVES_ADDR
12
13 #define F_FREESP O_TRUNC
14 typedef struct flock flock_t;
15
16 #define os_strsignal strsignal
17 #define OS_STRSIGNAL
18
19 /* Hurd-specific bits below */
20
21 /* default is non-const */
22 #define ICONV_ARG2_TYPE const char **
23
24 /* setgroups(0, NULL) succeeds, and drops the gid group
25 as well as any supplementary groups*/
26 #define OS_SETGROUPS_ZERO_DROPS_ALL
27
28 /* End */