postgresql/src/interfaces
Andres Freund b182a4ae2f Don't include sys/poll.h anymore.
poll.h is mandated by Single Unix Spec v2, the usual baseline for
postgres on unix.  None of the unixoid buildfarms animals has
sys/poll.h but not poll.h.  Therefore there's not much point to test
for sys/poll.h's existence and include it optionally.

Author: Andres Freund, per suggestion from Tom Lane
Discussion: https://postgr.es/m/20505.1492723662@sss.pgh.pa.us
2017-04-23 16:11:35 -07:00
..
ecpg Remove symbol WIN32_ONLY_COMPILER 2017-04-11 15:22:21 +02:00
libpq Don't include sys/poll.h anymore. 2017-04-23 16:11:35 -07:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00