diff options
Diffstat (limited to 'ld/acconfig.h')
-rw-r--r-- | ld/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/acconfig.h b/ld/acconfig.h index a56a897..930d663 100644 --- a/ld/acconfig.h +++ b/ld/acconfig.h @@ -1,2 +1,5 @@ /* Do we need to use the b modifier when opening binary files? */ #undef USE_BINARY_FOPEN + +/* Whether free must be declared even if <stdlib.h> is included. */ +#undef NEED_DECLARATION_FREE |