Re: [exim] Lost connection during delay

Top Page
Delete this message
Reply to this message
Author: Giuliano Gavazzi
Date:  
To: exim-users
Subject: Re: [exim] Lost connection during delay
darn!

#warning "poll() functionality for Mac OS X is implemented via an
emulation layer on top of select(), not in the kernel directly. It
is recommended that programs running under OS X 10.3 prefer select()
over poll(). Configure scripts should look for the _POLL_EMUL_H_
define (instead of _POLL_H_ or _SYS_POLL_H_) and avoid
implementations where poll is not implemented in the kernel."

so POLLHUP is defined but I have no idea if it is supported.

g