]> granicus.if.org Git - apache/commit
ap_dso_init() isn't needed. if/when a platform needs it, then
authorGreg Stein <gstein@apache.org>
Sat, 15 Jul 2000 01:07:42 +0000 (01:07 +0000)
committerGreg Stein <gstein@apache.org>
Sat, 15 Jul 2000 01:07:42 +0000 (01:07 +0000)
commit24c8105bc75e91ee6baff659a241047ef0f360ae
treef8df811a17f6727194306fd4797405c67fb1001d
parentffc7e717f4b3699bc7d1e440612580a40d46363f
ap_dso_init() isn't needed. if/when a platform needs it, then
    ap_initialize() can be used to init DSO support. or set up a lazy
    initialization for it.
solves the questions, "when do I call it? can I call it more than once?"

Submitted by: Ben Collins-Sussman <sussman@red-bean.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85849 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_so.c