mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Add basic check for poll(2)
This commit is contained in:
parent
331074b2d5
commit
86a9b56f09
3 changed files with 915 additions and 852 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue