>-- Original Message -- >Date: Tue, 17 Sep 2002 10:26:02 -0700 >From: Aaron Bannert <[EMAIL PROTECTED]> >Subject: Re: auth stuff still broken > > >+1 for the core, or at least a module that's always statically compiled >(which is easy to do with the .m4 macros we have).
Yup - I suppose if we do that they don't need to be optional functions either... But it would be nice to do what justin suggested: namespace protect the registration (e.g. register_provider("authn", "file", file_authn_module)) or whatever. This would allow dav (and all other modules that have a similar architecture) to reuse this code in their own namespace. sterling