diff src/includes.h @ 177:a4d313c2460b

start embedded dcc filtering
author carl
date Sun, 30 Sep 2007 10:27:14 -0700
parents 9b129ed78d7d
children 82886d4dd71f
line wrap: on
line diff
--- a/src/includes.h	Sun Sep 23 14:33:00 2007 -0700
+++ b/src/includes.h	Sun Sep 30 10:27:14 2007 -0700
@@ -11,8 +11,13 @@
 #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"