# # Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # import feature ; lib socket ; # SOLARIS, QNXNTO lib nsl ; # SOLARIS lib ws2_32 ; # NT lib mswsock ; # NT lib ipv6 ; # HPUX lib network ; # HAIKU project : requirements /boost/date_time//boost_date_time /boost/system//boost_system /boost/chrono//boost_chrono /boost/regex//boost_regex BOOST_ALL_NO_LIB=1 multi linux:_XOPEN_SOURCE=600 linux:_GNU_SOURCE=1 solaris:_XOPEN_SOURCE=500 solaris:__EXTENSIONS__ solaris:socket solaris:nsl windows:_WIN32_WINNT=0x0501 windows,cw:ws2_32 windows,cw:mswsock windows,gcc:ws2_32 windows,gcc:mswsock windows,gcc-cygwin:__USE_W32_SOCKETS hpux,gcc:_XOPEN_SOURCE_EXTENDED hpux:ipv6 qnxnto:socket haiku:network ; test-suite "asio" : [ run any_executor.cpp ] [ run blocking.cpp ] [ run blocking_adaptation.cpp ] [ run bulk_execute.cpp ] [ run bulk_guarantee.cpp ] [ run connect.cpp : : : : execution_connect ] [ run context_as.cpp ] [ run execute.cpp ] [ run executor.cpp ] [ run invocable_archetype.cpp ] [ run mapping.cpp ] [ run operation_state.cpp ] [ run outstanding_work.cpp ] [ run prefer_only.cpp ] [ run receiver.cpp ] [ run relationship.cpp ] [ run schedule.cpp ] [ run scheduler.cpp ] [ run sender.cpp ] [ run set_done.cpp ] [ run set_error.cpp ] [ run set_value.cpp ] [ run start.cpp ] [ run submit.cpp ] ;