Obtained from:
Submitted by:
Reviewed by:

  Reverse out all _EXPORT_VAR changes back to their original _VAR_EXPORT
  names for linkage (API_, CORE_, and MODULE_).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85318 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2000-05-27 22:40:44 +00:00
parent f9f1ad6289
commit da493b8be1
51 changed files with 110 additions and 110 deletions

View File

@ -134,7 +134,7 @@
#include "ap_config.h"
#include "apr_dso.h"
module MODULE_EXPORT_VAR so_module;
module MODULE_VAR_EXPORT so_module;
/*
@ -370,7 +370,7 @@ static const command_rec so_cmds[] = {
{ NULL }
};
module MODULE_EXPORT_VAR so_module = {
module MODULE_VAR_EXPORT so_module = {
STANDARD20_MODULE_STUFF,
NULL, /* create per-dir config */
NULL, /* merge per-dir config */