blob: cd2f01ba327454ca8558f487462ad35dc07176f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* Copyright (c) 2001 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_ultrix.h,v 1.4 2013-11-22 20:51:34 ca Exp $
*/
/*
** platform definitions for Ultrix
*/
#define SM_OS_NAME "ultrix"
#define SM_CONF_SSIZE_T 0
|