174462Salfred/*
274462Salfred * Copyright (c) 2000 Proofpoint, Inc. and its suppliers.
31901Swollman *	All rights reserved.
41901Swollman *
51901Swollman * By using this file, you agree to the terms and conditions set
61901Swollman * forth in the LICENSE file which can be found at the top level of
71901Swollman * the sendmail distribution.
81901Swollman *
91901Swollman *	$Id: sm_os_openbsd.h,v 1.8 2013-11-22 20:51:34 ca Exp $
108870Srgrimes */
111901Swollman
121901Swollman/*
131901Swollman**  sm_os_openbsd.h -- platform definitions for OpenBSD
148870Srgrimes**
151901Swollman**  Note: this header file cannot be called OpenBSD.h
161901Swollman**  because <sys/param.h> defines the macro OpenBSD.
171901Swollman*/
188870Srgrimes
191901Swollman#define SM_OS_NAME	"openbsd"
201901Swollman
211901Swollman#define SM_CONF_SYS_CDEFS_H	1
228870Srgrimes#ifndef SM_CONF_SHM
231901Swollman# define SM_CONF_SHM	1
241901Swollman#endif
251901Swollman#ifndef SM_CONF_SEM
268870Srgrimes# define SM_CONF_SEM	1
271901Swollman#endif
281901Swollman#ifndef SM_CONF_MSG
291901Swollman# define SM_CONF_MSG	1
301901Swollman#endif
311901Swollman