Ticket #7611: patch-midgard.c

File patch-midgard.c, 283 bytes (added by jyrki.wahlstedt@…, 18 years ago)

patch to allow midgard.c to be compiled with headers of Apache 2..2

Line 
1--- work/midgard-php4-1.7.3/midgard.c   2005-11-22 13:54:42.000000000 +0200
2+++ midgard.c   2005-12-11 15:00:15.000000000 +0200
3@@ -34,7 +34,7 @@
4 #include <http_config.h>
5 
6 #ifdef MIDGARD_APXS2
7-#include <apr_compat.h>
8+       /*#include <apr_compat.h>*/
9 #include <apr_strings.h>
10 #endif
11