Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
529e1d61
Commit
529e1d61
authored
Jul 09, 2004
by
Kurt Zeilenga
Browse files
More prep for poll(2) support.
parent
ebfbc8d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/ac/fdset.h
View file @
529e1d61
...
...
@@ -14,6 +14,11 @@
* <http://www.OpenLDAP.org/license.html>.
*/
/*
* This header is to be included by portable.h to ensure
* tweaking of FD_SETSIZE is done early enough to be effective.
*/
#ifndef _AC_FDSET_H
#define _AC_FDSET_H
...
...
include/ac/socket.h
View file @
529e1d61
...
...
@@ -21,6 +21,10 @@
#include
<sys/types.h>
#endif
#ifdef HAVE_POLL_H
#include
<poll.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include
<sys/socket.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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