Import sendmail 8.13.4 into a new contrib directory as the first step
[dragonfly.git] / contrib / sendmail-8.13.4 / include / sm / os / sm_os_next.h
blob03f886ea0324743232d94f9d10f95cd0d407ead6
1 /*
2 * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
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.
9 * $Id: sm_os_next.h,v 1.7 2001/04/03 01:53:06 gshapiro Exp $
13 ** Platform definitions for NeXT
16 #define SM_OS_NAME "next"
18 #define SM_CONF_SIGSETJMP 0
19 #define SM_CONF_SSIZE_T 0
20 #define SM_CONF_FORMAT_TEST 0
22 /* doesn't seem to work on NeXT 3.x */
23 #define SM_DEAD(proto) proto
24 #define SM_UNUSED(decl) decl
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 */