blob: 195ec7895cdf16fd15b788515657b8466443295e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/*
* Copyright (c) 2001 Sendmail, 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.
*
* $Sendmail: sm_os_osf1.h,v 1.2 2001/10/01 14:10:45 ca Exp $
*/
/*
** platform definitions for Digital UNIX
*/
#define SM_OS_NAME "osf1"
#define SM_CONF_SETITIMER 0
/* can't set real gid */
#ifndef SM_CONF_CANT_SETRGID
# define SM_CONF_CANT_SETRGID 1
#endif /* SM_CONF_CANT_SETRGID */
|