fi
-for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h langinfo.h mbarrier.h net/if.h 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/select.h sys/sem.h sys/shm.h sys/signalfd.h sys/sockio.h sys/ucred.h termios.h ucred.h
+for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h langinfo.h mbarrier.h net/if.h 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 termios.h ucred.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
sys/prctl.h
sys/procctl.h
sys/resource.h
- sys/select.h
sys/sem.h
sys/shm.h
sys/signalfd.h
#include
#include
#include
+#include
#include
#include
-#ifdef HAVE_SYS_SELECT_H
-#include
-#endif
#include "libpq-fe.h"
#include "postgres.h"
#include
+#include
#include
#include
#include
-#ifdef HAVE_SYS_SELECT_H
-#include
-#endif
#include "commands/user.h"
#include "common/ip.h"
#include
#include
#include
+#include
#include
#include
#include
#include
#include
-#ifdef HAVE_SYS_SELECT_H
-#include
-#endif
-
#ifdef USE_BONJOUR
#include
#endif
#include
#include
#include
-#include
-#ifdef HAVE_SYS_SELECT_H
#include
-#endif
+#include
#ifdef HAVE_SYS_RESOURCE_H
#include
#include
#include
#include
#include
+#include
#include
#include
#include
#include
-#ifdef HAVE_SYS_SELECT_H
-#include
-#endif
#ifdef HAVE_LIBZ
#include
#endif
#include
#include
+#include
#include
#include
-#ifdef HAVE_SYS_SELECT_H
-#include
-#endif
#include "access/xlog_internal.h"
#include "common/fe_memutils.h"
#include "postgres_fe.h"
+#include
#include
#include
-#ifdef HAVE_SYS_SELECT_H
-#include
-#endif
#include "access/xlog_internal.h"
#include "common/file_utils.h"
#include "postgres_fe.h"
#ifndef WIN32
+#include
#include
#include
#include
#include
#endif
-#ifdef HAVE_SYS_SELECT_H
-#include
-#endif
#include "fe_utils/string_utils.h"
#include "parallel.h"
#endif
#else /* no ppoll(), so use select() */
#define POLL_USING_SELECT
-#ifdef HAVE_SYS_SELECT_H
#include
#endif
-#endif
#include "common/int.h"
#include "common/logging.h"
#include "postgres_fe.h"
-#ifdef HAVE_SYS_SELECT_H
#include
-#endif
#include "common/logging.h"
#include "fe_utils/cancel.h"
/* Define to 1 if you have the header file. */
#undef HAVE_SYS_RESOURCE_H
-/* Define to 1 if you have the header file. */
-#undef HAVE_SYS_SELECT_H
-
/* Define to 1 if you have the header file. */
#undef HAVE_SYS_SEM_H
--- /dev/null
+/*
+ * src/include/port/win32/sys/select.h
+ */
#include "win32.h"
#else
#include
+#include
#include
#endif
#ifdef HAVE_POLL_H
#endif
-#ifdef HAVE_SYS_SELECT_H
-#include
-#endif
#include "libpq-fe.h"
#include "libpq-int.h"
#include "c.h"
#include
-#include
-#ifdef HAVE_SYS_SELECT_H
#include
-#endif
+#include
/*
* In a Windows backend, we don't use this implementation, but rather
#include
#include
#include
+#include
#include
#include
-#ifdef HAVE_SYS_SELECT_H
-#include
-#endif
#include "libpq-fe.h"
#include "postgres_fe.h"
-#include
-#ifdef HAVE_SYS_SELECT_H
#include
-#endif
+#include
#include "datatype/timestamp.h"
#include "isolationtester.h"
#include "postgres_fe.h"
-#include
-#ifdef HAVE_SYS_SELECT_H
#include
-#endif
+#include
#include "catalog/pg_type_d.h"
#include "common/fe_memutils.h"
HAVE_SYS_PRCTL_H => undef,
HAVE_SYS_PROCCTL_H => undef,
HAVE_SYS_RESOURCE_H => undef,
- HAVE_SYS_SELECT_H => undef,
HAVE_SYS_SEM_H => undef,
HAVE_SYS_SHM_H => undef,
HAVE_SYS_SIGNALFD_H => undef,