Mercurial > dnsbl
view src/includes.h @ 477:331facb7b970 default tip
Added tag stable-6-0-78 for changeset fcf66a7aead5
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 20 Feb 2021 10:59:24 -0800 |
parents | 5209e92b4885 |
children |
line wrap: on
line source
/* Copyright (c) 2007, 2021 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 <map> #include <list> #include <set> #include <fstream> #include <regex.h> #include <string.h> #include <stdlib.h> #include <stdio.h> #include <string> #include <stdint.h> #include <arpa/nameser.h> #include "tokenizer.h" #include "context.h" #include "spamass.h" #include "dccifd.h" #include "dnsbl.h" #include "scanner.h"