/* * 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 #if NEED_NAMESER8_COMPAT # include #endif #if NEED_NAMESER_COMPAT # include #endif #endif /* SM_NAMESER_H */