Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578
[exim.git] / src / OS / os.c-HP-UX
1 /*************************************************
2 *     Exim - an Internet mail transport agent    *
3 *************************************************/
4
5 /* Copyright (c) University of Cambridge 2016 */
6 /* Copyright (c) Jeremy Harris 2016 */
7 /* See the file NOTICE for conditions of use and distribution. */
8
9 /* HP-UX-specific code. This is concatenated onto the generic
10 src/os.c file. */
11
12 #include "setenv.c"
13
14 /* End of os.c-SunHP-UX */