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
Nadezhda Ivanova
OpenLDAP
Commits
1666e4c0
Commit
1666e4c0
authored
Nov 18, 2004
by
Howard Chu
Browse files
Add check for epoll(), sys/epoll.h
parent
fb7a5d7a
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure
View file @
1666e4c0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
configure.in
View file @
1666e4c0
...
...
@@ -886,6 +886,11 @@ dnl ----------------------------------------------------------------
AC_CHECK_FUNCS( poll )
AC_CHECK_HEADERS( poll.h )
dnl ----------------------------------------------------------------
AC_CHECK_FUNC(epoll_create, AC_DEFINE(HAVE_EPOLL,1,
[define if you have epoll]))
AC_CHECK_HEADERS( sys/epoll.h )
dnl ----------------------------------------------------------------
# strerror checks
OL_STRERROR
...
...
include/portable.h.in
View file @
1666e4c0
...
...
@@ -548,6 +548,9 @@
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
/* Define if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H
/* Define if you have the <sys/errno.h> header file. */
#undef HAVE_SYS_ERRNO_H
...
...
@@ -698,6 +701,9 @@
/* define if you have winsock2 */
#undef HAVE_WINSOCK2
/* define if you have epoll */
#undef HAVE_EPOLL
/* define if sys_errlist is not declared in stdio.h or errno.h */
#undef DECL_SYS_ERRLIST
...
...
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