Import sendmail 8.13.7
[dragonfly.git] / contrib / sendmail-8.13.7 / include / sm / os / sm_os_hp.h
blob2cbcb577908948468c88424f0a16499382afc626
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_hp.h,v 1.8 2001/10/31 15:36:56 ca Exp $
13 ** sm_os_hp.h -- platform definitions for HP
16 #define SM_OS_NAME "hp"
18 #ifndef SM_CONF_SHM
19 # define SM_CONF_SHM 1
20 #endif /* SM_CONF_SHM */
21 #ifndef SM_CONF_SEM
22 # define SM_CONF_SEM 2
23 #endif /* SM_CONF_SEM */
24 #ifndef SM_CONF_MSG
25 # define SM_CONF_MSG 1
26 #endif /* SM_CONF_MSG */
28 /* max/min buffer size of other than regular files */
29 #ifndef SM_IO_MAX_BUF
30 # define SM_IO_MAX_BUF 8192
31 #endif /* SM_IO_MAX_BUF */
32 #ifndef SM_IO_MIN_BUF
33 # define SM_IO_MIN_BUF 4096
34 #endif /* SM_IO_MIN_BUF */