xref: /freebsd/contrib/sendmail/include/sm/os/sm_os_next.h (revision ee7b0571c2c18bdec848ed2044223cc88db29bd8)
140266059SGregory Neil Shapiro /*
25dd76dd0SGregory Neil Shapiro  * Copyright (c) 2000-2001 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_next.h,v 1.8 2013-11-22 20:51:34 ca Exp $
1040266059SGregory Neil Shapiro  */
1140266059SGregory Neil Shapiro 
1240266059SGregory Neil Shapiro /*
1340266059SGregory Neil Shapiro **  Platform definitions for NeXT
1440266059SGregory Neil Shapiro */
1540266059SGregory Neil Shapiro 
1640266059SGregory Neil Shapiro #define SM_OS_NAME	"next"
1740266059SGregory Neil Shapiro 
1840266059SGregory Neil Shapiro #define SM_CONF_SIGSETJMP	0
1940266059SGregory Neil Shapiro #define SM_CONF_SSIZE_T		0
2040266059SGregory Neil Shapiro #define SM_CONF_FORMAT_TEST	0
2140266059SGregory Neil Shapiro 
2240266059SGregory Neil Shapiro /* doesn't seem to work on NeXT 3.x */
2340266059SGregory Neil Shapiro #define SM_DEAD(proto) proto
2440266059SGregory Neil Shapiro #define SM_UNUSED(decl) decl
2540266059SGregory Neil Shapiro 
2640266059SGregory Neil Shapiro /* try LLONG tests in libsm/t-types.c? */
2740266059SGregory Neil Shapiro #ifndef SM_CONF_TEST_LLONG
2840266059SGregory Neil Shapiro # define SM_CONF_TEST_LLONG	0
2940266059SGregory Neil Shapiro #endif /* !SM_CONF_TEST_LLONG */
30