diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-08 23:57:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-09 00:05:58 +0000 |
commit | dfe7d917154afce0e4016a60f142bd540677930f (patch) | |
tree | bd433f1c4d777ca2c09d6cc0c1736d9de5503e55 /src/OS/os.c-HP-UX | |
parent | dc8091e7b9eb80b77699ac59de3f39eedef65c04 (diff) |
Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578
Broken-by: bc3c7bb7d4ab
Diffstat (limited to 'src/OS/os.c-HP-UX')
-rw-r--r-- | src/OS/os.c-HP-UX | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/OS/os.c-HP-UX b/src/OS/os.c-HP-UX new file mode 100644 index 000000000..1b78d7eb8 --- /dev/null +++ b/src/OS/os.c-HP-UX @@ -0,0 +1,14 @@ +/************************************************* +* Exim - an Internet mail transport agent * +*************************************************/ + +/* Copyright (c) University of Cambridge 2016 */ +/* Copyright (c) Jeremy Harris 2016 */ +/* See the file NOTICE for conditions of use and distribution. */ + +/* HP-UX-specific code. This is concatenated onto the generic +src/os.c file. */ + +#include "setenv.c" + +/* End of os.c-SunHP-UX */ |