mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add basic check for poll(2)
This commit is contained in:
parent
331074b2d5
commit
86a9b56f09
@ -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 New Issue
Block a user