sm_os_openbsd.h revision 90792
16628Ssos/*
2230132Suqs * Copyright (c) 2000 Sendmail, Inc. and its suppliers.
36628Ssos *	All rights reserved.
46628Ssos *
56628Ssos * By using this file, you agree to the terms and conditions set
66628Ssos * forth in the LICENSE file which can be found at the top level of
76628Ssos * the sendmail distribution.
86628Ssos *
939287Ssos *	$Id: sm_os_openbsd.h,v 1.7 2000/12/05 19:00:47 dmoen Exp $
1039287Ssos */
116628Ssos
126628Ssos/*
136628Ssos**  sm_os_openbsd.h -- platform definitions for OpenBSD
146628Ssos**
1539287Ssos**  Note: this header file cannot be called OpenBSD.h
166628Ssos**  because <sys/param.h> defines the macro OpenBSD.
176628Ssos*/
186628Ssos
196628Ssos#define SM_OS_NAME	"openbsd"
206628Ssos
216628Ssos#define SM_CONF_SYS_CDEFS_H	1
226628Ssos#ifndef SM_CONF_SHM
236628Ssos# define SM_CONF_SHM	1
246628Ssos#endif /* SM_CONF_SHM */
256628Ssos#ifndef SM_CONF_SEM
266628Ssos# define SM_CONF_SEM	1
276628Ssos#endif /* SM_CONF_SEM */
2850477Speter#ifndef SM_CONF_MSG
296628Ssos# define SM_CONF_MSG	1
306628Ssos#endif /* SM_CONF_MSG */
316628Ssos