/*
 * Copyright (c) 2004, 2005 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.
 *
 *	$Id: grp.h,v 1.2 2005/05/03 20:32:44 ca Exp $
 */

#ifndef SM_GRP_H
#define SM_GRP_H 1

#include "sm/generic.h"
#if HAVE_GRP_H
#include <grp.h>
#endif

#endif /* ! SM_GRP_H */


syntax highlighted by Code2HTML, v. 0.9.1