2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-25 02:32:07 +00:00

Only define _XOPEN_SOURCE_EXTENDED when building with gcc on HP-UX.

[SVN r43302]
This commit is contained in:
Christopher Kohlhoff
2008-02-18 13:33:23 +00:00
parent 1a1f24c49f
commit ff29c1bcfb
20 changed files with 20 additions and 20 deletions

View File

@@ -33,6 +33,6 @@ exe server
<os>NT,<toolset>gcc:<library>ws2_32
<os>NT,<toolset>gcc:<library>mswsock
<os>NT,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
<os>HPUX:<define>_XOPEN_SOURCE_EXTENDED
<os>HPUX,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
<os>HPUX:<library>ipv6
;