]> git.ozlabs.org Git - ccan/commit
config.h: define _GNU_SOURCE
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Mar 2011 12:49:20 +0000 (23:19 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Mar 2011 12:49:20 +0000 (23:19 +1030)
commit590d63376591791869b58743d3eca9c452d705e6
tree818ace60739e44934bb867c570b24905d773484d
parentb55c668069884a1dd0078fb7598c7371ce6c98a9
config.h: define _GNU_SOURCE

Otherwise we don't get goodies like asprintf, and 64-bit offsets.  Should
be a harmless-define on non-glibc systems.
config.h
tools/configurator/configurator.c