On May 1, 2012, at 3:04 PM, Bjarne D Mathiesen wrote:

> I've got this in /macports/apache2/include/http_config.h
> /**
> * Add a module to the chained modules list and the list of loaded modules
> * @param mod The module structure of the module to add
> * @param p The pool with the same lifetime as the module
> * @param s The module's symbol name (used for logging)
> */
> AP_DECLARE(const char *) ap_add_loaded_module(module *mod,
>                                         apr_pool_t *p,const char *s);
> 
> in modperl_module.c I've got this:
> ap_add_loaded_module(modp, p);
> 
> What is a good value for the third parameter that's missing ???

Do any mod_* ports that do build give clues for ap_add_loaded_module?


Regards,
Bradley Giesbrecht (pixilla)

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to