Skip to content
Snippets Groups Projects
Commit 22690ddd authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Define INFTIM if not in <poll.h>

parent 1adf0039
No related branches found
No related tags found
No related merge requests found
......@@ -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_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment