Define _GNU_SOURCE before checking for structures
authorAlan T. DeKok <aland@freeradius.org>
Fri, 6 May 2011 14:49:32 +0000 (16:49 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 6 May 2011 14:50:45 +0000 (16:50 +0200)
commitaa203fccadbe1c9fff9332e3231d5788233d65ce
treea1706479dac903472e3f6a7d9b695d277618a2f1
parent1d61ba34bc7919357c3b9d7d34ad4a20f75ae4ea
Define _GNU_SOURCE before checking for structures

On Linux, useful features that are industry standard are
"protected" by requiring -D_GNU_SOURCE.  Why would you want
your users to *use* the features of libc?
configure
configure.in