sm_os_openbsd.h revision 266692
1197543Sbz/*
2197543Sbz * Copyright (c) 2000 Proofpoint, Inc. and its suppliers.
3197543Sbz *	All rights reserved.
4197543Sbz *
5197543Sbz * By using this file, you agree to the terms and conditions set
6197543Sbz * forth in the LICENSE file which can be found at the top level of
7197543Sbz * the sendmail distribution.
8197543Sbz *
9197543Sbz *	$Id: sm_os_openbsd.h,v 1.8 2013-11-22 20:51:34 ca Exp $
10197543Sbz */
11197543Sbz
12197543Sbz/*
13197543Sbz**  sm_os_openbsd.h -- platform definitions for OpenBSD
14197543Sbz**
15197543Sbz**  Note: this header file cannot be called OpenBSD.h
16197543Sbz**  because <sys/param.h> defines the macro OpenBSD.
17197543Sbz*/
18197543Sbz
19197543Sbz#define SM_OS_NAME	"openbsd"
20197543Sbz
21197543Sbz#define SM_CONF_SYS_CDEFS_H	1
22197543Sbz#ifndef SM_CONF_SHM
23197543Sbz# define SM_CONF_SHM	1
24197543Sbz#endif /* SM_CONF_SHM */
25197543Sbz#ifndef SM_CONF_SEM
26197543Sbz# define SM_CONF_SEM	1
27197543Sbz#endif /* SM_CONF_SEM */
28197543Sbz#ifndef SM_CONF_MSG
29197543Sbz# define SM_CONF_MSG	1
30197543Sbz#endif /* SM_CONF_MSG */
31197543Sbz