sm_os_hp.h revision 95154
157422Smarkm/*
257422Smarkm * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
357422Smarkm *	All rights reserved.
457422Smarkm *
557422Smarkm * By using this file, you agree to the terms and conditions set
657422Smarkm * forth in the LICENSE file which can be found at the top level of
757422Smarkm * the sendmail distribution.
857422Smarkm *
957422Smarkm *	$Id: sm_os_hp.h,v 1.1.1.1 2002/02/17 21:56:43 gshapiro Exp $
1057422Smarkm */
1157422Smarkm
1257422Smarkm/*
1357422Smarkm**  sm_os_hp.h -- platform definitions for HP
1457422Smarkm*/
1557422Smarkm
1657422Smarkm#define SM_OS_NAME	"hp"
1757422Smarkm
1857422Smarkm#ifndef SM_CONF_SHM
1957422Smarkm# define SM_CONF_SHM	1
2057422Smarkm#endif /* SM_CONF_SHM */
2157419Smarkm#ifndef SM_CONF_SEM
2257419Smarkm# define SM_CONF_SEM	2
2357419Smarkm#endif /* SM_CONF_SEM */
2457419Smarkm#ifndef SM_CONF_MSG
2557419Smarkm# define SM_CONF_MSG	1
2657419Smarkm#endif /* SM_CONF_MSG */
2757419Smarkm
2857419Smarkm/* max/min buffer size of other than regular files */
2957419Smarkm#ifndef SM_IO_MAX_BUF
3057419Smarkm# define SM_IO_MAX_BUF	8192
3157419Smarkm#endif /* SM_IO_MAX_BUF */
3257419Smarkm#ifndef SM_IO_MIN_BUF
3357419Smarkm# define SM_IO_MIN_BUF	4096
3457419Smarkm#endif /* SM_IO_MIN_BUF */
3557419Smarkm