19 #ifndef INCLUDE_UTIL_PLATFORM_OS_BSDSOCKETS_HPP
20 #define INCLUDE_UTIL_PLATFORM_OS_BSDSOCKETS_HPP
22 #include <boost/config.hpp>
24 #if defined(BOOST_WINDOWS) || defined(_WIN32)
25 #include "Windows/BsdSockets.hpp"
26 #elif defined(__CYGWIN__)
27 #include "Unix/BsdSockets.hpp"
28 #elif defined(__unix__)
29 #include "Unix/BsdSockets.hpp"
30 #elif defined(__APPLE__)
31 #include "Unix/BsdSockets.hpp"
33 #include "UnknownOS/BsdSockets.hpp"
36 #endif // ! INCLUDE_UTIL_PLATFORM_OS_BSDSOCKETS_HPP