190792Sgshapiro/*
2261363Sgshapiro * Copyright (c) 2000-2001 Proofpoint, Inc. and its suppliers.
390792Sgshapiro *	All rights reserved.
490792Sgshapiro *
590792Sgshapiro * By using this file, you agree to the terms and conditions set
690792Sgshapiro * forth in the LICENSE file which can be found at the top level of
790792Sgshapiro * the sendmail distribution.
890792Sgshapiro *
9266692Sgshapiro *	$Id: sm_os_next.h,v 1.8 2013-11-22 20:51:34 ca Exp $
1090792Sgshapiro */
1190792Sgshapiro
1290792Sgshapiro/*
1390792Sgshapiro**  Platform definitions for NeXT
1490792Sgshapiro*/
1590792Sgshapiro
1690792Sgshapiro#define SM_OS_NAME	"next"
1790792Sgshapiro
1890792Sgshapiro#define SM_CONF_SIGSETJMP	0
1990792Sgshapiro#define SM_CONF_SSIZE_T		0
2090792Sgshapiro#define SM_CONF_FORMAT_TEST	0
2190792Sgshapiro
2290792Sgshapiro/* doesn't seem to work on NeXT 3.x */
2390792Sgshapiro#define SM_DEAD(proto) proto
2490792Sgshapiro#define SM_UNUSED(decl) decl
2590792Sgshapiro
2690792Sgshapiro/* try LLONG tests in libsm/t-types.c? */
2790792Sgshapiro#ifndef SM_CONF_TEST_LLONG
2890792Sgshapiro# define SM_CONF_TEST_LLONG	0
2990792Sgshapiro#endif /* !SM_CONF_TEST_LLONG */
30