Boost logo

Boost-Commit :

From: chris_at_[hidden]
Date: 2007-10-17 04:20:30


Author: chris_kohlhoff
Date: 2007-10-17 04:20:30 EDT (Wed, 17 Oct 2007)
New Revision: 40109
URL: http://svn.boost.org/trac/boost/changeset/40109

Log:
Add define to disable /dev/poll support.

Text files modified:
   trunk/libs/asio/test/Jamfile.v2 | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/asio/test/Jamfile.v2
==============================================================================
--- trunk/libs/asio/test/Jamfile.v2 (original)
+++ trunk/libs/asio/test/Jamfile.v2 2007-10-17 04:20:30 EDT (Wed, 17 Oct 2007)
@@ -24,6 +24,7 @@
 }
 
 local USE_SELECT =
+ <define>BOOST_ASIO_DISABLE_DEV_POLL
   <define>BOOST_ASIO_DISABLE_EPOLL
   <define>BOOST_ASIO_DISABLE_KQUEUE
   <define>BOOST_ASIO_DISABLE_IOCP


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk