]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Break out the comm code into a more "modular" format - poll code
authoradrian <>
Mon, 24 Dec 2001 22:33:40 +0000 (22:33 +0000)
committeradrian <>
Mon, 24 Dec 2001 22:33:40 +0000 (22:33 +0000)
commit1b3db6d92da76719fef67d8dec547908f971c5b6
treee3a916d4088d35ff56f3fa43247a6808cf97bc7e
parent8ea177f7f61f700d65c9991a9fa7c07ae53e211d
Break out the comm code into a more "modular" format - poll code
in comm_poll.c, select code in comm_select.c . Rename some of the relevant
#defines (HAVE_POLL/USE_POLL) whilst I'm at it to make things consistent.
14 files changed:
configure
configure.in
include/autoconf.h.in
src/Makefile.am
src/Makefile.in
src/comm.cc
src/comm_poll.cc [new file with mode: 0644]
src/comm_select.cc
src/fd.cc
src/ipc.cc
src/main.cc
src/protos.h
src/stat.cc
src/unlinkd.cc