diff src/includes.h @ 223:da9e7f1c8160

fix unsigned signed compare, back to mixed -lresolv and libresolv.a with auto requires
author Carl Byington <carl@five-ten-sg.com>
date Sun, 28 Dec 2008 09:15:25 -0800
parents b2a7ca398712
children 3fee608becbc
line wrap: on
line diff
--- a/src/includes.h	Sun Dec 28 08:34:14 2008 -0800
+++ b/src/includes.h	Sun Dec 28 09:15:25 2008 -0800
@@ -9,7 +9,7 @@
 #define VERIFY_DEBUG   1
 #define RESOLVER_DEBUG 1
 #undef	VERIFY_DEBUG
-//#undef	RESOLVER_DEBUG
+#undef	RESOLVER_DEBUG
 
 #ifdef HAVE_CONFIG_H
 	#include "config.h"