Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 881fd90

Browse files
committed
[Bug #438050] Check for sys/poll.h in configure script
1 parent 737fbb3 commit 881fd90

3 files changed

Lines changed: 287 additions & 295 deletions

File tree

config.h.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
1+
/* config.h.in. Generated automatically from configure.in by autoheader. */
22

33
/* Define if on AIX 3.
44
System headers sometimes define this.
@@ -644,6 +644,9 @@
644644
/* Define if you have the <sys/param.h> header file. */
645645
#undef HAVE_SYS_PARAM_H
646646

647+
/* Define if you have the <sys/poll.h> header file. */
648+
#undef HAVE_SYS_POLL_H
649+
647650
/* Define if you have the <sys/resource.h> header file. */
648651
#undef HAVE_SYS_RESOURCE_H
649652

0 commit comments

Comments
 (0)