git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
(1) Fixed the cipher preference order for GnuTLS client usage.
[users/jgh/exim.git]
/
src
/
OS
/
os.h-Linux-libc5
1
/* $Cambridge: exim/src/OS/os.h-Linux-libc5,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3
/* Exim: OS-specific C header file for Linux */
4
5
#define HAVE_MMAP
6
#define HAVE_SYS_VFS_H
7
#define NO_IP_VAR_H
8
#define GLIBC_IP_OPTIONS
9
10
#define F_FREESP O_TRUNC
11
typedef struct flock flock_t;
12
13
/* End */