190792Sgshapiro/*
290792Sgshapiro * Copyright (c) 2001 Sendmail, Inc. and its suppliers.
390792Sgshapiro *	All rights reserved.
490792Sgshapiro *
590792Sgshapiro * By using this file, you agree to the terms and conditions set
690792Sgshapiro * forth in the LICENSE file which can be found at the top level of
790792Sgshapiro * the sendmail distribution.
890792Sgshapiro *
998121Sgshapiro *	$Id: sm_os_openunix.h,v 1.5 2001/11/11 16:32:00 ca Exp $
1090792Sgshapiro */
1190792Sgshapiro
1290792Sgshapiro#define SM_OS_NAME	"openunix"
1390792Sgshapiro
1490792Sgshapiro/* needs alarm(), our sleep() otherwise hangs. */
1590792Sgshapiro#define SM_CONF_SETITIMER	0
1690792Sgshapiro
1790792Sgshapiro/* long long seems to work */
1890792Sgshapiro#define SM_CONF_LONGLONG	1
1990792Sgshapiro
2090792Sgshapiro/* don't use flock() in mail.local.c */
2190792Sgshapiro#define LDA_USE_LOCKF	1
2290792Sgshapiro
2390792Sgshapiro#ifndef SM_CONF_SHM
2490792Sgshapiro# define SM_CONF_SHM	1
2590792Sgshapiro#endif /* SM_CONF_SHM */
26