add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everything
authorRich Felker <dalias@aerifal.cx>
Mon, 3 Dec 2012 22:02:56 +0000 (17:02 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 3 Dec 2012 22:02:56 +0000 (17:02 -0500)
reportedly this is a semi-common practice among some BSDs and a few
other systems, and will improve application compatibility.


No differences found