]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/log/build/log-platform-config.jam
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / log / build / log-platform-config.jam
index de776c29e2293eb8ffd04828100225a8676672d3..cee01cc1004b8be99755311771d392acebedd3ac 100644 (file)
@@ -32,6 +32,7 @@ rule set-platform-defines ( properties * )
         if <target-os>cygwin in $(properties)
         {
             result += <define>__USE_W32_SOCKETS ;
+            result += <define>_XOPEN_SOURCE=600 ;
         }
     }
     else if <target-os>solaris in $(properties)