File: os.h-Linux-libc5

package info (click to toggle)
exim4 4.50-8sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 9,852 kB
  • ctags: 5,278
  • sloc: ansic: 75,531; sh: 4,380; makefile: 476; perl: 65
file content (13 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $Cambridge: exim/exim-src/OS/os.h-Linux-libc5,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */

/* Exim: OS-specific C header file for Linux */

#define HAVE_MMAP
#define HAVE_SYS_VFS_H
#define NO_IP_VAR_H
#define GLIBC_IP_OPTIONS

#define F_FREESP     O_TRUNC
typedef struct flock flock_t;

/* End */