diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2001-10-24 01:32:07 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2001-10-24 01:32:07 +0200 |
commit | e3c179c820cfa50fd19f1bd1f3e36959338ddbf0 (patch) | |
tree | 7ea3aaf2ccb45f774aad15cdec728e578c1bc49d /os/netware | |
parent | Modified to correctly extract the export lists (diff) | |
download | apache2-e3c179c820cfa50fd19f1bd1f3e36959338ddbf0.tar.xz apache2-e3c179c820cfa50fd19f1bd1f3e36959338ddbf0.zip |
Fixed to import the aprlib module and export the httpd api's
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/netware')
-rw-r--r-- | os/netware/Apache.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/netware/Apache.def b/os/netware/Apache.def index ef051ebf23..2f21679e2b 100644 --- a/os/netware/Apache.def +++ b/os/netware/Apache.def @@ -1,4 +1,5 @@ -#MODULE APRLIB.NLM +MODULE APRLIB.NLM MODULE LIBC.NLM MODULE WS2_32.NLM +EXPORT @HTTPD.IMP FLAG_ON 3 |