mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Add <poll.h> detection as well
This commit is contained in:
parent
86a9b56f09
commit
7a13824cf4
3 changed files with 787 additions and 743 deletions
|
|
@ -884,6 +884,7 @@ dnl AC_SYS_RESTARTABLE_SYSCALLS
|
||||||
|
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
AC_CHECK_FUNCS( poll )
|
AC_CHECK_FUNCS( poll )
|
||||||
|
AC_CHECK_HEADERS( poll.h )
|
||||||
|
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
# strerror checks
|
# strerror checks
|
||||||
|
|
|
||||||
|
|
@ -482,6 +482,9 @@
|
||||||
/* Define if you have the <openssl/ssl.h> header file. */
|
/* Define if you have the <openssl/ssl.h> header file. */
|
||||||
#undef HAVE_OPENSSL_SSL_H
|
#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. */
|
/* Define if you have the <process.h> header file. */
|
||||||
#undef HAVE_PROCESS_H
|
#undef HAVE_PROCESS_H
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue