]> granicus.if.org Git - apache/commitdiff
Kind of hard to load without an exported module structure.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 8 Oct 2000 06:01:39 +0000 (06:01 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 8 Oct 2000 06:01:39 +0000 (06:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86448 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth_dbm.c

index eadddd84b11d78beb1137708901916fdf65c1a4b..6c2837a9537998f4cd88bd20bd40bca35a95aecb 100644 (file)
@@ -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 */