Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukas However
OpenLDAP
Commits
86a9b56f
Commit
86a9b56f
authored
Oct 18, 2004
by
Kurt Zeilenga
Browse files
Add basic check for poll(2)
parent
331074b2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
86a9b56f
This diff is collapsed.
Click to expand it.
configure.in
View file @
86a9b56f
...
...
@@ -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
...
...
include/portable.h.in
View file @
86a9b56f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment