2 * Copyright (c) 2001 Sendmail, Inc. and its suppliers.
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
9 * $Id: sm_os_mpeix.h,v 1.2 2001/12/14 00:23:02 ca Exp $
13 ** sm_os_mpeix.h -- platform definitions for HP MPE/iX
16 #define SM_OS_NAME "mpeix"
19 # define SM_CONF_SHM 1
20 #endif /* SM_CONF_SHM */
23 # define SM_CONF_SEM 2
24 #endif /* SM_CONF_SEM */
27 # define SM_CONF_MSG 1
28 #endif /* SM_CONF_MSG */
30 #define SM_CONF_SETITIMER 0
32 #ifndef SM_CONF_CANT_SETRGID
33 # define SM_CONF_CANT_SETRGID 1
34 #endif /* SM_CONF_CANT_SETRGID */