1 /*
2 * Copyright (c) 2000-2001 Sendmail, 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_sunos.h,v 1.14 2001/08/14 18:09:42 ca Exp $
10 */
11
12 #pragma ident "%Z%%M% %I% %E% SMI"
13
14 /*
15 ** platform definitions for SunOS 4.0.3, SunOS 4.1.x and Solaris 2.x
16 */
17
18 #define SM_OS_NAME "sunos"
19
20 #ifdef SOLARIS
21 /*
22 ** Solaris 2.x (aka SunOS 5.x)
23 ** M4 config file is devtools/OS/SunOS.5.x, which defines the SOLARIS macro.
24 */
25
26 # define SM_CONF_LONGLONG 1
27 # ifndef SM_CONF_SHM
28 # define SM_CONF_SHM 1
29 # endif /* SM_CONF_SHM */
30 # ifndef SM_CONF_SEM
31 # define SM_CONF_SEM 2
32 # endif /* SM_CONF_SEM */
33 # ifndef SM_CONF_MSG
|
1 /*
2 * Copyright (c) 2000-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_sunos.h,v 1.15 2013-11-22 20:51:34 ca Exp $
10 */
11
12 /*
13 ** platform definitions for SunOS 4.0.3, SunOS 4.1.x and Solaris 2.x
14 */
15
16 #define SM_OS_NAME "sunos"
17
18 #ifdef SOLARIS
19 /*
20 ** Solaris 2.x (aka SunOS 5.x)
21 ** M4 config file is devtools/OS/SunOS.5.x, which defines the SOLARIS macro.
22 */
23
24 # define SM_CONF_LONGLONG 1
25 # ifndef SM_CONF_SHM
26 # define SM_CONF_SHM 1
27 # endif /* SM_CONF_SHM */
28 # ifndef SM_CONF_SEM
29 # define SM_CONF_SEM 2
30 # endif /* SM_CONF_SEM */
31 # ifndef SM_CONF_MSG
|