190792Sgshapiro/*
2261194Sgshapiro * Copyright (c) 2000 Proofpoint, Inc. and its suppliers.
390792Sgshapiro *	All rights reserved.
490792Sgshapiro *
590792Sgshapiro * By using this file, you agree to the terms and conditions set
690792Sgshapiro * forth in the LICENSE file which can be found at the top level of
790792Sgshapiro * the sendmail distribution.
890792Sgshapiro *
9266527Sgshapiro *	$Id: sm_os_openbsd.h,v 1.8 2013-11-22 20:51:34 ca Exp $
1090792Sgshapiro */
1190792Sgshapiro
1290792Sgshapiro/*
1390792Sgshapiro**  sm_os_openbsd.h -- platform definitions for OpenBSD
1490792Sgshapiro**
1590792Sgshapiro**  Note: this header file cannot be called OpenBSD.h
1690792Sgshapiro**  because <sys/param.h> defines the macro OpenBSD.
1790792Sgshapiro*/
1890792Sgshapiro
1990792Sgshapiro#define SM_OS_NAME	"openbsd"
2090792Sgshapiro
2190792Sgshapiro#define SM_CONF_SYS_CDEFS_H	1
2290792Sgshapiro#ifndef SM_CONF_SHM
2390792Sgshapiro# define SM_CONF_SHM	1
2490792Sgshapiro#endif /* SM_CONF_SHM */
2590792Sgshapiro#ifndef SM_CONF_SEM
2690792Sgshapiro# define SM_CONF_SEM	1
2790792Sgshapiro#endif /* SM_CONF_SEM */
2890792Sgshapiro#ifndef SM_CONF_MSG
2990792Sgshapiro# define SM_CONF_MSG	1
3090792Sgshapiro#endif /* SM_CONF_MSG */
31