Mercurial > dnsbl
comparison src/includes.h @ 177:a4d313c2460b
start embedded dcc filtering
author | carl |
---|---|
date | Sun, 30 Sep 2007 10:27:14 -0700 |
parents | 9b129ed78d7d |
children | 82886d4dd71f |
comparison
equal
deleted
inserted
replaced
176:4ec928b24bab | 177:a4d313c2460b |
---|---|
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 | |
15 #include "config.h" | |
16 #endif | |
17 | |
14 #include "tokenizer.h" | 18 #include "tokenizer.h" |
15 #include "context.h" | 19 #include "context.h" |
16 #include "dnsbl.h" | 20 #include "dnsbl.h" |
17 #include "scanner.h" | 21 #include "scanner.h" |
18 #include "spamass.h" | 22 #include "spamass.h" |
23 #include "dccifd.h" |