/*
* Copyright (c) 2004-2006 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: nameser.h,v 1.5 2006/06/01 00:08:32 ca Exp $
*/
#ifndef SM_NAMESER_H
#define SM_NAMESER_H 1
#include "sm/generic.h"
#include <arpa/nameser.h>
#if NEED_NAMESER8_COMPAT
# include <arpa/nameser8_compat.h>
#endif
#if NEED_NAMESER_COMPAT
# include <arpa/nameser_compat.h>
#endif
#endif /* SM_NAMESER_H */
syntax highlighted by Code2HTML, v. 0.9.1