sm_os_dragonfly.h revision 261363
1236769Sobrien/*
2236769Sobrien * Copyright (c) 2000-2001, 2004 Proofpoint, Inc. and its suppliers.
3236769Sobrien *	All rights reserved.
4236769Sobrien *
5236769Sobrien * By using this file, you agree to the terms and conditions set
6236769Sobrien * forth in the LICENSE file which can be found at the top level of
7253883Ssjg * the sendmail distribution.
8236769Sobrien *
9236769Sobrien *	$Id: sm_os_dragonfly.h,v 1.2 2013/11/22 20:51:34 ca Exp $
10236769Sobrien */
11236769Sobrien
12236769Sobrien/*
13236769Sobrien**  Platform definitions for DragonFly BSD
14236769Sobrien*/
15236769Sobrien
16236769Sobrien#define SM_OS_NAME	"dragonfly"
17236769Sobrien
18236769Sobrien#define SM_CONF_SYS_CDEFS_H	1
19236769Sobrien
20236769Sobrien#define MI_SOMAXCONN	-1	/* listen() max backlog for milter */
21236769Sobrien
22236769Sobrien#ifndef SM_CONF_STRL
23236769Sobrien# define SM_CONF_STRL	1
24236769Sobrien#endif /* SM_CONF_STRL */
25236769Sobrien#ifndef SM_CONF_SHM
26236769Sobrien# define SM_CONF_SHM	1
27236769Sobrien#endif /* SM_CONF_SHM */
28236769Sobrien#ifndef SM_CONF_SEM
29236769Sobrien# define SM_CONF_SEM	1
30236769Sobrien#endif /* SM_CONF_SEM */
31236769Sobrien#ifndef SM_CONF_MSG
32236769Sobrien# define SM_CONF_MSG	1
33236769Sobrien#endif /* SM_CONF_MSG */
34236769Sobrien