xref: /freebsd/contrib/sendmail/include/sm/os/sm_os_openbsd.h (revision d39bd2c1388b520fcba9abed1932acacead60fba)
140266059SGregory Neil Shapiro /*
25dd76dd0SGregory Neil Shapiro  * Copyright (c) 2000 Proofpoint, Inc. and its suppliers.
340266059SGregory Neil Shapiro  *	All rights reserved.
440266059SGregory Neil Shapiro  *
540266059SGregory Neil Shapiro  * By using this file, you agree to the terms and conditions set
640266059SGregory Neil Shapiro  * forth in the LICENSE file which can be found at the top level of
740266059SGregory Neil Shapiro  * the sendmail distribution.
840266059SGregory Neil Shapiro  *
94313cc83SGregory Neil Shapiro  *	$Id: sm_os_openbsd.h,v 1.8 2013-11-22 20:51:34 ca Exp $
1040266059SGregory Neil Shapiro  */
1140266059SGregory Neil Shapiro 
1240266059SGregory Neil Shapiro /*
1340266059SGregory Neil Shapiro **  sm_os_openbsd.h -- platform definitions for OpenBSD
1440266059SGregory Neil Shapiro **
1540266059SGregory Neil Shapiro **  Note: this header file cannot be called OpenBSD.h
1640266059SGregory Neil Shapiro **  because <sys/param.h> defines the macro OpenBSD.
1740266059SGregory Neil Shapiro */
1840266059SGregory Neil Shapiro 
1940266059SGregory Neil Shapiro #define SM_OS_NAME	"openbsd"
2040266059SGregory Neil Shapiro 
2140266059SGregory Neil Shapiro #define SM_CONF_SYS_CDEFS_H	1
2240266059SGregory Neil Shapiro #ifndef SM_CONF_SHM
2340266059SGregory Neil Shapiro # define SM_CONF_SHM	1
24*2fb4f839SGregory Neil Shapiro #endif
2540266059SGregory Neil Shapiro #ifndef SM_CONF_SEM
2640266059SGregory Neil Shapiro # define SM_CONF_SEM	1
27*2fb4f839SGregory Neil Shapiro #endif
2840266059SGregory Neil Shapiro #ifndef SM_CONF_MSG
2940266059SGregory Neil Shapiro # define SM_CONF_MSG	1
30*2fb4f839SGregory Neil Shapiro #endif
31