diff options
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index b716983..6bdbb6a 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -337,6 +337,11 @@ /* Version number of package */ #undef VERSION +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif + /* Define to empty if `const' does not conform to ANSI C. */ #undef const |