annotate src/includes.h @ 143:ecb40aa3eaa5
stable-5-23
require two periods for ip addresses
author |
carl |
date |
Tue, 10 Oct 2006 19:12:16 -0700 |
parents |
e107ade3b1c0 |
children |
c7fc218686f5 |
rev |
line source |
143
|
1 /*
|
|
2
|
|
3 Copyright (c) 2006 Carl Byington - 510 Software Group, released under
|
|
4 the GPL version 2 or any later version at your choice available at
|
|
5 http://www.fsf.org/licenses/gpl.txt
|
|
6
|
|
7 */
|
|
8
|
94
|
9 #define VERIFY_DEBUG 1
|
|
10 #define RESOLVER_DEBUG 1
|
|
11 #undef VERIFY_DEBUG
|
|
12 #undef RESOLVER_DEBUG
|
|
13
|
|
14 #include "tokenizer.h"
|
|
15 #include "context.h"
|
|
16 #include "dnsbl.h"
|
|
17 #include "scanner.h"
|