]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/sendmail/include/sm/os/sm_os_dragonfly.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / sendmail / include / sm / os / sm_os_dragonfly.h
1 /*
2  * Copyright (c) 2000-2001, 2004 Sendmail, Inc. and its suppliers.
3  *      All rights reserved.
4  *
5  * By using this file, you agree to the terms and conditions set
6  * forth in the LICENSE file which can be found at the top level of
7  * the sendmail distribution.
8  *
9  *      $Id: sm_os_dragonfly.h,v 1.1 2004/08/06 03:54:07 gshapiro Exp $
10  */
11
12 /*
13 **  Platform definitions for DragonFly BSD
14 */
15
16 #define SM_OS_NAME      "dragonfly"
17
18 #define SM_CONF_SYS_CDEFS_H     1
19
20 #define MI_SOMAXCONN    -1      /* listen() max backlog for milter */
21
22 #ifndef SM_CONF_STRL
23 # define SM_CONF_STRL   1
24 #endif /* SM_CONF_STRL */
25 #ifndef SM_CONF_SHM
26 # define SM_CONF_SHM    1
27 #endif /* SM_CONF_SHM */
28 #ifndef SM_CONF_SEM
29 # define SM_CONF_SEM    1
30 #endif /* SM_CONF_SEM */
31 #ifndef SM_CONF_MSG
32 # define SM_CONF_MSG    1
33 #endif /* SM_CONF_MSG */