Trust a few system headers to stand on their own
authorAndres Freund <andres@anarazel.de>
Sun, 7 Aug 2022 16:36:01 +0000 (09:36 -0700)
committerAndres Freund <andres@anarazel.de>
Sun, 7 Aug 2022 16:36:01 +0000 (09:36 -0700)
commita2a36d56b96fe17c4ad9649936dcf7406eb78cc9
tree0b9f3e70f2d57da1b0cec2abf5465b6a436fab33
parent20c105c4db56f784eebe39cb50ede8ad1bfa3899
Trust a few system headers to stand on their own

At some point in the past some headers (net/if.h on some BSDs in 2009,
netinet/tcp.h on IRIX in 2000, sys/ucred.h in 2013 on then older openbsd),
only compiled if other heades were included first, complicating configure
tests. More recent tests indicate that that's not required anymore.

Reviewed-By: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/20220807012914.ydz73yte6j3coulo@awork3.anarazel.de
configure
configure.ac