Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 09ee53eab81dffdc6f2ce29b9f1c035a > files > 3

apache-mod_antispam-1.0-11mdv2009.0.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"