comparison src/includes.h @ 227:3fee608becbc stable-6-0-21

Fixes to compile on old systems without memrchr or string::clear(). Fix bug in spamassassin interface trying to clear a string with string::empty().
author Carl Byington <carl@five-ten-sg.com>
date Sat, 03 Jan 2009 15:16:47 -0800
parents da9e7f1c8160
children 802e2b779ed1
comparison
equal deleted inserted replaced
226:c3a4b03f371d 227:3fee608becbc
20 #include <set> 20 #include <set>
21 #include <fstream> 21 #include <fstream>
22 #include <regex.h> 22 #include <regex.h>
23 #include <string.h> 23 #include <string.h>
24 #include <stdlib.h> 24 #include <stdlib.h>
25 #include <stdio.h>
25 #include <string> 26 #include <string>
26 27
27 #include "tokenizer.h" 28 #include "tokenizer.h"
28 #include "context.h" 29 #include "context.h"
29 #include "dnsbl.h" 30 #include "dnsbl.h"
30 #include "scanner.h" 31 #include "scanner.h"
31 #include "spamass.h" 32 #include "spamass.h"
32 #include "dccifd.h" 33 #include "dccifd.h"
34