]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
don't #define DNS_STATS_NCOUNTERS in two different places [RT #1666]
authorAndreas Gustafsson <source@isc.org>
Mon, 27 Aug 2001 21:47:00 +0000 (21:47 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 27 Aug 2001 21:47:00 +0000 (21:47 +0000)
lib/dns/include/dns/zone.h

index 868231c3d8c69978a887d88bb98cdc56e64b6093..7329feef8bcde6ca0cb180e9eb99970d06c6af4f 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.h,v 1.105 2001/05/14 19:06:45 bwelling Exp $ */
+/* $Id: zone.h,v 1.106 2001/08/27 21:47:00 gson Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
@@ -39,8 +39,6 @@ typedef enum {
        dns_zone_stub
 } dns_zonetype_t;
 
-#define DNS_STATS_NCOUNTERS      6
-
 #define DNS_ZONEOPT_SERVERS    0x00000001U     /* perform server checks */
 #define DNS_ZONEOPT_PARENTS    0x00000002U     /* perform parent checks */
 #define DNS_ZONEOPT_CHILDREN   0x00000004U     /* perform child checks */