]> git.ipfire.org Git - thirdparty/bind9.git/commit
2463. [port] linux: POSIX doesn't include the IPv6 Advanced Socket
authorMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 00:12:28 +0000 (00:12 +0000)
committerMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 00:12:28 +0000 (00:12 +0000)
commit8ae9739db5092e94b86134d062aa955ed64758d2
tree94c0ab8e50bcc8c1bb8d4c1f5c2795f0908e077f
parent4f69bfbe00948121353bf161d0b150ede6440964
2463.   [port]          linux: POSIX doesn't include the IPv6 Advanced Socket
                        API and glibc hides parts of the IPv6 Advanced Socket
                        API as a result.  This is stupid as it breaks how the
                        two halves (Basic and Advanced) of the IPv6 Socket API                          were designed to be used but we have to live with it.
                        Define _GNU_SOURCE to pull in the IPv6 Advanced Socket
                        API. [RT #18388]
CHANGES
configure.in