/*++

Copyright (c) 1996-2000  Microsoft Corporation

Module Name:

    dns.h

Abstract:

    Domain Name System (DNS)

    General DNS definitions.

Author:

    Jim Gilroy (jamesg)     December 7, 1996

Revision History:

--*/


#ifndef _DNS_INCLUDED_
#define _DNS_INCLUDED_

//
//  Note:  this file is dead!  DO NOT INCLUDE!!!
//

#include <dnsapi.h>

#endif // _DNS_INCLUDED_
