GNUmakefile: only enable epoll-based models in Linux
commitbc8a71ea4fee6e4ed35dad245511508ac0b7bf4b
authorEric Wong <normalperson@yhbt.net>
Wed, 26 Jan 2011 17:40:01 +0000 (26 17:40 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 26 Jan 2011 17:40:41 +0000 (26 17:40 +0000)
treed8a3a39c9f099bf4ae9e9eea074fdd15f9815e6b
parent667b05819b85165061c445fb2c75ef161a5de5b6
GNUmakefile: only enable epoll-based models in Linux

epoll is Linux-only right now.  kqueue probably isn't worth
supporting directly (and even direct epoll support is debatable
given the current GVL situation)
t/GNUmakefile