diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-08-15 04:37:41 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-08-15 04:37:41 +0200 |
commit | f6b5b3341ca4b6514e3010829ec1a959a17875d1 (patch) | |
tree | d13fd670cb7014aaf2a56d47660dbbfa6ad4f865 /httpd.dsp | |
parent | a filter's context is to be used however the filter likes. it is a void*, (diff) | |
download | apache2-f6b5b3341ca4b6514e3010829ec1a959a17875d1.tar.xz apache2-f6b5b3341ca4b6514e3010829ec1a959a17875d1.zip |
Win32: Add bucket brigades and util_filter to the project file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'httpd.dsp')
-rw-r--r-- | httpd.dsp | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -90,6 +90,26 @@ SOURCE=.\ap\ap_base64.c # End Source File # Begin Source File +SOURCE=.\ap\ap_buckets.c +# End Source File +# Begin Source File + +SOURCE=.\ap\ap_buckets_eos.c +# End Source File +# Begin Source File + +SOURCE=.\ap\ap_buckets_heap.c +# End Source File +# Begin Source File + +SOURCE=.\ap\ap_buckets_mmap.c +# End Source File +# Begin Source File + +SOURCE=.\ap\ap_buckets_transient.c +# End Source File +# Begin Source File + SOURCE=.\ap\ap_hooks.c # End Source File # Begin Source File @@ -250,6 +270,10 @@ SOURCE=.\main\util_date.c # End Source File # Begin Source File +SOURCE=.\main\util_filter.c +# End Source File +# Begin Source File + SOURCE=.\main\util_md5.c # End Source File # Begin Source File |