From 2e8171b84b69045f1413ce3efdd112328faa6b49 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 23 Feb 2001 08:19:41 +0000 Subject: Sigh. Turn debugging back off. --- libc/inet/resolv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/resolv.c') diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 9245840ca..38aa9b272 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -57,7 +57,7 @@ #define MAX_SERVERS 3 #define MAX_SEARCH 4 -#define DEBUG +#undef DEBUG #ifdef DEBUG static inline void DPRINTF(const char *format, ...) { -- cgit v1.2.3