1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
5 /* Copyright (c) University of Cambridge 2016 */
6 /* Copyright (c) Jeremy Harris 2016 */
7 /* SPDX-License-Identifier: GPL-2.0-or-later */
8 /* See the file NOTICE for conditions of use and distribution. */
10 /* Solaris-specific code. This is concatenated onto the generic
13 #if defined(MISSING_UNSETENV_3) && !defined(COMPILE_UTILITY)
17 /* End of os.c-SunOS5 */