Boost logo

Boost-Commit :

From: gennadiy.rozental_at_[hidden]
Date: 2008-05-04 00:37:29


Author: rogeeff
Date: 2008-05-04 00:37:28 EDT (Sun, 04 May 2008)
New Revision: 45107
URL: http://svn.boost.org/trac/boost/changeset/45107

Log:
NetBsd fix

Text files modified:
   trunk/boost/test/impl/execution_monitor.ipp | 4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)

Modified: trunk/boost/test/impl/execution_monitor.ipp
==============================================================================
--- trunk/boost/test/impl/execution_monitor.ipp (original)
+++ trunk/boost/test/impl/execution_monitor.ipp 2008-05-04 00:37:28 EDT (Sun, 04 May 2008)
@@ -139,7 +139,9 @@
 # define BOOST_TEST_USE_ALT_STACK
 # endif
 
-# if !defined(__CYGWIN__) && !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__))
+# if !defined(__CYGWIN__) && \
+ !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)) && \
+ !defined(__NetBSD__)
 # define BOOST_TEST_CATCH_SIGPOLL
 # endif
 


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