2003-05-04 18:33:59 +00:00
|
|
|
$OpenBSD: patch-src_dns_c,v 1.6 2003/05/04 18:33:59 couderc Exp $
|
|
|
|
--- src/dns.c.orig Wed Apr 30 13:39:42 2003
|
|
|
|
+++ src/dns.c Wed Apr 30 13:40:05 2003
|
2003-02-22 17:11:05 +00:00
|
|
|
@@ -30,14 +30,13 @@
|
2003-02-18 15:53:18 +00:00
|
|
|
#include "dns.h"
|
|
|
|
#include "list.h"
|
|
|
|
|
|
|
|
-#define DEBUG_LEVEL 5
|
|
|
|
#include "debug.h"
|
|
|
|
|
|
|
|
|
2003-02-22 17:11:05 +00:00
|
|
|
/*
|
|
|
|
* 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
|