2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-28 18:52:09 +00:00

Some linux configurations do not automatically define _XOPEN_SOURCE.

[SVN r46876]
This commit is contained in:
Christopher Kohlhoff
2008-06-30 00:24:44 +00:00
parent 3102715354
commit 10e8419c7e

View File

@@ -37,6 +37,8 @@ project
<library>/boost/thread//boost_thread
<define>BOOST_ALL_NO_LIB=1
<threading>multi
<os>LINUX:<define>_XOPEN_SOURCE=600
<os>LINUX:<define>_GNU_SOURCE=1
<os>SOLARIS:<define>_XOPEN_SOURCE=500
<os>SOLARIS:<define>__EXTENSIONS__
<os>SOLARIS:<library>socket