diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-03-14 17:48:19 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-03-14 17:48:19 +0100 |
commit | da65586a945e9bf6738f3761830895b8317e429f (patch) | |
tree | 5be4ac118aa6d42053e83b8838ad8fa647bcb9be /os/netware | |
parent | fix comment (diff) | |
download | apache2-da65586a945e9bf6738f3761830895b8317e429f.tar.xz apache2-da65586a945e9bf6738f3761830895b8317e429f.zip |
Added code to extract the current address space name so that each
instance of Apache can be identified by the address space that it is running in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/netware')
-rw-r--r-- | os/netware/Apache.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/netware/Apache.def b/os/netware/Apache.def index 9e07b637f5..6d8bf9f41e 100644 --- a/os/netware/Apache.def +++ b/os/netware/Apache.def @@ -2,3 +2,4 @@ MODULE APRLIB.NLM MODULE LIBC.NLM MODULE WS2_32.NLM EXPORT @HTTPD.IMP +IMPORT GetCurrentAddressSpace |