sm_os_next.h revision 90792
1219089Spjd/*
2219089Spjd * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
3219089Spjd *	All rights reserved.
4219089Spjd *
5219089Spjd * By using this file, you agree to the terms and conditions set
6219089Spjd * forth in the LICENSE file which can be found at the top level of
7219089Spjd * the sendmail distribution.
8219089Spjd *
9219089Spjd *	$Id: sm_os_next.h,v 1.7 2001/04/03 01:53:06 gshapiro Exp $
10219089Spjd */
11219089Spjd
12219089Spjd/*
13219089Spjd**  Platform definitions for NeXT
14219089Spjd*/
15219089Spjd
16219089Spjd#define SM_OS_NAME	"next"
17219089Spjd
18219089Spjd#define SM_CONF_SIGSETJMP	0
19219089Spjd#define SM_CONF_SSIZE_T		0
20219089Spjd#define SM_CONF_FORMAT_TEST	0
21219089Spjd
22219089Spjd/* doesn't seem to work on NeXT 3.x */
23219089Spjd#define SM_DEAD(proto) proto
24219089Spjd#define SM_UNUSED(decl) decl
25219089Spjd
26219089Spjd/* try LLONG tests in libsm/t-types.c? */
27219089Spjd#ifndef SM_CONF_TEST_LLONG
28219089Spjd# define SM_CONF_TEST_LLONG	0
29219089Spjd#endif /* !SM_CONF_TEST_LLONG */
30219089Spjd