190792Sgshapiro/*
2261363Sgshapiro * Copyright (c) 2000-2001 Proofpoint, Inc. and its suppliers.
390792Sgshapiro *	All rights reserved.
490792Sgshapiro *
590792Sgshapiro * By using this file, you agree to the terms and conditions set
690792Sgshapiro * forth in the LICENSE file which can be found at the top level of
790792Sgshapiro * the sendmail distribution.
890792Sgshapiro *
9266692Sgshapiro *	$Id: sm_os_hp.h,v 1.9 2013-11-22 20:51:34 ca Exp $
1090792Sgshapiro */
1190792Sgshapiro
1290792Sgshapiro/*
1390792Sgshapiro**  sm_os_hp.h -- platform definitions for HP
1490792Sgshapiro*/
1590792Sgshapiro
1690792Sgshapiro#define SM_OS_NAME	"hp"
1790792Sgshapiro
1890792Sgshapiro#ifndef SM_CONF_SHM
1990792Sgshapiro# define SM_CONF_SHM	1
2090792Sgshapiro#endif /* SM_CONF_SHM */
2190792Sgshapiro#ifndef SM_CONF_SEM
2290792Sgshapiro# define SM_CONF_SEM	2
2390792Sgshapiro#endif /* SM_CONF_SEM */
2490792Sgshapiro#ifndef SM_CONF_MSG
2590792Sgshapiro# define SM_CONF_MSG	1
2690792Sgshapiro#endif /* SM_CONF_MSG */
2790792Sgshapiro
2890792Sgshapiro/* max/min buffer size of other than regular files */
2990792Sgshapiro#ifndef SM_IO_MAX_BUF
3090792Sgshapiro# define SM_IO_MAX_BUF	8192
3190792Sgshapiro#endif /* SM_IO_MAX_BUF */
3290792Sgshapiro#ifndef SM_IO_MIN_BUF
3390792Sgshapiro# define SM_IO_MIN_BUF	4096
3490792Sgshapiro#endif /* SM_IO_MIN_BUF */
35