2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +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: nslookup.c,v 1.102 2004/04/13 02:39:35 marka Exp $ */
/* $Id: nslookup.c,v 1.103 2004/04/13 02:54:15 marka Exp $ */
#include <config.h>
@@ -42,6 +42,15 @@
#include <dns/rdatatype.h>
#include <dns/byaddr.h>
#ifdef DIG_SIGCHASE
#ifndef DIG_SIGCHASE_BU
#define DIG_SIGCHASE_BU 1
#endif
#ifndef DIG_SIGCHASE_TD
#define DIG_SIGCHASE_TD 1
#endif
#endif
#include <dig/dig.h>
extern ISC_LIST(dig_lookup_t) lookup_list;
@@ -189,7 +198,7 @@ printa(dns_rdata_t *rdata) {
printf("Address: %.*s\n", (int)isc_buffer_usedlength(&b),
(char *)isc_buffer_base(&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,