Pass $(MAKE) to the scripts/Configure-config.h script so that it uses
[exim.git] / src / OS / os.h-GNU
CommitLineData
17ffcae7 1/* $Cambridge: exim/src/OS/os.h-GNU,v 1.2 2005/01/04 10:25:58 ph10 Exp $ */
61ec970d
PH
2
3/* Exim: OS-specific C header file for GNU/Hurd */
4
5#define CRYPT_H
17ffcae7 6#define GLIBC_IP_OPTIONS
61ec970d 7#define HAVE_MMAP
17ffcae7 8#define HAVE_BSD_GETLOADAVG
61ec970d
PH
9#define HAVE_SYS_VFS_H
10#define NO_IP_VAR_H
17ffcae7 11#define SIG_IGN_WORKS
61ec970d
PH
12
13#define F_FREESP O_TRUNC
14typedef struct flock flock_t;
15
16#define os_strsignal strsignal
17#define OS_STRSIGNAL
18
17ffcae7
PH
19/* Hurd-specific bits below */
20
61ec970d 21/* End */