Index: lib/libc/resolv/res_init.c =================================================================== --- lib/libc/resolv/res_init.c +++ lib/libc/resolv/res_init.c @@ -116,7 +116,7 @@ /*% Options. Should all be left alone. */ #define RESOLVSORT -#define DEBUG +/*#define DEBUG*/ #ifdef SOLARIS2 #include Index: lib/libc/resolv/res_mkquery.c =================================================================== --- lib/libc/resolv/res_mkquery.c +++ lib/libc/resolv/res_mkquery.c @@ -83,7 +83,7 @@ #include "port_after.h" /* Options. Leave them on. */ -#define DEBUG +/*#define DEBUG*/ extern const char *_res_opcodes[]; Index: lib/libc/resolv/res_mkupdate.c =================================================================== --- lib/libc/resolv/res_mkupdate.c +++ lib/libc/resolv/res_mkupdate.c @@ -54,7 +54,7 @@ #include "port_after.h" /* Options. Leave them on. */ -#define DEBUG +/*#define DEBUG */ #define MAXPORT 1024 static int getnum_str(u_char **, u_char *); Index: lib/libc/resolv/res_query.c =================================================================== --- lib/libc/resolv/res_query.c +++ lib/libc/resolv/res_query.c @@ -88,7 +88,7 @@ #include "port_after.h" /* Options. Leave them on. */ -#define DEBUG +/*#define DEBUG*/ #if PACKETSZ > 1024 #define MAXPACKET PACKETSZ Index: lib/libc/resolv/res_send.c =================================================================== --- lib/libc/resolv/res_send.c +++ lib/libc/resolv/res_send.c @@ -119,7 +119,7 @@ #include "un-namespace.h" /* Options. Leave them on. */ -#define DEBUG +/*#define DEBUG*/ #include "res_debug.h" #include "res_private.h"