summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-21 09:16:02 +0000
committerbde <bde@FreeBSD.org>1995-08-21 09:16:02 +0000
commitc48db1d71212705488fef88b5d12bc7aa2883863 (patch)
tree28b0537c93b2ba24e8a22490c9c48058b48163f1
parent1c10f9504f2a4c4ea53e350c36f5ae89cdc37522 (diff)
downloadFreeBSD-src-c48db1d71212705488fef88b5d12bc7aa2883863.zip
FreeBSD-src-c48db1d71212705488fef88b5d12bc7aa2883863.tar.gz
Define DEBUG as 1 instead of as nothing so that it doesn't conflict with
-DDEBUG in libresolv/Makefile.
-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 3afa321..a1339d9 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 */
OpenPOWER on IntegriCloud