diff -purN mod_fastcgi-SNAP-0404142202/Makefile.AP2 mod_fastcgi/Makefile.AP2 --- mod_fastcgi-SNAP-0404142202/Makefile.AP2 2002-07-28 21:36:34.000000000 -0400 +++ mod_fastcgi/Makefile.AP2 2004-04-26 00:15:21.000000000 -0400 @@ -4,7 +4,7 @@ builddir = . -top_dir = /usr/local/apache2 +top_dir = /usr/share/apache2 top_srcdir = ${top_dir} top_builddir = ${top_dir} @@ -15,7 +15,7 @@ APXS = apxs APACHECTL = apachectl #DEFS=-Dmy_define=my_value -#INCLUDES=-Imy/include/dir +INCLUDES=-I/usr/include/apache2 #LIBS=-Lmy/lib/dir -lmylib all: local-shared-build diff -purN mod_fastcgi-SNAP-0404142202/fcgi.h mod_fastcgi/fcgi.h --- mod_fastcgi-SNAP-0404142202/fcgi.h 2004-01-06 20:56:00.000000000 -0500 +++ mod_fastcgi/fcgi.h 2004-04-26 00:27:40.000000000 -0400 @@ -37,7 +37,7 @@ #ifdef APACHE2 #include -#include "ap_compat.h" +#include "apr_compat.h" #include "apr_strings.h" #ifdef WIN32 @@ -588,7 +588,7 @@ extern int dynamicMinServerLife; extern int dynamicFlush; -extern module MODULE_VAR_EXPORT fastcgi_module; +extern module AP_MODULE_DECLARE_DATA fastcgi_module; #endif /* FCGI_H */ .