Perhaps. It's not easy to tell since the macro conditionals are spread thick in backend.cmod. I think you use poll(2), but it'd be nice to confirm that by adding an #error next to the MY_POLL definition near line 460.
/ Martin Stjernholm, Roxen IS
Previous text:
2004-05-23 01:31: Subject: Bittorrent bugs
I don't know. Is this enough info?
[nilsson@mahoro linux-2.4.20-28.8-i686]$ grep POLL machine.h #define HAVE_AND_USE_POLL 1 /* #undef PIKE_POLL_DEVICE */ #define HAVE_POLL 1 #define HAVE_POLL_H 1 /* #undef HAVE_SYS_DEVPOLL_H */ #define HAVE_SYS_EPOLL_H 1 #define HAVE_SYS_POLL_H 1 /* #undef HAVE_LIBPOLL */
/ Martin Nilsson (räfsfiskal)