Jeff,
i grepped the configure script for poll and got this ...
./configure --enable-layout=Darwin |grep poll checking for poll... yes checking poll.h usability... no checking poll.h presence... no checking for poll.h... no checking sys/poll.h usability... no checking sys/poll.h presence... no checking for sys/poll.h... no checking for POLLIN in poll.h sys/poll.h... no config.status: creating poll/unix/Makefile
i ran your grep line and got this:
grep POLL include/arch/unix/apr_private.h #define HAVE_POLL 1 /* Define if POLLIN is defined */ /* #undef HAVE_POLLIN */ /* #undef HAVE_POLL_H */ /* #undef HAVE_SYS_POLL_H */
is there a solution for this? (pls say yes :D )
