comparison src/includes.h @ 222:b2a7ca398712

add dns resolver debugging
author Carl Byington <carl@five-ten-sg.com>
date Sun, 28 Dec 2008 08:34:14 -0800
parents 82886d4dd71f
children da9e7f1c8160
comparison
equal deleted inserted replaced
221:21037aa3aae5 222:b2a7ca398712
7 */ 7 */
8 8
9 #define VERIFY_DEBUG 1 9 #define VERIFY_DEBUG 1
10 #define RESOLVER_DEBUG 1 10 #define RESOLVER_DEBUG 1
11 #undef VERIFY_DEBUG 11 #undef VERIFY_DEBUG
12 #undef RESOLVER_DEBUG 12 //#undef RESOLVER_DEBUG
13 13
14 #ifdef HAVE_CONFIG_H 14 #ifdef HAVE_CONFIG_H
15 #include "config.h" 15 #include "config.h"
16 #endif 16 #endif
17 17