diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-04-22 00:12:43 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-04-22 00:12:43 +0200 |
commit | 5eabf6240b87d3b90d25e8402dfa4a442c29804b (patch) | |
tree | f43ef002803089c81d92ba0f9333f0aea1665ff5 /os | |
parent | Remove mod_digest. Its being replaced by mod_auth_digest (diff) | |
download | apache2-5eabf6240b87d3b90d25e8402dfa4a442c29804b.tar.xz apache2-5eabf6240b87d3b90d25e8402dfa4a442c29804b.zip |
Win32: Get mod_auth_digest compiling and added to the Windows
build environment. Not tested and I'd be suprised if it
actually works.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85012 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/BaseAddr.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index 7f5a7f66ca..23279efc53 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -13,7 +13,7 @@ aprlib 0x6FFA0000 0x00060000 ApacheCore 0x6FF00000 0x000A0000 mod_auth_anon 0x6FEF0000 0x00010000 mod_cern_meta 0x6FEE0000 0x00010000 -mod_digest 0x6FED0000 0x00010000 +mod_auth_digest 0x6FED0000 0x00010000 mod_expires 0x6FEC0000 0x00010000 mod_headers 0x6FEB0000 0x00010000 mod_info 0x6FEA0000 0x00010000 |