1141858Sgshapiro/*
2261363Sgshapiro * Copyright (c) 2000-2001, 2004 Proofpoint, Inc. and its suppliers.
3141858Sgshapiro *	All rights reserved.
4141858Sgshapiro *
5141858Sgshapiro * By using this file, you agree to the terms and conditions set
6141858Sgshapiro * forth in the LICENSE file which can be found at the top level of
7141858Sgshapiro * the sendmail distribution.
8141858Sgshapiro *
9266692Sgshapiro *	$Id: sm_os_dragonfly.h,v 1.2 2013-11-22 20:51:34 ca Exp $
10141858Sgshapiro */
11141858Sgshapiro
12141858Sgshapiro/*
13141858Sgshapiro**  Platform definitions for DragonFly BSD
14141858Sgshapiro*/
15141858Sgshapiro
16141858Sgshapiro#define SM_OS_NAME	"dragonfly"
17141858Sgshapiro
18141858Sgshapiro#define SM_CONF_SYS_CDEFS_H	1
19141858Sgshapiro
20141858Sgshapiro#define MI_SOMAXCONN	-1	/* listen() max backlog for milter */
21141858Sgshapiro
22141858Sgshapiro#ifndef SM_CONF_STRL
23141858Sgshapiro# define SM_CONF_STRL	1
24141858Sgshapiro#endif /* SM_CONF_STRL */
25141858Sgshapiro#ifndef SM_CONF_SHM
26141858Sgshapiro# define SM_CONF_SHM	1
27141858Sgshapiro#endif /* SM_CONF_SHM */
28141858Sgshapiro#ifndef SM_CONF_SEM
29141858Sgshapiro# define SM_CONF_SEM	1
30141858Sgshapiro#endif /* SM_CONF_SEM */
31141858Sgshapiro#ifndef SM_CONF_MSG
32141858Sgshapiro# define SM_CONF_MSG	1
33141858Sgshapiro#endif /* SM_CONF_MSG */
34