190792Sgshapiro/*
290792Sgshapiro * Copyright (c) 2001 Sendmail, 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 *
998121Sgshapiro *	$Id: sm_os_mpeix.h,v 1.2 2001/12/14 00:23:02 ca Exp $
1090792Sgshapiro */
1190792Sgshapiro
1290792Sgshapiro/*
1390792Sgshapiro**  sm_os_mpeix.h -- platform definitions for HP MPE/iX
1490792Sgshapiro*/
1590792Sgshapiro
1690792Sgshapiro#define SM_OS_NAME	"mpeix"
1790792Sgshapiro
1890792Sgshapiro#ifndef SM_CONF_SHM
1990792Sgshapiro# define SM_CONF_SHM	1
2090792Sgshapiro#endif /* SM_CONF_SHM */
2190792Sgshapiro
2290792Sgshapiro#ifndef SM_CONF_SEM
2390792Sgshapiro# define SM_CONF_SEM	2
2490792Sgshapiro#endif /* SM_CONF_SEM */
2590792Sgshapiro
2690792Sgshapiro#ifndef SM_CONF_MSG
2790792Sgshapiro# define SM_CONF_MSG	1
2890792Sgshapiro#endif /* SM_CONF_MSG */
2990792Sgshapiro
3090792Sgshapiro#define SM_CONF_SETITIMER	0
3190792Sgshapiro
3290792Sgshapiro#ifndef SM_CONF_CANT_SETRGID
3390792Sgshapiro# define SM_CONF_CANT_SETRGID	1
3490792Sgshapiro#endif /* SM_CONF_CANT_SETRGID */
35