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
openldap
OpenLDAP
Commits
22690ddd
Commit
22690ddd
authored
Oct 18, 2004
by
Kurt Zeilenga
Browse files
Define INFTIM if not in <poll.h>
parent
1adf0039
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ac/socket.h
View file @
22690ddd
...
...
@@ -217,4 +217,10 @@ LDAP_LUTIL_F( int ) getpeereid( int s, uid_t *, gid_t * );
#define NI_MAXHOST 256
#endif
#ifdef HAVE_POLL_H
# ifndef INFTIM
# define INFTIM (-1)
# endif
#endif
#endif
/* _AC_SOCKET_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