Define INFTIM if not in <poll.h>

This commit is contained in:
Kurt Zeilenga 2004-10-18 22:01:10 +00:00
parent 1adf003977
commit 22690ddd0c

View file

@ -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_ */