mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user