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
7a13824c
Commit
7a13824c
authored
Oct 18, 2004
by
Kurt Zeilenga
Browse files
Add <poll.h> detection as well
parent
86a9b56f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
7a13824c
This diff is collapsed.
Click to expand it.
configure.in
View file @
7a13824c
...
...
@@ -884,6 +884,7 @@ dnl AC_SYS_RESTARTABLE_SYSCALLS
dnl ----------------------------------------------------------------
AC_CHECK_FUNCS( poll )
AC_CHECK_HEADERS( poll.h )
dnl ----------------------------------------------------------------
# strerror checks
...
...
include/portable.h.in
View file @
7a13824c
...
...
@@ -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
...
...
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