diff options
Diffstat (limited to 'bfd/acconfig.h')
-rw-r--r-- | bfd/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/acconfig.h b/bfd/acconfig.h index 496c0ae..f3c4e99 100644 --- a/bfd/acconfig.h +++ b/bfd/acconfig.h @@ -10,6 +10,9 @@ /* Whether free must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_FREE + +/* Whether getenv must be declared even if <stdlib.h> is included. */ +#undef NEED_DECLARATION_GETENV @TOP@ /* Do we need to use the b modifier when opening binary files? */ |