blob: c4fcd1acc2e84d60760ebaed6b24b198840dd697 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* Copyright (c) 2003 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
* $Id: sm_os_unicosmk.h,v 1.2 2013/11/22 20:51:34 ca Exp $
*/
/*
** Cray UNICOS/mk
*/
#define SM_OS_NAME "unicosmk"
#define SM_CONF_LONGLONG 1
|