On Tue, 2004-03-02 at 15:10, Laurent Wacrenier wrote: > > How are we supposed to test for it in configure. Puzzle me that. > > According http://developer.apple.com/technotes/tn2002/tn2071.html > poll() is not supported by Mac OS/X but can be emulated using > a wrapper like <fakepoll.h> from http://sealiesoftware.com/fakepoll.h
...which uses select(). Gains us nothing. Much easier to just use poll() or select() and decide at configure time. > > In configure.in, you can check poll.h with > AC_CHECK_HEADERS(poll.h) > it's sys/poll.h in reality. I'll sort out some code for this when I get some time. -trog
signature.asc
Description: This is a digitally signed message part
