/*
 * Copyright (c) 2003 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: filio.h,v 1.3 2005/06/15 23:41:49 ca Exp $
 */

#ifndef SM_FILIO_H
#define SM_FILIO_H 1

#if HAVE_SYS_FILIO_H
# include <sys/filio.h>
#endif

#endif /* SM_FILIO_H */


syntax highlighted by Code2HTML, v. 0.9.1