# # Copyright (c) 2003-2019 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) # lib socket ; # SOLARIS lib nsl ; # SOLARIS lib ws2_32 ; # NT lib mswsock ; # NT lib ipv6 ; # HPUX lib network ; # HAIKU project : requirements /boost/system//boost_system /boost/thread//boost_thread BOOST_ALL_NO_LIB=1 multi solaris:socket solaris:nsl windows:_WIN32_WINNT=0x0501 windows,gcc:ws2_32 windows,gcc:mswsock windows,gcc-cygwin:__USE_W32_SOCKETS hpux,gcc:_XOPEN_SOURCE_EXTENDED hpux:ipv6 haiku:network ; exe async_tcp_echo_server : async_tcp_echo_server.cpp ; exe async_udp_echo_server : async_udp_echo_server.cpp ; exe blocking_tcp_echo_client : blocking_tcp_echo_client.cpp ; exe blocking_tcp_echo_server : blocking_tcp_echo_server.cpp ; exe blocking_udp_echo_client : blocking_udp_echo_client.cpp ; exe blocking_udp_echo_server : blocking_udp_echo_server.cpp ;