1 /* 2 * Copyright (c) 2001 Proofpoint, Inc. and its suppliers. 3 * All rights reserved. 4 * 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. 8 * 9 * $Id: sm_os_mpeix.h,v 1.3 2013/11/22 20:51:34 ca Exp $ 10 */ 11 12 /* 13 ** sm_os_mpeix.h -- platform definitions for HP MPE/iX 14 */ 15 16 #define SM_OS_NAME "mpeix" 17 18 #ifndef SM_CONF_SHM 19 # define SM_CONF_SHM 1 20 #endif /* SM_CONF_SHM */ 21 22 #ifndef SM_CONF_SEM 23 # define SM_CONF_SEM 2 24 #endif /* SM_CONF_SEM */ 25 26 #ifndef SM_CONF_MSG 27 # define SM_CONF_MSG 1 28 #endif /* SM_CONF_MSG */ 29 30 #define SM_CONF_SETITIMER 0 31 32 #ifndef SM_CONF_CANT_SETRGID 33 # define SM_CONF_CANT_SETRGID 1 34 #endif /* SM_CONF_CANT_SETRGID */ 35