Mercurial > dnsbl
view src/includes.h @ 206:e9c05e8460b0
more changes to spec file to package html documentation
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 04 Mar 2008 23:51:01 -0800 |
parents | a4d313c2460b |
children | 82886d4dd71f |
line wrap: on
line source
/* Copyright (c) 2007 Carl Byington - 510 Software Group, released under the GPL version 3 or any later version at your choice available at http://www.gnu.org/licenses/gpl-3.0.txt */ #define VERIFY_DEBUG 1 #define RESOLVER_DEBUG 1 #undef VERIFY_DEBUG #undef RESOLVER_DEBUG #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "tokenizer.h" #include "context.h" #include "dnsbl.h" #include "scanner.h" #include "spamass.h" #include "dccifd.h"