]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove SCO 3.2 support (#1005)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 29 Mar 2022 10:32:55 +0000 (10:32 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 30 Mar 2022 09:42:44 +0000 (09:42 +0000)
commit23d0a3964d181bccdecf7cfbe1d99a6a7b210b83
tree9cf7a04cdc3b26da2fc6b8dc65564096c20e9942
parent536a1f9cda27011992a6a5dbe894bdc3621fa3c2
Remove SCO 3.2 support (#1005)

This OS is now obsolete. Users wishing to build for this OS
can use build time options:
 ./configure --disable-poll CFLAGS="-lintl"

also add to lib/util.c:
  #define rint(X) floor((X) + 0.5)
configure.ac
lib/util.c