diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-08-24 18:51:03 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-08-24 18:51:03 +0200 |
commit | 591ec8da053337ae2e085e3c1fa9a994ed77af1e (patch) | |
tree | c70f846d32614fa3c21213dc273acb953b457ddc /httpd.dsp | |
parent | We need to test specifically for setrlimit/getrlimit instead of (diff) | |
download | apache2-591ec8da053337ae2e085e3c1fa9a994ed77af1e.tar.xz apache2-591ec8da053337ae2e085e3c1fa9a994ed77af1e.zip |
Add ap_buckets_pipe.c and remove iol_socket and iol_file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86144 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'httpd.dsp')
-rw-r--r-- | httpd.dsp | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -106,6 +106,10 @@ SOURCE=.\ap\ap_buckets_mmap.c # End Source File # Begin Source File +SOURCE=.\ap\ap_buckets_pipe.c +# End Source File +# Begin Source File + SOURCE=.\ap\ap_buckets_refcount.c # End Source File # Begin Source File @@ -158,14 +162,6 @@ SOURCE=.\main\http_vhost.c # End Source File # Begin Source File -SOURCE=.\main\iol_file.c -# End Source File -# Begin Source File - -SOURCE=.\main\iol_socket.c -# End Source File -# Begin Source File - SOURCE=.\main\listen.c # End Source File # Begin Source File @@ -306,6 +302,10 @@ SOURCE=.\include\ap_base64.h # End Source File # Begin Source File +SOURCE=.\include\ap_buckets.h +# End Source File +# Begin Source File + SOURCE=.\include\ap_config.h # End Source File # Begin Source File |