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_next.h,v 1.7 2001/04/03 01:53:06 gshapiro Exp $
10 */
11
12/*
13**  Platform definitions for NeXT
14*/
15
16#define SM_OS_NAME	"next"
17
18#define SM_CONF_SIGSETJMP	0
19#define SM_CONF_SSIZE_T		0
20#define SM_CONF_FORMAT_TEST	0
21
22/* doesn't seem to work on NeXT 3.x */
23#define SM_DEAD(proto) proto
24#define SM_UNUSED(decl) decl
25
26/* try LLONG tests in libsm/t-types.c? */
27#ifndef SM_CONF_TEST_LLONG
28# define SM_CONF_TEST_LLONG	0
29#endif /* !SM_CONF_TEST_LLONG */
30