Commit 1c05c314 authored by Brian Havard's avatar Brian Havard
Browse files

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
parent d0a400dd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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"