git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Log auth data in rejectlog.
[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_MMAP
6
#define HAVE_BSD_GETLOADAVG
7
#define HAVE_SYS_VFS_H
8
#define NO_IP_VAR_H
9
#define SIG_IGN_WORKS
10
11
#define F_FREESP O_TRUNC
12
typedef struct flock flock_t;
13
14
#define os_strsignal strsignal
15
#define OS_STRSIGNAL
16
17
/* Hurd-specific bits below */
18
19
/* End */