20 lines
451 B
Plaintext
20 lines
451 B
Plaintext
$OpenBSD: patch-src_dns_c,v 1.8 2004/12/04 20:44:27 couderc Exp $
|
|
--- src/dns.c.orig Fri May 21 16:13:07 2004
|
|
+++ src/dns.c Wed Aug 18 17:46:09 2004
|
|
@@ -31,14 +31,13 @@
|
|
#include "dns.h"
|
|
#include "list.h"
|
|
|
|
-#define DEBUG_LEVEL 5
|
|
#include "debug.h"
|
|
|
|
|
|
/*
|
|
* Note: comment the following line for debugging or gprof profiling.
|
|
*/
|
|
-#define G_DNS_THREADED
|
|
+/* #define G_DNS_THREADED */
|
|
|
|
/*
|
|
* Uncomment the following line for libc5 optimization
|