of the configuration file to return a failure
status even though they were logged. [RT #1847]
+1028. [bug] On Win32, dig/host/nslookup looked for resolv.conf
+ in the wrong directory. [RT #1833]
+
1027. [bug] RRs having the reserved type 0 should be rejected.
[RT #1471]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dighost.c,v 1.221.2.2 2001/09/27 23:30:46 gson Exp $ */
+/* $Id: dighost.c,v 1.221.2.3 2001/10/04 22:03:41 gson Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
free_now = ISC_FALSE;
get_servers = ISC_TF(server_list.head == NULL);
- fp = fopen(RESOLVCONF, "r");
+ fp = fopen(RESOLV_CONF, "r");
/* XXX Use lwres resolv.conf reader */
if (fp == NULL)
goto no_file;
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dig.h,v 1.71 2001/08/08 22:54:15 gson Exp $ */
+/* $Id: dig.h,v 1.71.2.1 2001/10/04 22:03:42 gson Exp $ */
#ifndef DIG_H
#define DIG_H
#define MXRD 32
#define BUFSIZE 512
#define COMMSIZE 0xffff
-#define RESOLVCONF "/etc/resolv.conf"
+#ifndef RESOLV_CONF
+#define RESOLV_CONF "/etc/resolv.conf"
+#endif
#define OUTPUTBUF 32767
#define MAXRRLIMIT 0xffffffff
#define MAXTIMEOUT 0xffff