OSDN Git Service

Sigh. Turn debugging back off.
authorEric Andersen <andersen@codepoet.org>
Fri, 23 Feb 2001 08:19:41 +0000 (08:19 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 23 Feb 2001 08:19:41 +0000 (08:19 -0000)
libc/inet/resolv.c

index 9245840..38aa9b2 100644 (file)
@@ -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, ...)
 {