You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Doug MacEachern <do...@opengroup.org> on 1997/05/15 16:34:06 UTC

Re: [PATCH]: request for harmless mod_include.c patch

Rob Hartill <ro...@imdb.com> wrote:
> Pretty please ?. Doug's been holding off mod_perl 1.0 waiting for Apache
> 1.2, and it'd be nice not to need to patch things once both are
> released.

waiting for Perl 5.004 too :-)
 
If it is added you'll need this psuedo patch:

- * add -I./ and -I$Config{archlibexp}/CORE to EXTRA_CFLAGS
+ * add -DUSE_PERL -I./ and -I$Config{archlibexp}/CORE to EXTRA_CFLAGS

- #define USE_PERL

Actually, my working version of mod_perl adds the -I's, but a comment
can't hurt.  The hardcoded #define USE_PERL must go.

-Doug