From: William A. Rowe Jr Date: Sun, 8 Oct 2000 06:01:39 +0000 (+0000) Subject: Kind of hard to load without an exported module structure. X-Git-Tag: APACHE_2_0_ALPHA_7~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e92c25e13f1a820a5fba8d7f03a7160eb585d27c;p=apache Kind of hard to load without an exported module structure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86448 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_auth_dbm.c b/modules/aaa/mod_auth_dbm.c index eadddd84b1..6c2837a953 100644 --- a/modules/aaa/mod_auth_dbm.c +++ b/modules/aaa/mod_auth_dbm.c @@ -153,7 +153,7 @@ static const command_rec dbm_auth_cmds[] = {NULL} }; -module auth_dbm_module; +module MODULE_VAR_EXPORT auth_dbm_module; static char *get_dbm_pw(request_rec *r, char *user, char *auth_dbmpwfile) { @@ -333,7 +333,7 @@ static void register_hooks(void) ap_hook_auth_checker(dbm_check_auth, NULL, NULL, AP_HOOK_MIDDLE); } -module auth_dbm_module = +module MODULE_VAR_EXPORT auth_dbm_module = { STANDARD20_MODULE_STUFF, create_dbm_auth_dir_config, /* dir config creater */