Mercurial > dnsbl
comparison 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 |
comparison
equal
deleted
inserted
replaced
222:b2a7ca398712 | 223:da9e7f1c8160 |
---|---|
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 |