summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2022-08-18 16:12:20 +1200
committerThomas Munro <tmunro@postgresql.org>2022-08-18 16:31:11 +1200
commit2cea02fb85b9b00c3b95d8cd0e39cf91cd2ce289 (patch)
treed5becdab7ff718c391a01f8f782c874523cca473 /configure.ac
parent2f8d918359ccb34533690735eb46b851002ac698 (diff)
downloadpostgresql-2cea02fb85b9b00c3b95d8cd0e39cf91cd2ce289.tar.gz
Remove configure probe for sys/sockio.h.
On BSD-family systems, header <sys/sockio.h> defines socket ioctl numbers like SIOCGIFCONF. Only AIX is using those now, but it defines them in <net/if.h> anyway. Supposing some PostgreSQL hacker wants to test that AIX-only code path on a more common development system by pretending not to have getifaddrs(). It's enough to include <sys/ioctl.h>, at least on macOS, FreeBSD and Linux, and we're already doing that.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9de78bbd4..48d3e882b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1457,7 +1457,6 @@ AC_CHECK_HEADERS(m4_normalize([
sys/prctl.h
sys/procctl.h
sys/signalfd.h
- sys/sockio.h
sys/ucred.h
termios.h
ucred.h