140266059SGregory Neil Shapiro /* 25dd76dd0SGregory Neil Shapiro * Copyright (c) 2000-2001, 2003 Proofpoint, Inc. and its suppliers. 340266059SGregory Neil Shapiro * All rights reserved. 440266059SGregory Neil Shapiro * 540266059SGregory Neil Shapiro * By using this file, you agree to the terms and conditions set 640266059SGregory Neil Shapiro * forth in the LICENSE file which can be found at the top level of 740266059SGregory Neil Shapiro * the sendmail distribution. 840266059SGregory Neil Shapiro * 9*4313cc83SGregory Neil Shapiro * $Id: sm_os_aix.h,v 1.12 2013-11-22 20:51:34 ca Exp $ 1040266059SGregory Neil Shapiro */ 1140266059SGregory Neil Shapiro 1240266059SGregory Neil Shapiro /* 1340266059SGregory Neil Shapiro ** sm_os_aix.h -- platform definitions for AIX 1440266059SGregory Neil Shapiro */ 1540266059SGregory Neil Shapiro 1640266059SGregory Neil Shapiro #define SM_OS_NAME "aix" 1740266059SGregory Neil Shapiro 1840266059SGregory Neil Shapiro #ifndef SM_CONF_SHM 1940266059SGregory Neil Shapiro # define SM_CONF_SHM 1 2040266059SGregory Neil Shapiro #endif /* SM_CONF_SHM */ 2140266059SGregory Neil Shapiro #ifndef SM_CONF_SEM 2240266059SGregory Neil Shapiro # define SM_CONF_SEM 2 2340266059SGregory Neil Shapiro #endif /* SM_CONF_SEM */ 2440266059SGregory Neil Shapiro #ifndef SM_CONF_MSG 2540266059SGregory Neil Shapiro # define SM_CONF_MSG 1 2640266059SGregory Neil Shapiro #endif /* SM_CONF_MSG */ 2740266059SGregory Neil Shapiro 2840266059SGregory Neil Shapiro /* AIX 3 doesn't have a prototype for syslog()? */ 2940266059SGregory Neil Shapiro #ifdef _AIX3 3040266059SGregory Neil Shapiro # ifndef _AIX4 3140266059SGregory Neil Shapiro # ifndef SM_CONF_SYSLOG 3240266059SGregory Neil Shapiro # define SM_CONF_SYSLOG 0 3340266059SGregory Neil Shapiro # endif /* SM_CONF_SYSLOG */ 3440266059SGregory Neil Shapiro # endif /* ! _AIX4 */ 3540266059SGregory Neil Shapiro #endif /* _AIX3 */ 36a7ec597cSGregory Neil Shapiro 37a7ec597cSGregory Neil Shapiro #if _AIX5 >= 50200 38a7ec597cSGregory Neil Shapiro # define SM_CONF_LONGLONG 1 39a7ec597cSGregory Neil Shapiro #endif /* _AIX5 >= 50200 */ 40