Update of /cvsroot/boost/boost/boost/asio/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5452

Modified Files:
        old_win_sdk_compat.hpp 
Log Message:
Need to define IPV6_UNICAST_HOPS when building with an old Platform SDK.


Index: old_win_sdk_compat.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/detail/old_win_sdk_compat.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- old_win_sdk_compat.hpp      6 Feb 2007 22:34:02 -0000       1.4
+++ old_win_sdk_compat.hpp      12 May 2007 10:48:01 -0000      1.5
@@ -165,6 +165,10 @@
 # define IPPROTO_IPV6 41
 #endif
 
+#if !defined(IPV6_UNICAST_HOPS)
+# define IPV6_UNICAST_HOPS 4
+#endif
+
 #if !defined(IPV6_MULTICAST_IF)
 # define IPV6_MULTICAST_IF 9
 #endif


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to