140266059SGregory Neil Shapiro /* 25dd76dd0SGregory Neil Shapiro * Copyright (c) 2001 Proofpoint, Inc. and its suppliers. 340266059SGregory Neil Shapiro * All rights reserved. 440266059SGregory Neil Shapiro * 540266059SGregory Neil Shapiro * By using this file, you agree to the terms and conditions set 640266059SGregory Neil Shapiro * forth in the LICENSE file which can be found at the top level of 740266059SGregory Neil Shapiro * the sendmail distribution. 840266059SGregory Neil Shapiro * 9*4313cc83SGregory Neil Shapiro * $Id: sm_os_openunix.h,v 1.6 2013-11-22 20:51:34 ca Exp $ 1040266059SGregory Neil Shapiro */ 1140266059SGregory Neil Shapiro 1240266059SGregory Neil Shapiro #define SM_OS_NAME "openunix" 1340266059SGregory Neil Shapiro 1440266059SGregory Neil Shapiro /* needs alarm(), our sleep() otherwise hangs. */ 1540266059SGregory Neil Shapiro #define SM_CONF_SETITIMER 0 1640266059SGregory Neil Shapiro 1740266059SGregory Neil Shapiro /* long long seems to work */ 1840266059SGregory Neil Shapiro #define SM_CONF_LONGLONG 1 1940266059SGregory Neil Shapiro 2040266059SGregory Neil Shapiro /* don't use flock() in mail.local.c */ 2140266059SGregory Neil Shapiro #define LDA_USE_LOCKF 1 2240266059SGregory Neil Shapiro 2340266059SGregory Neil Shapiro #ifndef SM_CONF_SHM 2440266059SGregory Neil Shapiro # define SM_CONF_SHM 1 2540266059SGregory Neil Shapiro #endif /* SM_CONF_SHM */ 26