Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > bccf988ff115d846f5470f9f78bd65f9 > files > 3

apache-mod_antispam-1.0-12mdv2009.1.src.rpm

--- mod_antispam.c	2005-10-17 15:22:23.000000000 +0200
+++ mod_antispam.c.oden	2005-12-14 00:10:05.000000000 +0100
@@ -19,6 +19,10 @@
 #include "http_protocol.h"
 #include "http_request.h"
 
+/* hack to make it compile */
+#define AP_SERVER_MAJORVERSION_NUMBER 2
+#define AP_SERVER_MINORVERSION_NUMBER 1
+
 /* if you need debug, comment out this */
 //#define DEBUG           1
 #define MODULE            "mod_antispam"