mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Define INFTIM if not in <poll.h>
This commit is contained in:
parent
1adf003977
commit
22690ddd0c
1 changed files with 6 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue