> On Tue, 2 Sep 1997 rasmus@bellglobal.com wrote:
>
> > > In 1.3, you can use a module-definition section in mod_php.c to alter the
> > > CFLAGS and LIBS settings. See something like mod_auth_dbm for an example.
> > > You should be able to fiddle WANTHSREGEX in the same way. mod_php.[ch]
> > > should probably go into a seperate directory. You could consider doing
> > > the whole PHP build in something like src/modules/extra/php.
> >
> > Sorry for being dense here, but I don't see the code you are referring to
> > in mod_auth_dbm. I am looking at a CVS update from today of 1.3a2-dev.
>
> The section starting MODULE-DEFINITION-START and ending
> MODULE-DEFINITION-END will be run by Configure.
>
Might also mention that a relevant part of this is the example in
the file mod_auth_dbm.module.
|