summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-08-21 09:16:02 +0000
committerBruce Evans <bde@FreeBSD.org>1995-08-21 09:16:02 +0000
commit4fc61ca748cccb688b505920c05da1f777a630f3 (patch)
tree28b0537c93b2ba24e8a22490c9c48058b48163f1 /lib/libc
parente6507d611f3e831959229597f0bca0c2ee16c0f2 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/res_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/res_config.h b/lib/libc/net/res_config.h
index 3afa3218b992..a1339d9652a1 100644
--- a/lib/libc/net/res_config.h
+++ b/lib/libc/net/res_config.h
@@ -1,4 +1,4 @@
-#define DEBUG /* enable debugging code (needed for dig) */
+#define DEBUG 1 /* enable debugging code (needed for dig) */
#undef ALLOW_T_UNSPEC /* enable the "unspec" RR type for old athena */
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
#undef RFC1535 /* comply with RFC1535 */