Import bind 9.4.0.

This commit is contained in:
ghen 2007-03-30 20:16:18 +00:00
parent f0e38187bd
commit e0bee3891d
9 changed files with 11 additions and 13 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: assertions.h,v 1.1.1.2 2007/01/27 21:45:34 christos Exp $ */
/* $NetBSD: assertions.h,v 1.1.1.3 2007/03/30 20:16:18 ghen Exp $ */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
@ -31,20 +31,18 @@ typedef enum {
typedef void (*assertion_failure_callback)(const char *, int, assertion_type,
const char *, int);
/* coverity[+kill] */
extern assertion_failure_callback __assertion_failed;
void set_assertion_failure_callback(assertion_failure_callback f);
const char *assertion_type_to_text(assertion_type type);
#if defined(CHECK_ALL) || defined(__COVERITY__)
#ifdef CHECK_ALL
#define CHECK_REQUIRE 1
#define CHECK_ENSURE 1
#define CHECK_INSIST 1
#define CHECK_INVARIANT 1
#endif
#if defined(CHECK_NONE) && !defined(__COVERITY__)
#ifdef CHECK_NONE
#define CHECK_REQUIRE 0
#define CHECK_ENSURE 0
#define CHECK_INSIST 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: dst.h,v 1.1.1.2 2007/01/27 21:45:34 christos Exp $ */
/* $NetBSD: dst.h,v 1.1.1.3 2007/03/30 20:16:18 ghen Exp $ */
#ifndef DST_H
#define DST_H

View File

@ -1,4 +1,4 @@
/* $NetBSD: eventlib.h,v 1.1.1.2 2007/01/27 21:45:35 christos Exp $ */
/* $NetBSD: eventlib.h,v 1.1.1.3 2007/03/30 20:16:19 ghen Exp $ */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")

View File

@ -1,4 +1,4 @@
/* $NetBSD: heap.h,v 1.1.1.2 2007/01/27 21:45:35 christos Exp $ */
/* $NetBSD: heap.h,v 1.1.1.3 2007/03/30 20:16:19 ghen Exp $ */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")

View File

@ -1,4 +1,4 @@
/* $NetBSD: memcluster.h,v 1.1.1.2 2007/01/27 21:45:35 christos Exp $ */
/* $NetBSD: memcluster.h,v 1.1.1.3 2007/03/30 20:16:19 ghen Exp $ */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")

View File

@ -1,4 +1,4 @@
/* $NetBSD: resolv_mt.h,v 1.1.1.1 2007/01/27 22:43:57 christos Exp $ */
/* $NetBSD: resolv_mt.h,v 1.1.1.2 2007/03/30 20:16:18 ghen Exp $ */
#ifndef _RESOLV_MT_H
#define _RESOLV_MT_H

View File

@ -1,4 +1,4 @@
/* $NetBSD: eventlib_p.h,v 1.1.1.2 2007/01/27 21:45:37 christos Exp $ */
/* $NetBSD: eventlib_p.h,v 1.1.1.3 2007/03/30 20:16:20 ghen Exp $ */
/*
* Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC")

View File

@ -1,4 +1,4 @@
/* $NetBSD: res_debug.h,v 1.1.1.2 2007/01/27 21:45:38 christos Exp $ */
/* $NetBSD: res_debug.h,v 1.1.1.3 2007/03/30 20:16:22 ghen Exp $ */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")

View File

@ -1,4 +1,4 @@
/* $NetBSD: res_private.h,v 1.1.1.2 2007/01/27 21:45:39 christos Exp $ */
/* $NetBSD: res_private.h,v 1.1.1.3 2007/03/30 20:16:22 ghen Exp $ */
#ifndef res_private_h
#define res_private_h