20 lines
473 B
Plaintext
20 lines
473 B
Plaintext
$OpenBSD: patch-src_dns_c,v 1.7 2004/02/21 01:37:19 couderc Exp $
|
|
--- src/dns.c.orig 2003-11-21 17:44:02.000000000 +0100
|
|
+++ src/dns.c 2004-02-21 02:11:12.000000000 +0100
|
|
@@ -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
|