1 /* 2 * Copyright (c) 2000-2001 Proofpoint, 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.8 2013-11-22 20:51:34 ca 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