]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Remove outdated Win32 select() module (#1419)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 18 Jul 2023 16:04:22 +0000 (16:04 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 19 Jul 2023 18:24:13 +0000 (18:24 +0000)
commit91a04222884fa680ec46fd9c703726c44b3030d2
tree43e98f263baa4c327f21dca91a88ff121aaf87a6
parent55e1c6e8870690e74628402e39512c00b8e23b35
Remove outdated Win32 select() module (#1419)

This code has quite a lot of bitrot compared to
the POSIX select(2) code in ModSelect.cc.

Modern Windows and MinGW apparently support
the POSIX API. So we should be able to just
use the normal ModSelect now. Any adjustments
should be added to ModSelect.cc when later
testing proves a need.
compat/compat_shared.h
configure.ac
squid.dox
src/cache_cf.cc
src/comm/Makefile.am
src/comm/ModSelectWin32.cc [deleted file]
src/stat.cc
src/tools.cc