2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
This commit is contained in:
Mark Andrews
2004-04-13 02:54:15 +00:00
parent 1ae75c1024
commit 2a23a62524
4 changed files with 26 additions and 17 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: host.c,v 1.96 2004/04/13 02:39:35 marka Exp $ */
/* $Id: host.c,v 1.97 2004/04/13 02:54:14 marka Exp $ */
#include <config.h>
#include <limits.h>
@@ -209,7 +209,7 @@ say_message(dns_name_t *name, const char *msg, dns_rdata_t *rdata,
printf("\n");
isc_buffer_free(&b);
}
#ifdef _SIGCHASE_
#ifdef DIG_SIGCHASE
/* Just for compatibility : not use in host program */
isc_result_t
printrdataset(dns_name_t *owner_name, dns_rdataset_t *rdataset,