sm_os_openunix.h revision 261363
1130803Smarcel/*
2130803Smarcel * Copyright (c) 2001 Proofpoint, Inc. and its suppliers.
3130803Smarcel *	All rights reserved.
4130803Smarcel *
5130803Smarcel * By using this file, you agree to the terms and conditions set
6130803Smarcel * forth in the LICENSE file which can be found at the top level of
7130803Smarcel * the sendmail distribution.
8130803Smarcel *
9130803Smarcel *	$Id: sm_os_openunix.h,v 1.6 2013/11/22 20:51:34 ca Exp $
10130803Smarcel */
11130803Smarcel
12130803Smarcel#define SM_OS_NAME	"openunix"
13130803Smarcel
14130803Smarcel/* needs alarm(), our sleep() otherwise hangs. */
15130803Smarcel#define SM_CONF_SETITIMER	0
16130803Smarcel
17130803Smarcel/* long long seems to work */
18130803Smarcel#define SM_CONF_LONGLONG	1
19130803Smarcel
20130803Smarcel/* don't use flock() in mail.local.c */
21130803Smarcel#define LDA_USE_LOCKF	1
22130803Smarcel
23130803Smarcel#ifndef SM_CONF_SHM
24130803Smarcel# define SM_CONF_SHM	1
25130803Smarcel#endif /* SM_CONF_SHM */
26130803Smarcel