bind9.h revision 275970
16059Samurai/*
26059Samurai * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
36059Samurai *
46059Samurai * Permission to use, copy, modify, and/or distribute this software for any
56059Samurai * purpose with or without fee is hereby granted, provided that the above
66059Samurai * copyright notice and this permission notice appear in all copies.
76059Samurai *
86059Samurai * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
96059Samurai * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
106059Samurai * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
116059Samurai * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
126059Samurai * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
136059Samurai * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
146059Samurai * PERFORMANCE OF THIS SOFTWARE.
156059Samurai */
166059Samurai
176059Samurai/* $Id: bind9.h,v 1.2 2009/12/05 23:31:41 each Exp $ */
186059Samurai
196059Samurai#ifndef ISC_BIND9_H
206764Samurai#define ISC_BIND9_H 1
216735Samurai
226059Samurai/*
236059Samurai * This determines whether we are building BIND9 or using the exported
246059Samurai * libisc/libdns libraries.  The version of this file included in the
256059Samurai * standard BIND9 build defines BIND9; the version included with the
266059Samurai * exportable libraries does not.
276059Samurai */
286059Samurai#define BIND9 1
296059Samurai
306059Samurai#endif /* ISC_BIND9_H */
316059Samurai