summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2022-08-13 23:34:12 +1200
committerThomas Munro <tmunro@postgresql.org>2022-08-14 00:09:47 +1200
commit37a65d1db14658bc75faa3aea7bd5a064118d135 (patch)
treef1e1c44e244dbb70a711bff04da335d118c5defc /configure.ac
parent7e50b4e3c52aaa13e86e0560d1382844074c9f1b (diff)
downloadpostgresql-37a65d1db14658bc75faa3aea7bd5a064118d135.tar.gz
Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.
These are in SUSv2 and every targeted Unix system has them. It's not hard to avoid including them on Windows system because they're mostly used in platform-specific translation units. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/CA%2BhUKG%2BL_3brvh%3D8e0BW_VfX9h7MtwgN%3DnFHP5o7X2oZucY9dg%40mail.gmail.com
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a9474fd8f3..8da9fc614d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1456,13 +1456,10 @@ AC_CHECK_HEADERS(m4_normalize([
netinet/tcp.h
sys/epoll.h
sys/event.h
- sys/ipc.h
sys/personality.h
sys/prctl.h
sys/procctl.h
sys/resource.h
- sys/sem.h
- sys/shm.h
sys/signalfd.h
sys/sockio.h
sys/ucred.h