Define DEBUG as 1 instead of as nothing so that it doesn't conflict with

-DDEBUG in libresolv/Makefile.
This commit is contained in:
Bruce Evans 1995-08-21 09:16:02 +00:00
parent e6507d611f
commit 4fc61ca748
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10151

View File

@ -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 */