Add basic check for poll(2)

This commit is contained in:
Kurt Zeilenga 2004-10-18 17:51:32 +00:00
parent 331074b2d5
commit 86a9b56f09
3 changed files with 915 additions and 852 deletions

1761
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -882,6 +882,9 @@ fi
dnl check to see if system call automatically restart
dnl AC_SYS_RESTARTABLE_SYSCALLS
dnl ----------------------------------------------------------------
AC_CHECK_FUNCS( poll )
dnl ----------------------------------------------------------------
# strerror checks
OL_STRERROR

View File

@ -212,6 +212,9 @@
/* Define if you have the pipe function. */
#undef HAVE_PIPE
/* Define if you have the poll function. */
#undef HAVE_POLL
/* Define if you have the pthread_getconcurrency function. */
#undef HAVE_PTHREAD_GETCONCURRENCY