Mercurial > dnsbl
annotate src/includes.h @ 198:fbcf2733fe79
always rebuild from clean source control tip, rather than from working directory
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 02 Feb 2008 11:58:46 -0800 |
parents | a4d313c2460b |
children | 82886d4dd71f |
rev | line source |
---|---|
143 | 1 /* |
2 | |
152 | 3 Copyright (c) 2007 Carl Byington - 510 Software Group, released under |
4 the GPL version 3 or any later version at your choice available at | |
5 http://www.gnu.org/licenses/gpl-3.0.txt | |
143 | 6 |
7 */ | |
8 | |
94 | 9 #define VERIFY_DEBUG 1 |
10 #define RESOLVER_DEBUG 1 | |
11 #undef VERIFY_DEBUG | |
12 #undef RESOLVER_DEBUG | |
13 | |
177 | 14 #ifdef HAVE_CONFIG_H |
15 #include "config.h" | |
16 #endif | |
17 | |
94 | 18 #include "tokenizer.h" |
19 #include "context.h" | |
20 #include "dnsbl.h" | |
21 #include "scanner.h" | |
167
9b129ed78d7d
actually use spamassassin result, allow build without spam assassin, only call it if some recipient needs it.
carl
parents:
152
diff
changeset
|
22 #include "spamass.h" |
177 | 23 #include "dccifd.h" |