From: Brian Havard Date: Sat, 7 Apr 2001 13:46:56 +0000 (+0000) Subject: OS/2: Export some APR global variables from the httpd core. X-Git-Tag: 2.0.17~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c3c5991b0451d071bc2a2aa4c00800c8a11bbe7;p=thirdparty%2Fapache%2Fhttpd.git OS/2: Export some APR global variables from the httpd core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88750 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/os2/core_header.def b/os/os2/core_header.def index 85e02fbd85b..fe8cf42d317 100644 --- a/os/os2/core_header.def +++ b/os/os2/core_header.def @@ -9,3 +9,11 @@ EXPORTS "ap_conftree" "ap_server_root" "ap_top_module" + +; Some globals from apr & apr-util + "apr_day_snames" + "apr_month_snames" + "apr_global_hook_pool" + "apr_debug_module_hooks" + "apr_current_hooking_module" +