File tree 6 files changed +2
-14
lines changed 6 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -10600,7 +10600,7 @@ fi
10600
10600
# # Header files
10601
10601
# #
10602
10602
10603
- for ac_header in atomic.h crypt.h dld.h fp_class.h getopt.h ieeefp.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/ipc.h sys/poll.h sys/ pstat.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/sockio.h sys/tas.h sys/un.h termios.h ucred.h utime.h wchar.h wctype.h
10603
+ for ac_header in atomic.h crypt.h dld.h fp_class.h getopt.h ieeefp.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/ipc.h sys/pstat.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/sockio.h sys/tas.h sys/un.h termios.h ucred.h utime.h wchar.h wctype.h
10604
10604
do :
10605
10605
as_ac_Header=` $as_echo " ac_cv_header_$ac_header " | $as_tr_sh `
10606
10606
ac_fn_c_check_header_mongrel " $LINENO " " $ac_header " " $as_ac_Header " " $ac_includes_default "
Original file line number Diff line number Diff line change @@ -1179,7 +1179,7 @@ AC_SUBST(UUID_LIBS)
1179
1179
## Header files
1180
1180
##
1181
1181
1182
- AC_CHECK_HEADERS([atomic.h crypt.h dld.h fp_class.h getopt.h ieeefp.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/ipc.h sys/poll.h sys/ pstat.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/sockio.h sys/tas.h sys/un.h termios.h ucred.h utime.h wchar.h wctype.h])
1182
+ AC_CHECK_HEADERS([atomic.h crypt.h dld.h fp_class.h getopt.h ieeefp.h ifaddrs.h langinfo.h mbarrier.h poll.h sys/epoll.h sys/ipc.h sys/pstat.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/sockio.h sys/tas.h sys/un.h termios.h ucred.h utime.h wchar.h wctype.h])
1183
1183
1184
1184
# On BSD, test for net/if.h will fail unless sys/socket.h
1185
1185
# is included first.
Original file line number Diff line number Diff line change 42
42
#ifdef HAVE_POLL_H
43
43
#include <poll.h>
44
44
#endif
45
- #ifdef HAVE_SYS_POLL_H
46
- #include <sys/poll.h>
47
- #endif
48
45
49
46
#include "miscadmin.h"
50
47
#include "pgstat.h"
Original file line number Diff line number Diff line change 557
557
/* Define to 1 if you have the <sys/ipc.h> header file. */
558
558
#undef HAVE_SYS_IPC_H
559
559
560
- /* Define to 1 if you have the <sys/poll.h> header file. */
561
- #undef HAVE_SYS_POLL_H
562
-
563
560
/* Define to 1 if you have the <sys/pstat.h> header file. */
564
561
#undef HAVE_SYS_PSTAT_H
565
562
Original file line number Diff line number Diff line change 417
417
/* Define to 1 if you have the <sys/ipc.h> header file. */
418
418
/* #undef HAVE_SYS_IPC_H */
419
419
420
- /* Define to 1 if you have the <sys/poll.h> header file. */
421
- /* #undef HAVE_SYS_POLL_H */
422
-
423
420
/* Define to 1 if you have the <sys/pstat.h> header file. */
424
421
/* #undef HAVE_SYS_PSTAT_H */
425
422
Original file line number Diff line number Diff line change 46
46
#ifdef HAVE_POLL_H
47
47
#include <poll.h>
48
48
#endif
49
- #ifdef HAVE_SYS_POLL_H
50
- #include <sys/poll.h>
51
- #endif
52
49
#ifdef HAVE_SYS_SELECT_H
53
50
#include <sys/select.h>
54
51
#endif
You can’t perform that action at this time.
0 commit comments