diff options
author | Thomas Munro | 2022-08-18 04:11:58 +0000 |
---|---|---|
committer | Thomas Munro | 2022-08-18 04:31:11 +0000 |
commit | 2f8d918359ccb34533690735eb46b851002ac698 (patch) | |
tree | 9fd82b46445483607e3fc44cbe0addb60e1e7aae /configure.ac | |
parent | a717cddcac518162cc17bae3c68a492db9ab2e75 (diff) |
Remove configure probe for net/if.h.
<net/if.h> is in SUSv3 and all targeted Unixes have it. It's used in a
region that is already ifdef'd out for Windows. We're not using it for
any standard definitions, but it's where AIX defines conventional socket
ioctl numbers.
Discussion: https://postgr.es/m/CA+hUKGKErNfhmvb_H0UprEmp4LPzGN06yR2_0tYikjzB-2ECMw@mail.gmail.com
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eed7019c4a2..e9de78bbd4b 100644 --- a/configure.ac +++ b/configure.ac @@ -1450,7 +1450,6 @@ AC_CHECK_HEADERS(m4_normalize([ ifaddrs.h langinfo.h mbarrier.h - net/if.h netinet/tcp.h sys/epoll.h sys/event.h |