Add <poll.h> detection as well

This commit is contained in:
Kurt Zeilenga 2004-10-18 18:15:07 +00:00
parent 86a9b56f09
commit 7a13824cf4
3 changed files with 787 additions and 743 deletions

1526
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -884,6 +884,7 @@ dnl AC_SYS_RESTARTABLE_SYSCALLS
dnl ----------------------------------------------------------------
AC_CHECK_FUNCS( poll )
AC_CHECK_HEADERS( poll.h )
dnl ----------------------------------------------------------------
# strerror checks

View file

@ -482,6 +482,9 @@
/* Define if you have the <openssl/ssl.h> header file. */
#undef HAVE_OPENSSL_SSL_H
/* Define if you have the <poll.h> header file. */
#undef HAVE_POLL_H
/* Define if you have the <process.h> header file. */
#undef HAVE_PROCESS_H