DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29985>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29985

poll depreciated in OS X 10.3 and incorrectly detected by configure script





------- Additional Comments From [EMAIL PROTECTED]  2004-07-11 00:07 -------

#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."

solution: add a test to configure.in or poll.c and use select on OSX?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to