diff options
author | Ryan Bloom <rbb@apache.org> | 2000-06-30 20:08:13 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-06-30 20:08:13 +0200 |
commit | 114fb2e4acb4645a6aa26a6cc490f9129feb29ae (patch) | |
tree | 0bdf91bfc9767ac5b3812f8b86f9b377df3f0b61 /os/unix | |
parent | I am removing my veto and stepping away from this discussion for at least (diff) | |
download | apache2-114fb2e4acb4645a6aa26a6cc490f9129feb29ae.tar.xz apache2-114fb2e4acb4645a6aa26a6cc490f9129feb29ae.zip |
Combine some common code. Before this, all platforms implemented their
own iol_sockets using APR. This just combines all of that code to a
common file and moves that file to main. I have tested this with all of
the Unix MPM's, but I am willing to bet I missed something (Makefiles) for
Windows, and possibly moving some code for OS/2 and BeOS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/unix')
-rw-r--r-- | os/unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/unix/Makefile.in b/os/unix/Makefile.in index 3f95e080a7..63596967db 100644 --- a/os/unix/Makefile.in +++ b/os/unix/Makefile.in @@ -1,5 +1,5 @@ LTLIBRARY_NAME = libos.la -LTLIBRARY_SOURCES = os-inline.c unixd.c iol_socket.c +LTLIBRARY_SOURCES = os-inline.c unixd.c include $(top_srcdir)/build/ltlib.mk |