/*
 * Some unixoid utilities include param.h expecting to get these values
 */

#ifndef _PARAM_H
#define _PARAM_H

#define	MAXHOSTNAMELEN	64
#define MAXPATHLEN	256

#endif /* !_PARAM_H */
