Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id KAA20313; Tue, 2 Sep 1997 10:24:06 -0700 (PDT) Received: from sierra.zyzzyva.com (ppp0-sierra.zyzzyva.com [208.214.59.46]) by hyperreal.org (8.8.5/8.8.5) with ESMTP id KAA20279 for ; Tue, 2 Sep 1997 10:23:57 -0700 (PDT) Received: from sierra (localhost [127.0.0.1]) by sierra.zyzzyva.com (8.8.7/8.8.2) with ESMTP id MAA21097 for ; Tue, 2 Sep 1997 12:13:22 -0500 (CDT) Message-Id: <199709021713.MAA21097@sierra.zyzzyva.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: new-httpd@apache.org Subject: Re: Current status of third-party module procedures? In-reply-to: marcs's message of Tue, 02 Sep 1997 11:16:07 -0600. X-uri: http://www.zyzzyva.com/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 02 Sep 1997 12:13:22 -0500 From: Randy Terbush Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org > 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.