2 * Copyright (c) 2000-2001, 2003 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_aix.h,v 1.9.2.1 2003/04/28 23:11:07 ca Exp $
13 ** sm_os_aix.h -- platform definitions for AIX
16 #define SM_OS_NAME "aix"
19 # define SM_CONF_SHM 1
20 #endif /* SM_CONF_SHM */
22 # define SM_CONF_SEM 2
23 #endif /* SM_CONF_SEM */
25 # define SM_CONF_MSG 1
26 #endif /* SM_CONF_MSG */
28 /* AIX 3 doesn't have a prototype for syslog()? */
31 # ifndef SM_CONF_SYSLOG
32 # define SM_CONF_SYSLOG 0
33 # endif /* SM_CONF_SYSLOG */
38 # define SM_CONF_LONGLONG 1
39 #endif /* _AIX5 >= 50200 */